list_size        1772 ompi/mca/topo/treematch/treematch/tm_tree.c   unsigned long int list_size;
list_size        1832 ompi/mca/topo/treematch/treematch/tm_tree.c     list_size = (int)list.val;
list_size        1833 ompi/mca/topo/treematch/treematch/tm_tree.c     assert( list_size == nb_groups);
list_size         912 orte/mca/sstore/central/sstore_central_local.c     size_t list_size;
list_size         929 orte/mca/sstore/central/sstore_central_local.c     list_size = opal_list_get_size(handle_info->app_info_handle);
list_size         930 orte/mca/sstore/central/sstore_central_local.c     if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &list_size, 1, OPAL_SIZE))) {
list_size        1250 orte/mca/sstore/stage/sstore_stage_local.c     size_t list_size;
list_size        1308 orte/mca/sstore/stage/sstore_stage_local.c     list_size = opal_list_get_size(handle_info->app_info_handle);
list_size        1309 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.pack(loc_buffer, &list_size, 1, OPAL_SIZE))) {
list_size        1324 orte/mca/sstore/stage/sstore_stage_local.c                          (int)list_size,
list_size        1704 orte/mca/sstore/stage/sstore_stage_local.c     size_t list_size;
list_size        1721 orte/mca/sstore/stage/sstore_stage_local.c     list_size = opal_list_get_size(handle_info->app_info_handle);
list_size        1722 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &list_size, 1, OPAL_SIZE))) {
list_size        1875 orte/mca/sstore/stage/sstore_stage_local.c     size_t list_size;
list_size        1882 orte/mca/sstore/stage/sstore_stage_local.c     list_size = opal_list_get_size(handle_info->app_info_handle);
list_size        1883 orte/mca/sstore/stage/sstore_stage_local.c     if( 0 >= list_size ) {
list_size          46 test/class/opal_list.c     size_t indx,i,list_size, tmp_size_1, tmp_size_2,size_elements;
list_size          65 test/class/opal_list.c     list_size=opal_list_get_size(&list);
list_size          66 test/class/opal_list.c     if( 0 == list_size ) {
list_size          92 test/class/opal_list.c     list_size=opal_list_get_size(&list);
list_size          93 test/class/opal_list.c     if( list_size == size_elements ) {
list_size         317 test/class/opal_list.c     list_size = opal_list_get_size(&list);
list_size         319 test/class/opal_list.c          i < list_size / 2 ; ++i, item = opal_list_get_next(item)) {
list_size         327 test/class/opal_list.c     } else if (tmp_size_2 != list_size - tmp_size_1) {
list_size         336 test/class/opal_list.c     if (tmp_size_1 != list_size) {