l                  31 ompi/group/group_sporadic.c     int i,l=0;
l                  34 ompi/group/group_sporadic.c             if(l==0) {
l                  35 ompi/group/group_sporadic.c                 l++;
l                  39 ompi/group/group_sporadic.c             l++;
l                  42 ompi/group/group_sporadic.c     return sizeof(struct ompi_group_sporadic_list_t ) * l;
l                 121 ompi/group/group_sporadic.c     int my_group_rank,l,i,j,proc_count;
l                 132 ompi/group/group_sporadic.c     l=0;
l                 138 ompi/group/group_sporadic.c             if(l==0) {
l                 139 ompi/group/group_sporadic.c                 l++;
l                 143 ompi/group/group_sporadic.c             l++;
l                 147 ompi/group/group_sporadic.c     new_group_pointer = ompi_group_allocate_sporadic(l);
l                  46 ompi/group/group_strided.c     int s,o,l,i;
l                  49 ompi/group/group_strided.c     l = child_group->sparse_data.grp_strided.grp_strided_last_element;
l                  57 ompi/group/group_strided.c             if ( (ranks1[i]-o) >= 0  && (ranks1[i]-o)%s == 0 && ranks1[i] <= l) {
l                 562 ompi/mca/coll/libnbc/libdict/hb_tree.c 	unsigned l, r;
l                 566 ompi/mca/coll/libnbc/libdict/hb_tree.c 	l = node->llink ? node_height(node->llink) + 1 : 0;
l                 568 ompi/mca/coll/libnbc/libdict/hb_tree.c 	return MAX(l, r);
l                 574 ompi/mca/coll/libnbc/libdict/hb_tree.c 	unsigned l, r;
l                 578 ompi/mca/coll/libnbc/libdict/hb_tree.c 	l = node->llink ? node_mheight(node->llink) + 1 : 0;
l                 580 ompi/mca/coll/libnbc/libdict/hb_tree.c 	return MIN(l, r);
l                  65 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c     int i=0, j=0, l=0;
l                 392 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c 	for(l=0;l<fh->f_procs_per_group;l++){
l                 393 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c             sendtype[l] = MPI_DATATYPE_NULL;
l                 427 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c             for(l=0;l<fh->f_procs_per_group;l++){
l                 428 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                 disp_index[l] =  1;
l                 430 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                 if (NULL != blocklen_per_process[l]){
l                 431 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                     free(blocklen_per_process[l]);
l                 432 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                     blocklen_per_process[l] = NULL;
l                 434 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                 if (NULL != displs_per_process[l]){
l                 435 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                     free(displs_per_process[l]);
l                 436 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                     displs_per_process[l] = NULL;
l                 438 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                 blocklen_per_process[l] = (int *) calloc (1, sizeof(int));
l                 439 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                 if (NULL == blocklen_per_process[l]) {
l                 444 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                 displs_per_process[l] = (MPI_Aint *) calloc (1, sizeof(MPI_Aint));
l                 445 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                 if (NULL == displs_per_process[l]){
l                 949 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c             for(l=0;l<fh->f_procs_per_group;l++){
l                 950 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                 if (NULL != blocklen_per_process[l]){
l                 951 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                     free(blocklen_per_process[l]);
l                 952 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                     blocklen_per_process[l] = NULL;
l                 961 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c             for (l=0; i<fh->f_procs_per_group; l++){
l                 962 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                 if (NULL != displs_per_process[l]){
l                 963 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                     free(displs_per_process[l]);
l                 964 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                     displs_per_process[l] = NULL;
l                  66 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c     int i=0, j=0, l=0;
l                 410 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c 	for(l=0;l<fh->f_procs_per_group;l++){
l                 411 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c             recvtype[l] = MPI_DATATYPE_NULL;
l                 442 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c             for(l=0;l<fh->f_procs_per_group;l++){
l                 443 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                 disp_index[l] =  1;
l                 445 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                 free(blocklen_per_process[l]);
l                 446 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                 free(displs_per_process[l]);
l                 448 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                 blocklen_per_process[l] = (int *) calloc (1, sizeof(int));
l                 449 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                 displs_per_process[l] = (MPI_Aint *) calloc (1, sizeof(MPI_Aint));
l                 450 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                 if (NULL == displs_per_process[l] || NULL == blocklen_per_process[l]){
l                1039 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c         for(l=0;l<fh->f_procs_per_group;l++){
l                1041 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                 free(blocklen_per_process[l]);
l                1044 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                 free(displs_per_process[l]);
l                  65 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c     int i=0, j=0, l=0;
l                 392 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c 	for(l=0;l<fh->f_procs_per_group;l++){
l                 393 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c             sendtype[l] = MPI_DATATYPE_NULL;
l                 427 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c             for(l=0;l<fh->f_procs_per_group;l++){
l                 428 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                 disp_index[l] =  1;
l                 430 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                 if (NULL != blocklen_per_process[l]){
l                 431 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                     free(blocklen_per_process[l]);
l                 432 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                     blocklen_per_process[l] = NULL;
l                 434 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                 if (NULL != displs_per_process[l]){
l                 435 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                     free(displs_per_process[l]);
l                 436 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                     displs_per_process[l] = NULL;
l                 438 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                 blocklen_per_process[l] = (int *) calloc (1, sizeof(int));
l                 439 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                 if (NULL == blocklen_per_process[l]) {
l                 444 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                 displs_per_process[l] = (MPI_Aint *) calloc (1, sizeof(MPI_Aint));
l                 445 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                 if (NULL == displs_per_process[l]){
l                 949 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c             for(l=0;l<fh->f_procs_per_group;l++){
l                 950 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                 if (NULL != blocklen_per_process[l]){
l                 951 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                     free(blocklen_per_process[l]);
l                 952 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                     blocklen_per_process[l] = NULL;
l                 961 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c             for (l=0; i<fh->f_procs_per_group; l++){
l                 962 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                 if (NULL != displs_per_process[l]){
l                 963 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                     free(displs_per_process[l]);
l                 964 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                     displs_per_process[l] = NULL;
l                 126 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c     int ret =0, l, i, j, bytes_per_cycle;
l                 544 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c             for(l=0;l<fh->f_procs_per_group;l++){
l                 545 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 aggr_data[i]->recvtype[l]      = MPI_DATATYPE_NULL;
l                 546 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 aggr_data[i]->prev_recvtype[l] = MPI_DATATYPE_NULL;
l                 562 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c     for (l=0,i=0; i < dynamic_gen2_num_io_procs; i++ ) {
l                 564 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c             reqs1[l] = MPI_REQUEST_NULL;
l                 565 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c             reqs2[l] = MPI_REQUEST_NULL;
l                 566 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c             l++;
l                 695 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 for(l=0;l<aggr_data[i]->procs_per_group;l++){
l                 696 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                     free (aggr_data[i]->blocklen_per_process[l]);
l                 697 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                     free (aggr_data[i]->displs_per_process[l]);
l                 775 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c     int i, j, l, ret;
l                 803 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c         for(l=0;l<data->procs_per_group;l++){
l                 804 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c             data->disp_index[l] =  1;
l                 806 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c             if(data->max_disp_index[l] == 0) {
l                 807 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 data->blocklen_per_process[l]   = (int *)       calloc (INIT_LEN, sizeof(int));
l                 808 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 data->displs_per_process[l]     = (MPI_Aint *)  calloc (INIT_LEN, sizeof(MPI_Aint));
l                 809 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 if (NULL == data->displs_per_process[l] || NULL == data->blocklen_per_process[l]){
l                 814 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 data->max_disp_index[l] = INIT_LEN;
l                 817 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 memset ( data->blocklen_per_process[l], 0, data->max_disp_index[l]*sizeof(int) );
l                 818 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 memset ( data->displs_per_process[l], 0, data->max_disp_index[l]*sizeof(MPI_Aint) );
l                1427 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     int i, j, heapsize, l, r, k, smallest;
l                1445 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    l = 2*(k+1) - 1;
l                1447 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    if ((l < heapsize) &&
l                1448 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		(*(a[l].off_list) < *(a[k].off_list)))
l                1449 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		smallest = l;
l                1496 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    l = 2*(k+1) - 1;
l                1499 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    if ((l < heapsize) &&
l                1500 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		(*(a[l].off_list) < *(a[k].off_list)))
l                1501 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		smallest = l;
l                 368 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c     int i, l, proc;
l                 461 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	l = my_req[proc].count;
l                 464 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	my_req[proc].offsets[l] = off;
l                 465 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	my_req[proc].lens[l] = (int)fd_len;
l                 481 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	    l = my_req[proc].count;
l                 485 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	    my_req[proc].offsets[l] = off;
l                 486 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	    my_req[proc].lens[l] = (int) fd_len;
l                 498 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	    for (l=0; l < my_req[i].count; l++) {
l                 499 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 		fprintf(stdout, " %d: off[%d] = %lld, len[%d] = %d\n", fh->f_rank, l,
l                 500 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 		my_req[i].offsets[l], l, my_req[i].lens[l]);
l                  64 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c     int i=0, j=0, l=0;
l                 392 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c 	for(l=0;l<fh->f_procs_per_group;l++){
l                 393 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c             sendtype[l] = MPI_DATATYPE_NULL;
l                 427 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c             for(l=0;l<fh->f_procs_per_group;l++){
l                 428 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                 disp_index[l] =  1;
l                 430 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                 if (NULL != blocklen_per_process[l]){
l                 431 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                     free(blocklen_per_process[l]);
l                 432 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                     blocklen_per_process[l] = NULL;
l                 434 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                 if (NULL != displs_per_process[l]){
l                 435 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                     free(displs_per_process[l]);
l                 436 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                     displs_per_process[l] = NULL;
l                 438 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                 blocklen_per_process[l] = (int *) calloc (1, sizeof(int));
l                 439 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                 if (NULL == blocklen_per_process[l]) {
l                 444 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                 displs_per_process[l] = (MPI_Aint *) calloc (1, sizeof(MPI_Aint));
l                 445 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                 if (NULL == displs_per_process[l]){
l                 949 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c             for(l=0;l<fh->f_procs_per_group;l++){
l                 950 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                 if (NULL != blocklen_per_process[l]){
l                 951 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                     free(blocklen_per_process[l]);
l                 952 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                     blocklen_per_process[l] = NULL;
l                 961 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c             for (l=0; i<fh->f_procs_per_group; l++){
l                 962 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                 if (NULL != displs_per_process[l]){
l                 963 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                     free(displs_per_process[l]);
l                 964 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                     displs_per_process[l] = NULL;
l                 129 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     int ret =0, l, i, j, bytes_per_cycle;
l                 543 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c             for(l=0;l<fh->f_procs_per_group;l++){
l                 544 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 aggr_data[i]->recvtype[l]      = MPI_DATATYPE_NULL;
l                 545 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 aggr_data[i]->prev_recvtype[l] = MPI_DATATYPE_NULL;
l                 562 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     for (l=0,i=0; i < fh->f_num_aggrs; i++ ) {
l                 564 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c             reqs[l] = MPI_REQUEST_NULL;
l                 565 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c             l++;
l                 702 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 for(l=0;l<aggr_data[i]->procs_per_group;l++){
l                 703 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                     free (aggr_data[i]->blocklen_per_process[l]);
l                 704 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                     free (aggr_data[i]->displs_per_process[l]);
l                 808 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     int i, j, l, ret;
l                 838 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c         for(l=0;l<data->procs_per_group;l++){
l                 839 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c             data->disp_index[l] =  1;
l                 841 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c             if ( data->max_disp_index[l] == 0 ) {
l                 842 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 data->blocklen_per_process[l] = (int *) calloc (INIT_LEN, sizeof(int));
l                 843 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 data->displs_per_process[l] = (MPI_Aint *) calloc (INIT_LEN, sizeof(MPI_Aint));
l                 844 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 if (NULL == data->displs_per_process[l] || NULL == data->blocklen_per_process[l]){
l                 849 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 data->max_disp_index[l] = INIT_LEN;
l                 852 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 memset ( data->blocklen_per_process[l], 0, data->max_disp_index[l]*sizeof(int) );
l                 853 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 memset ( data->displs_per_process[l], 0, data->max_disp_index[l]*sizeof(MPI_Aint) );
l                 125 ompi/mca/io/ompio/io_ompio.c 	int *row_index=NULL, i=0, l=0, m=0;
l                 272 ompi/mca/io/ompio/io_ompio.c 		l = all_process[sorted[i+1]].process_id;
l                 273 ompi/mca/io/ompio/io_ompio.c 		adj_matrix[j][l] += 1;
l                 274 ompi/mca/io/ompio/io_ompio.c 		adj_matrix[l][j] += 1;
l                 467 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     int i, l, proc;
l                 566 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	l = my_req[proc].count;
l                 576 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	my_req[proc].offsets[l] = off;
l                 577 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	my_req[proc].lens[l] = fd_len;
l                 592 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    l = my_req[proc].count;
l                 596 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    my_req[proc].offsets[l] = off;
l                 597 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    my_req[proc].lens[l] = fd_len;
l                 609 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    for (l=0; l < my_req[i].count; l++) {
l                 610 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 		DBG_FPRINTF(stderr, "   off[%d] = %lld, len[%d] = %lld\n", l,
l                 611 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 			my_req[i].offsets[l], l, my_req[i].lens[l]);
l                1413 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     int i, j, heapsize, l, r, k, smallest;
l                1437 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    l = 2*(k+1) - 1;
l                1440 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    if ((l < heapsize) && 
l                1441 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		(*(a[l].off_list) < *(a[k].off_list)))
l                1442 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		smallest = l;
l                1488 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    l = 2*(k+1) - 1;
l                1491 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    if ((l < heapsize) && 
l                1492 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		(*(a[l].off_list) < *(a[k].off_list)))
l                1493 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		smallest = l;
l                 148 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c     int i, l, proc;
l                 236 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	l = my_req[proc].count;
l                 239 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	ADIOI_Assert(l < count_my_req_per_proc[proc]);
l                 240 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	buf_idx[proc][l] = (int) curr_idx;
l                 250 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	my_req[proc].offsets[l] = off;
l                 252 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	my_req[proc].lens[l] = (int) avail_len;
l                 261 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	    l = my_req[proc].count;
l                 263 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	    ADIOI_Assert(l < count_my_req_per_proc[proc]);
l                 264 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	    buf_idx[proc][l] = (int) curr_idx;
l                 269 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	    my_req[proc].offsets[l] = off;
l                 271 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	    my_req[proc].lens[l] = (int) avail_len;
l                 281 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	    for (l = 0; l < my_req[i].count; l++) {
l                 283 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 			        l, my_req[i].offsets[l], l, my_req[i].lens[l]);
l                 112 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     int i, j, k, l, brd_size, frd_size=0, st_index=0;
l                 267 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c     int i, l, proc;
l                 365 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	l = my_req[proc].count;
l                 375 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	my_req[proc].offsets[l] = off;
l                 376 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	my_req[proc].lens[l] = fd_len;
l                 391 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    l = my_req[proc].count;
l                 395 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    my_req[proc].offsets[l] = off;
l                 396 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    my_req[proc].lens[l] = fd_len;
l                 406 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    for (l=0; l < my_req[i].count; l++) {
l                 407 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 		FPRINTF(stdout, "   off[%d] = %lld, len[%d] = %d\n", l,
l                 408 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 			my_req[i].offsets[l], l, my_req[i].lens[l]);
l                 980 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     int i, j, heapsize, l, r, k, smallest;
l                1004 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    l = 2*(k+1) - 1;
l                1007 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    if ((l < heapsize) && 
l                1008 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		(*(a[l].off_list) < *(a[k].off_list)))
l                1009 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		smallest = l;
l                1055 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    l = 2*(k+1) - 1;
l                1058 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    if ((l < heapsize) && 
l                1059 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		(*(a[l].off_list) < *(a[k].off_list)))
l                1060 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		smallest = l;
l                  56 ompi/mca/io/romio321/romio/adio/common/heap-sort.c     int l, r, smallest;
l                  62 ompi/mca/io/romio321/romio/adio/common/heap-sort.c     l = left(i);
l                  65 ompi/mca/io/romio321/romio/adio/common/heap-sort.c     if ((l <= heap->size) && (nodes[l].offset < nodes[i].offset))
l                  66 ompi/mca/io/romio321/romio/adio/common/heap-sort.c 	smallest = l;
l                  41 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c     int idx=0,i=0,j=0, l=0;
l                 134 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c     for ( l=0, i=0; i< ompio_fh->f_size; i++ ) {
l                 136 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c             ranks[l++]=i;
l                 524 ompi/mca/topo/treematch/treematch/tm_bucket.c   int l;
l                 532 ompi/mca/topo/treematch/treematch/tm_bucket.c   for( l = inf ; l < sup ; l++ ){
l                 533 ompi/mca/topo/treematch/treematch/tm_bucket.c       update_val(aff_mat,&new_tab_node[l]);
l                 534 ompi/mca/topo/treematch/treematch/tm_bucket.c       *res += new_tab_node[l].val;
l                 543 ompi/mca/topo/treematch/treematch/tm_bucket.c   int l,i,j,nb_groups;
l                 565 ompi/mca/topo/treematch/treematch/tm_bucket.c   l = 0;
l                 572 ompi/mca/topo/treematch/treematch/tm_bucket.c     while( l < M ){
l                 579 ompi/mca/topo/treematch/treematch/tm_bucket.c       if(try_add_edge(tab_node,&new_tab_node[l],arity,i,j,&nb_groups)){
l                 580 ompi/mca/topo/treematch/treematch/tm_bucket.c 	l++;
l                 585 ompi/mca/topo/treematch/treematch/tm_bucket.c     while( l < M ){
l                 587 ompi/mca/topo/treematch/treematch/tm_bucket.c       if(try_add_edge(tab_node,&new_tab_node[l],arity,i,j,&nb_groups)){
l                 588 ompi/mca/topo/treematch/treematch/tm_bucket.c 	l++;
l                 598 ompi/mca/topo/treematch/treematch/tm_bucket.c     printf("l=%d,nb_groups=%d\n",l,nb_groups);
l                 611 ompi/mca/topo/treematch/treematch/tm_bucket.c     printf("l=%d,nb_groups=%d\n",l,nb_groups);
l                 660 ompi/mca/topo/treematch/treematch/tm_bucket.c     for( l = 0 ; l < M ; l++ ){
l                 662 ompi/mca/topo/treematch/treematch/tm_bucket.c       update_val(aff_mat,&new_tab_node[l]);
l                 663 ompi/mca/topo/treematch/treematch/tm_bucket.c       val += new_tab_node[l].val;
l                 138 ompi/mca/topo/treematch/treematch/tm_mapping.c     char *l = line;
l                 141 ompi/mca/topo/treematch/treematch/tm_mapping.c     while((ptr=strtok(l," \t"))){
l                 142 ompi/mca/topo/treematch/treematch/tm_mapping.c       l = NULL;
l                  28 ompi/mca/topo/treematch/treematch/tm_solution.c double gain_exchange(int *sol,int l,int m,double eval1,int N,double **comm, double **arch);
l                  29 ompi/mca/topo/treematch/treematch/tm_solution.c void select_max(int *l,int *m,double **gain,int N,int *state);
l                 382 ompi/mca/topo/treematch/treematch/tm_solution.c double gain_exchange(int *sol,int l,int m,double eval1,int N,double **comm, double **arch)
l                 385 ompi/mca/topo/treematch/treematch/tm_solution.c   if( l == m )
l                 387 ompi/mca/topo/treematch/treematch/tm_solution.c   exchange(sol,l,m);
l                 389 ompi/mca/topo/treematch/treematch/tm_solution.c   exchange(sol,l,m);
l                 394 ompi/mca/topo/treematch/treematch/tm_solution.c void select_max(int *l,int *m,double **gain,int N,int *state)
l                 406 ompi/mca/topo/treematch/treematch/tm_solution.c 	    *l = i;
l                 439 ompi/mca/topo/treematch/treematch/tm_solution.c   int i,j,t,l=0,m=0,seed=0;
l                 470 ompi/mca/topo/treematch/treematch/tm_solution.c 	select_max(&l,&m,gain,N,state);
l                 472 ompi/mca/topo/treematch/treematch/tm_solution.c 	state[l] = 1;
l                 474 ompi/mca/topo/treematch/treematch/tm_solution.c 	exchange(sol,l,m);
l                 475 ompi/mca/topo/treematch/treematch/tm_solution.c 	history[i][1] = l;
l                 477 ompi/mca/topo/treematch/treematch/tm_solution.c 	temp[i] = gain[l][m];
l                  20 ompi/mca/topo/treematch/treematch/tm_solution.h double gain_exchange(int *sol,int l,int m,double eval1,int N,double **comm, double **arch);
l                  21 ompi/mca/topo/treematch/treematch/tm_solution.h void select_max(int *l,int *m,double **gain,int N,int *state);
l                 246 ompi/mca/topo/treematch/treematch/tm_topology.c   int err, l;
l                 322 ompi/mca/topo/treematch/treematch/tm_topology.c   for(l=0; l<res->nb_levels; l++){
l                 323 ompi/mca/topo/treematch/treematch/tm_topology.c     cost[l] = link_cost(l);
l                 523 ompi/mca/topo/treematch/treematch/tm_topology.c   char  line[LINE_SIZE],*l = NULL;
l                 538 ompi/mca/topo/treematch/treematch/tm_topology.c   l = line;
l                 539 ompi/mca/topo/treematch/treematch/tm_topology.c   while((ptr=strtok(l," \t"))){
l                 540 ompi/mca/topo/treematch/treematch/tm_topology.c     l = NULL;
l                 550 ompi/mca/topo/treematch/treematch/tm_topology.c   l = line;
l                 552 ompi/mca/topo/treematch/treematch/tm_topology.c   while((ptr=strtok(l," \t"))){
l                 553 ompi/mca/topo/treematch/treematch/tm_topology.c     l = NULL;
l                1559 ompi/mca/topo/treematch/treematch/tm_tree.c   int l, i, nb_done;
l                1563 ompi/mca/topo/treematch/treematch/tm_tree.c   for( l = 0 ; l < solution_size ; l++ ){
l                1569 ompi/mca/topo/treematch/treematch/tm_tree.c     fast_group(aff_mat, tab_node, &new_tab_node[l], -1, arity, 0, &best_val, cur_group, &nb_done, MAX(10, (int)(50-CmiLog2(nb_groups))-solution_size/10));
l                1571 ompi/mca/topo/treematch/treematch/tm_tree.c     for( i = 0 ; i < new_tab_node[l].arity ; i++ )
l                1572 ompi/mca/topo/treematch/treematch/tm_tree.c       new_tab_node[l].child[i]->parent=&new_tab_node[l];
l                1573 ompi/mca/topo/treematch/treematch/tm_tree.c     update_val(aff_mat, &new_tab_node[l]);
l                1574 ompi/mca/topo/treematch/treematch/tm_tree.c     if(new_tab_node[l].val != best_val){
l                1576 ompi/mca/topo/treematch/treematch/tm_tree.c 	    printf("Error: best_val = %f, new_tab_node[%d].val = %f\n", best_val, l, new_tab_node[l].val);
l                1651 ompi/mca/topo/treematch/treematch/tm_tree.c   int i, j, e, l, nb_groups;
l                1683 ompi/mca/topo/treematch/treematch/tm_tree.c   l = 0;
l                1685 ompi/mca/topo/treematch/treematch/tm_tree.c   for( i = 0 ; (i < e) && (l < solution_size) ; i++ )
l                1686 ompi/mca/topo/treematch/treematch/tm_tree.c     if(try_add_edge(tab_node, &new_tab_node[l], arity, graph[i].i, graph[i].j, &nb_groups))
l                1687 ompi/mca/topo/treematch/treematch/tm_tree.c       l++;
l                1689 ompi/mca/topo/treematch/treematch/tm_tree.c   for( l = 0 ; l < solution_size ; l++ ){
l                1690 ompi/mca/topo/treematch/treematch/tm_tree.c     update_val(aff_mat, &new_tab_node[l]);
l                1691 ompi/mca/topo/treematch/treematch/tm_tree.c     val += new_tab_node[l].val;
l                1771 ompi/mca/topo/treematch/treematch/tm_tree.c   int j, l;
l                1929 ompi/mca/topo/treematch/treematch/tm_tree.c     for( l = 0 ; l < solution_size ; l++ ){
l                1931 ompi/mca/topo/treematch/treematch/tm_tree.c 	new_tab_node[l].child[j]         = best_selection[l]->tab[j];
l                1932 ompi/mca/topo/treematch/treematch/tm_tree.c 	new_tab_node[l].child[j]->parent = &new_tab_node[l];
l                1934 ompi/mca/topo/treematch/treematch/tm_tree.c       new_tab_node[l].arity = arity;
l                1937 ompi/mca/topo/treematch/treematch/tm_tree.c       update_val(cost_mat, &new_tab_node[l]);
l                  44 ompi/mpi/fortran/mpif-h/add_error_string_f.c                            (MPI_Fint *errorcode, char *string, MPI_Fint *ierr,int l),
l                  45 ompi/mpi/fortran/mpif-h/add_error_string_f.c                            (errorcode, string, ierr, l) )
l                  64 ompi/mpi/fortran/mpif-h/add_error_string_f.c                            (MPI_Fint *errorcode, char *string, MPI_Fint *ierr, int l),
l                  65 ompi/mpi/fortran/mpif-h/add_error_string_f.c                            (errorcode, string, ierr, l) )
l                  88 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Add_error_string, mpi_add_error_string, MPI_ADD_ERROR_STRING, (MPI_Fint *errorcode, char *string, MPI_Fint *ierr, int l));
l                 536 opal/class/opal_list.h #define opal_list_append(l,i) \
l                 537 opal/class/opal_list.h _opal_list_append(l,i,__FILE__,__LINE__)
l                 539 opal/class/opal_list.h #define opal_list_append(l,i) \
l                 540 opal/class/opal_list.h _opal_list_append(l,i)
l                  55 opal/datatype/opal_datatype_copy.c #define MEMMOVE(d, s, l)                                  \
l                  57 opal/datatype/opal_datatype_copy.c         if( (((d) < (s)) && (((d) + (l)) > (s))) ||       \
l                  58 opal/datatype/opal_datatype_copy.c             (((s) < (d)) && (((s) + (l)) > (d))) ) {      \
l                  59 opal/datatype/opal_datatype_copy.c             memmove( (d), (s), (l) );                     \
l                  61 opal/datatype/opal_datatype_copy.c             MEMCPY( (d), (s), (l) );                      \
l                  38 opal/include/opal/sys/x86_64/timer.h      uint32_t l, h;
l                  41 opal/include/opal/sys/x86_64/timer.h                            : "=a" (l), "=d" (h));
l                  42 opal/include/opal/sys/x86_64/timer.h      return ((opal_timer_t)l) | (((opal_timer_t)h) << 32);
l                  91 opal/include/opal/types.h             uint32_t l[2];
l                  98 opal/include/opal/types.h     r.l[0] = htonl(w.l[1]);
l                  99 opal/include/opal/types.h     r.l[1] = htonl(w.l[0]);
l                 115 opal/include/opal/types.h             uint32_t l[2];
l                 122 opal/include/opal/types.h     r.l[0] = ntohl(w.l[1]);
l                 123 opal/include/opal/types.h     r.l[1] = ntohl(w.l[0]);
l                 116 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c 	struct linger l;
l                 120 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c 	l.l_onoff = 1;
l                 121 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c 	l.l_linger = 0;
l                 122 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c 	if (setsockopt(sock, SOL_SOCKET, SO_LINGER, (void*)&l, sizeof(l))<0)
l                 994 opal/mca/event/libevent2022/libevent/test/regress_dns.c nil_accept_cb(struct evconnlistener *l, evutil_socket_t fd, struct sockaddr *s,
l                 480 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_readlink(const char *p, char *l, size_t ll, int d __hwloc_attribute_unused)
l                 483 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return hwloc_readlinkat(p, l, ll, d);
l                 485 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return readlink(p, l, ll);
l                 711 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   unsigned i, j, l, level;
l                 964 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	for (l = 0; l < infos[i].numcaches; l++) {
l                 965 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	  if (infos[i].cache[l].level == level && infos[i].cache[l].type == type)
l                 968 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	if (l == infos[i].numcaches) {
l                 982 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	    hwloc_obj_add_info(cache, "Inclusive", infos[i].cache[l].inclusive ? "1" : "0");
l                 988 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	  unsigned cacheid = infos[i].cache[l].cacheid;
l                1009 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	  cache->attr->cache.size = infos[i].cache[l].size;
l                1010 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	  cache->attr->cache.linesize = infos[i].cache[l].linesize;
l                1011 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	  cache->attr->cache.associativity = infos[i].cache[l].ways;
l                1012 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	  cache->attr->cache.type = infos[i].cache[l].type;
l                1014 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	  hwloc_obj_add_info(cache, "Inclusive", infos[i].cache[l].inclusive ? "1" : "0");
l                2740 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   unsigned l, i=0;
l                2745 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for(l=1; l<topology->nb_levels; l++)
l                2746 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     free(topology->levels[l]);
l                3502 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   unsigned l;
l                3507 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for (l=0; l<topology->nb_levels; l++)
l                3508 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     free(topology->levels[l]);
l                3509 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for(l=0; l<HWLOC_NR_SLEVELS; l++)
l                3510 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     free(topology->slevels[l].objs);
l                  78 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     unsigned l = HWLOC_SLEVEL_FROM_DEPTH(depth);
l                  79 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     if (l < HWLOC_NR_SLEVELS)
l                  80 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       return topology->slevels[l].nbobjs;
l                  91 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     unsigned l = HWLOC_SLEVEL_FROM_DEPTH(depth);
l                  92 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     if (l < HWLOC_NR_SLEVELS)
l                  93 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       return idx < topology->slevels[l].nbobjs ? topology->slevels[l].objs[idx] : NULL;
l                 389 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     unsigned l;
l                 391 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     for(l=0; l<topology->nb_levels; l++) {
l                 392 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       if (topology->levels[l][0]->type == HWLOC_OBJ_GROUP
l                 393 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 	  && topology->levels[l][0]->attr->group.depth == attr.group.depth) {
l                 394 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 	depth = (int)l;
l                  81 opal/mca/pmix/base/base.h #define OPAL_PMIX_CONSTRUCT_LOCK(l)                     \
l                  83 opal/mca/pmix/base/base.h         OBJ_CONSTRUCT(&(l)->mutex, opal_mutex_t);       \
l                  84 opal/mca/pmix/base/base.h         pthread_cond_init(&(l)->cond, NULL);            \
l                  85 opal/mca/pmix/base/base.h         (l)->active = true;                             \
l                  86 opal/mca/pmix/base/base.h         OPAL_POST_OBJECT((l));                          \
l                  89 opal/mca/pmix/base/base.h #define OPAL_PMIX_DESTRUCT_LOCK(l)          \
l                  91 opal/mca/pmix/base/base.h         OPAL_ACQUIRE_OBJECT((l));           \
l                  92 opal/mca/pmix/base/base.h         OBJ_DESTRUCT(&(l)->mutex);          \
l                  93 opal/mca/pmix/base/base.h         pthread_cond_destroy(&(l)->cond);   \
l                  42 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c #define DEBUG_CONSTRUCT_LOCK(l)                     \
l                  44 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         pthread_mutex_init(&(l)->mutex, NULL);      \
l                  45 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         pthread_cond_init(&(l)->cond, NULL);        \
l                  46 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         (l)->active = true;                         \
l                  47 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         (l)->status = PMIX_SUCCESS;                 \
l                  50 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c #define DEBUG_DESTRUCT_LOCK(l)              \
l                  52 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         pthread_mutex_destroy(&(l)->mutex); \
l                  53 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c         pthread_cond_destroy(&(l)->cond);   \
l                  42 opal/mca/pmix/pmix4x/pmix/examples/debugger.c #define DEBUG_CONSTRUCT_LOCK(l)                     \
l                  44 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         pthread_mutex_init(&(l)->mutex, NULL);      \
l                  45 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         pthread_cond_init(&(l)->cond, NULL);        \
l                  46 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         (l)->active = true;                         \
l                  47 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         (l)->status = PMIX_SUCCESS;                 \
l                  50 opal/mca/pmix/pmix4x/pmix/examples/debugger.c #define DEBUG_DESTRUCT_LOCK(l)              \
l                  52 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         pthread_mutex_destroy(&(l)->mutex); \
l                  53 opal/mca/pmix/pmix4x/pmix/examples/debugger.c         pthread_cond_destroy(&(l)->cond);   \
l                  44 opal/mca/pmix/pmix4x/pmix/examples/examples.h #define DEBUG_CONSTRUCT_LOCK(l)                     \
l                  46 opal/mca/pmix/pmix4x/pmix/examples/examples.h         pthread_mutex_init(&(l)->mutex, NULL);      \
l                  47 opal/mca/pmix/pmix4x/pmix/examples/examples.h         pthread_cond_init(&(l)->cond, NULL);        \
l                  48 opal/mca/pmix/pmix4x/pmix/examples/examples.h         (l)->active = true;                         \
l                  49 opal/mca/pmix/pmix4x/pmix/examples/examples.h         (l)->status = PMIX_SUCCESS;                 \
l                  50 opal/mca/pmix/pmix4x/pmix/examples/examples.h         (l)->count = 0;                             \
l                  51 opal/mca/pmix/pmix4x/pmix/examples/examples.h         (l)->evhandler_ref = 0;                     \
l                  54 opal/mca/pmix/pmix4x/pmix/examples/examples.h #define DEBUG_DESTRUCT_LOCK(l)              \
l                  56 opal/mca/pmix/pmix4x/pmix/examples/examples.h         pthread_mutex_destroy(&(l)->mutex); \
l                  57 opal/mca/pmix/pmix4x/pmix/examples/examples.h         pthread_cond_destroy(&(l)->cond);   \
l                  42 opal/mca/pmix/pmix4x/pmix/examples/group.c #define DEBUG_CONSTRUCT_LOCK(l)                     \
l                  44 opal/mca/pmix/pmix4x/pmix/examples/group.c         pthread_mutex_init(&(l)->mutex, NULL);      \
l                  45 opal/mca/pmix/pmix4x/pmix/examples/group.c         pthread_cond_init(&(l)->cond, NULL);        \
l                  46 opal/mca/pmix/pmix4x/pmix/examples/group.c         (l)->active = true;                         \
l                  47 opal/mca/pmix/pmix4x/pmix/examples/group.c         (l)->status = PMIX_SUCCESS;                 \
l                  50 opal/mca/pmix/pmix4x/pmix/examples/group.c #define DEBUG_DESTRUCT_LOCK(l)              \
l                  52 opal/mca/pmix/pmix4x/pmix/examples/group.c         pthread_mutex_destroy(&(l)->mutex); \
l                  53 opal/mca/pmix/pmix4x/pmix/examples/group.c         pthread_cond_destroy(&(l)->cond);   \
l                  39 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/x86_64/timer.h      uint32_t l, h;
l                  42 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/x86_64/timer.h                            : "=a" (l), "=d" (h));
l                  43 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/x86_64/timer.h      return ((pmix_timer_t)l) | (((pmix_timer_t)h) << 32);
l                 530 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define pmix_list_append(l,i) \
l                 531 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h _pmix_list_append(l,i,__FILE__,__LINE__)
l                 533 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define pmix_list_append(l,i) \
l                 534 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h _pmix_list_append(l,i)
l                 108 opal/mca/pmix/pmix4x/pmix/src/include/types.h             uint32_t l[2];
l                 115 opal/mca/pmix/pmix4x/pmix/src/include/types.h     r.l[0] = htonl(w.l[1]);
l                 116 opal/mca/pmix/pmix4x/pmix/src/include/types.h     r.l[1] = htonl(w.l[0]);
l                 132 opal/mca/pmix/pmix4x/pmix/src/include/types.h             uint32_t l[2];
l                 139 opal/mca/pmix/pmix4x/pmix/src/include/types.h     r.l[0] = ntohl(w.l[1]);
l                 140 opal/mca/pmix/pmix4x/pmix/src/include/types.h     r.l[1] = ntohl(w.l[0]);
l                  74 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h #define PMIX_CONSTRUCT_LOCK(l)                          \
l                  76 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h         PMIX_CONSTRUCT(&(l)->mutex, pmix_mutex_t);      \
l                  77 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h         pthread_cond_init(&(l)->cond, NULL);            \
l                  78 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h         (l)->active = true;                             \
l                  81 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h #define PMIX_DESTRUCT_LOCK(l)               \
l                  83 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h         PMIX_DESTRUCT(&(l)->mutex);         \
l                  84 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h         pthread_cond_destroy(&(l)->cond);   \
l                 131 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c #define DEBUG_CONSTRUCT_LOCK(l)                     \
l                 133 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         pthread_mutex_init(&(l)->mutex, NULL);      \
l                 134 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         pthread_cond_init(&(l)->cond, NULL);        \
l                 135 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         (l)->active = true;                         \
l                 136 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         (l)->status = PMIX_SUCCESS;                 \
l                 139 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c #define DEBUG_DESTRUCT_LOCK(l)              \
l                 141 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         pthread_mutex_destroy(&(l)->mutex); \
l                 142 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         pthread_cond_destroy(&(l)->cond);   \
l                 325 opal/win32/win_compat.h #define bzero(p, l) memset(p, 0, l)
l                 326 opal/win32/win_compat.h #define bcopy(s, t, l) memmove(t, s, l)
l                 169 orte/mca/rml/base/base.h #define ORTE_RML_POST_MESSAGE(p, t, s, b, l)                            \
l                 182 orte/mca/rml/base/base.h         msg->iov.iov_len = (l);                                         \
l                 480 orte/orted/pmix/pmix_server_gen.c     opal_list_t *l = (opal_list_t*)cbdata;
l                 481 orte/orted/pmix/pmix_server_gen.c     OPAL_LIST_RELEASE(l);
l                  20 orte/test/mpi/pinterlib.c #define MY_CONSTRUCT_LOCK(l)                     \
l                  22 orte/test/mpi/pinterlib.c         pthread_mutex_init(&(l)->mutex, NULL);      \
l                  23 orte/test/mpi/pinterlib.c         pthread_cond_init(&(l)->cond, NULL);        \
l                  24 orte/test/mpi/pinterlib.c         (l)->active = true;                         \
l                  25 orte/test/mpi/pinterlib.c         (l)->status = PMIX_SUCCESS;                 \
l                  28 orte/test/mpi/pinterlib.c #define MY_DESTRUCT_LOCK(l)              \
l                  30 orte/test/mpi/pinterlib.c         pthread_mutex_destroy(&(l)->mutex); \
l                  31 orte/test/mpi/pinterlib.c         pthread_cond_destroy(&(l)->cond);   \
l                  51 orte/util/threads.h #define ORTE_CONSTRUCT_LOCK(l)                          \
l                  53 orte/util/threads.h         OBJ_CONSTRUCT(&(l)->mutex, opal_mutex_t);       \
l                  54 orte/util/threads.h         pthread_cond_init(&(l)->cond, NULL);            \
l                  55 orte/util/threads.h         (l)->active = true;                             \
l                  58 orte/util/threads.h #define ORTE_DESTRUCT_LOCK(l)               \
l                  60 orte/util/threads.h         OBJ_DESTRUCT(&(l)->mutex);          \
l                  61 orte/util/threads.h         pthread_cond_destroy(&(l)->cond);   \
l                1527 oshmem/mca/memheap/ptmalloc/malloc.c   volatile unsigned int l;
l                1539 oshmem/mca/memheap/ptmalloc/malloc.c       __asm__ __volatile__ ("lock cmpxchgl %2,(%1)" : "=a" (ret) : "r" (&sl->l), "r" (1), "a" (0));
l                1568 oshmem/mca/memheap/ptmalloc/malloc.c     __asm__ __volatile__ ("xchgl %2,(%1)" : "=r" (ret) : "r" (&sl->l), "0" (0));
l                1574 oshmem/mca/memheap/ptmalloc/malloc.c   __asm__ __volatile__ ("lock cmpxchgl %2,(%1)" : "=a" (ret) : "r" (&sl->l), "r" (1), "a" (0));
l                1588 oshmem/mca/memheap/ptmalloc/malloc.c #define IS_LOCKED(sl)         ((sl)->l)
l                1601 oshmem/mca/memheap/ptmalloc/malloc.c   long l;
l                1613 oshmem/mca/memheap/ptmalloc/malloc.c       if (!interlockedexchange(&sl->l, 1)) {
l                1630 oshmem/mca/memheap/ptmalloc/malloc.c     interlockedexchange (&sl->l, 0);
l                1635 oshmem/mca/memheap/ptmalloc/malloc.c   if (!interlockedexchange(&sl->l, 1)){
l                1648 oshmem/mca/memheap/ptmalloc/malloc.c #define IS_LOCKED(sl)         ((sl)->l)
l                1663 oshmem/mca/memheap/ptmalloc/malloc.c   pthread_mutex_t l;
l                1668 oshmem/mca/memheap/ptmalloc/malloc.c   if(!pthread_mutex_lock(&(sl)->l)){
l                1677 oshmem/mca/memheap/ptmalloc/malloc.c   pthread_mutex_unlock(&(sl)->l);
l                1681 oshmem/mca/memheap/ptmalloc/malloc.c   if(!pthread_mutex_trylock(&(sl)->l)){
l                1693 oshmem/mca/memheap/ptmalloc/malloc.c   if(pthread_mutex_init(&sl->l, &attr)) return 1;
l                1760 oshmem/mca/memheap/ptmalloc/malloc.c #define INITIAL_LOCK(l)