count_desc         46 opal/datatype/opal_convertor_raw.c     size_t count_desc;        /* the number of items already done in the actual pos_desc */
count_desc         86 opal/datatype/opal_convertor_raw.c     count_desc   = pStack->count;
count_desc         93 opal/datatype/opal_convertor_raw.c                            pos_desc, count_desc, (long)(source_base - pConvertor->pBaseBuf),
count_desc        101 opal/datatype/opal_convertor_raw.c                     blength *= count_desc;
count_desc        112 opal/datatype/opal_convertor_raw.c                     count_desc = 0;
count_desc        115 opal/datatype/opal_convertor_raw.c                 for(size_t i = count_desc; (i > 0) && (index < *iov_count); i--, index++ ) {
count_desc        124 opal/datatype/opal_convertor_raw.c                     count_desc--;
count_desc        128 opal/datatype/opal_convertor_raw.c             if( 0 == count_desc ) {  /* completed */
count_desc        131 opal/datatype/opal_convertor_raw.c                 UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        162 opal/datatype/opal_convertor_raw.c             UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        175 opal/datatype/opal_convertor_raw.c                 for(size_t i = MIN(count_desc, *iov_count - index); i > 0; i--, index++ ) {
count_desc        182 opal/datatype/opal_convertor_raw.c                     count_desc--;
count_desc        189 opal/datatype/opal_convertor_raw.c                 if( 0 == count_desc ) {  /* completed */
count_desc        198 opal/datatype/opal_convertor_raw.c             PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc,
count_desc        203 opal/datatype/opal_convertor_raw.c             UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        217 opal/datatype/opal_convertor_raw.c     PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_UINT1, count_desc,
count_desc        125 opal/datatype/opal_datatype_copy.h     uint32_t count_desc;      /* the number of items already done in the actual pos_desc */
count_desc        194 opal/datatype/opal_datatype_copy.h         count_desc = description[0].loop.loops;
count_desc        196 opal/datatype/opal_datatype_copy.h         count_desc = description[0].elem.count;
count_desc        202 opal/datatype/opal_datatype_copy.h             _predefined_data( pElem, datatype, (unsigned char*)source_base, count, count_desc,
count_desc        205 opal/datatype/opal_datatype_copy.h             UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        229 opal/datatype/opal_datatype_copy.h             UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        236 opal/datatype/opal_datatype_copy.h                 _contiguous_loop( pElem, datatype, (unsigned char*)source_base, count, count_desc,
count_desc        242 opal/datatype/opal_datatype_copy.h             PUSH_STACK( pStack, stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc,
count_desc        248 opal/datatype/opal_datatype_copy.h             UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        282 opal/datatype/opal_datatype_pack.c     size_t count_desc;        /* the number of items already done in the actual pos_desc */
count_desc        304 opal/datatype/opal_datatype_pack.c     count_desc = pStack->count;
count_desc        311 opal/datatype/opal_datatype_pack.c                            pos_desc, count_desc, (long)(conv_ptr - pConvertor->pBaseBuf),
count_desc        320 opal/datatype/opal_datatype_pack.c                 PACK_PREDEFINED_DATATYPE( pConvertor, pElem, count_desc,
count_desc        322 opal/datatype/opal_datatype_pack.c                 if( 0 == count_desc ) {  /* completed */
count_desc        325 opal/datatype/opal_datatype_pack.c                     UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        354 opal/datatype/opal_datatype_pack.c                 UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        357 opal/datatype/opal_datatype_pack.c                                        count_desc, pStack->disp, (unsigned long)iov_len_local ); );
count_desc        362 opal/datatype/opal_datatype_pack.c                     PACK_CONTIGUOUS_LOOP( pConvertor, pElem, count_desc,
count_desc        364 opal/datatype/opal_datatype_pack.c                     if( 0 == count_desc ) {  /* completed */
count_desc        371 opal/datatype/opal_datatype_pack.c                 PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc,
count_desc        376 opal/datatype/opal_datatype_pack.c                 UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        392 opal/datatype/opal_datatype_pack.c     PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, pElem->elem.common.type, count_desc,
count_desc        458 opal/datatype/opal_datatype_pack.c     size_t count_desc;      /* the number of items already done in the actual pos_desc */
count_desc        480 opal/datatype/opal_datatype_pack.c     count_desc = pStack->count;
count_desc        487 opal/datatype/opal_datatype_pack.c                            pos_desc, count_desc, (long)(conv_ptr - pConvertor->pBaseBuf),
count_desc        498 opal/datatype/opal_datatype_pack.c                                        count_desc, description[pos_desc].elem.extent,
count_desc        502 opal/datatype/opal_datatype_pack.c                 pack_predefined_heterogeneous( pConvertor, pElem, &count_desc,
count_desc        505 opal/datatype/opal_datatype_pack.c                 PACK_PREDEFINED_DATATYPE( pConvertor, pElem, count_desc,
count_desc        508 opal/datatype/opal_datatype_pack.c                 if( 0 == count_desc ) {  /* completed */
count_desc        511 opal/datatype/opal_datatype_pack.c                     UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        542 opal/datatype/opal_datatype_pack.c                 UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        545 opal/datatype/opal_datatype_pack.c                                        count_desc, pStack->disp, (unsigned long)iov_len_local ); );
count_desc        551 opal/datatype/opal_datatype_pack.c                     PACK_CONTIGUOUS_LOOP( pConvertor, pElem, count_desc,
count_desc        553 opal/datatype/opal_datatype_pack.c                     if( 0 == count_desc ) {  /* completed */
count_desc        561 opal/datatype/opal_datatype_pack.c                 PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc,
count_desc        568 opal/datatype/opal_datatype_pack.c                 UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        585 opal/datatype/opal_datatype_pack.c     PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, pElem->elem.common.type, count_desc,
count_desc        119 opal/datatype/opal_datatype_position.c     size_t count_desc;       /* the number of items already done in the actual pos_desc */
count_desc        137 opal/datatype/opal_datatype_position.c         count_desc = iov_len_local / pConvertor->pDesc->size;
count_desc        141 opal/datatype/opal_datatype_position.c                                (unsigned long)iov_len_local, count_desc ); );
count_desc        144 opal/datatype/opal_datatype_position.c             pStack[pos_desc].disp += count_desc * extent;
count_desc        145 opal/datatype/opal_datatype_position.c         pConvertor->bConverted += count_desc * pConvertor->pDesc->size;
count_desc        147 opal/datatype/opal_datatype_position.c         pStack[0].count -= count_desc;
count_desc        155 opal/datatype/opal_datatype_position.c     count_desc    = pStack->count;
count_desc        162 opal/datatype/opal_datatype_position.c                            pos_desc, count_desc, (unsigned long long)(base_pointer - pConvertor->pBaseBuf),
count_desc        178 opal/datatype/opal_datatype_position.c         count_desc--;
count_desc        204 opal/datatype/opal_datatype_position.c             UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        212 opal/datatype/opal_datatype_position.c                 POSITION_CONTIGUOUS_LOOP( pConvertor, pElem, count_desc,
count_desc        214 opal/datatype/opal_datatype_position.c                 if( 0 == count_desc ) {  /* completed */
count_desc        221 opal/datatype/opal_datatype_position.c             PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc,
count_desc        226 opal/datatype/opal_datatype_position.c             UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        235 opal/datatype/opal_datatype_position.c             POSITION_PREDEFINED_DATATYPE( pConvertor, pElem, count_desc,
count_desc        237 opal/datatype/opal_datatype_position.c             if( 0 != count_desc ) {  /* completed */
count_desc        243 opal/datatype/opal_datatype_position.c             UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        254 opal/datatype/opal_datatype_position.c         PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, pElem->elem.common.type, count_desc,
count_desc        188 opal/datatype/opal_datatype_unpack.c     size_t count_desc = 1;
count_desc        220 opal/datatype/opal_datatype_unpack.c     UNPACK_PREDEFINED_DATATYPE( pConvertor, pElem, count_desc,
count_desc        267 opal/datatype/opal_datatype_unpack.c     size_t count_desc;                 /* the number of items already done in the actual pos_desc */
count_desc        288 opal/datatype/opal_datatype_unpack.c     count_desc = pStack->count;
count_desc        295 opal/datatype/opal_datatype_unpack.c                            pos_desc, count_desc, (long)(conv_ptr - pConvertor->pBaseBuf),
count_desc        311 opal/datatype/opal_datatype_unpack.c             --count_desc;
count_desc        312 opal/datatype/opal_datatype_unpack.c             if( 0 == count_desc ) {
count_desc        315 opal/datatype/opal_datatype_unpack.c                 UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        324 opal/datatype/opal_datatype_unpack.c                 UNPACK_PREDEFINED_DATATYPE( pConvertor, pElem, count_desc,
count_desc        326 opal/datatype/opal_datatype_unpack.c                 if( 0 == count_desc ) {  /* completed */
count_desc        329 opal/datatype/opal_datatype_unpack.c                     UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        375 opal/datatype/opal_datatype_unpack.c                 UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        383 opal/datatype/opal_datatype_unpack.c                     UNPACK_CONTIGUOUS_LOOP( pConvertor, pElem, count_desc,
count_desc        385 opal/datatype/opal_datatype_unpack.c                     if( 0 == count_desc ) {  /* completed */
count_desc        392 opal/datatype/opal_datatype_unpack.c                 PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc,
count_desc        397 opal/datatype/opal_datatype_unpack.c                 UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        415 opal/datatype/opal_datatype_unpack.c     PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, pElem->elem.common.type, count_desc,
count_desc        441 opal/datatype/opal_datatype_unpack.c     size_t count_desc;                 /* the number of items already done in the actual pos_desc */
count_desc        467 opal/datatype/opal_datatype_unpack.c     count_desc = pStack->count;
count_desc        474 opal/datatype/opal_datatype_unpack.c                            pos_desc, count_desc, (long)(conv_ptr - pConvertor->pBaseBuf),
count_desc        490 opal/datatype/opal_datatype_unpack.c                                        count_desc, description[pos_desc].elem.extent,
count_desc        492 opal/datatype/opal_datatype_unpack.c                 rc = master->pFunctions[type]( pConvertor, count_desc,
count_desc        499 opal/datatype/opal_datatype_unpack.c                 count_desc -= rc;          /* compute leftovers */
count_desc        500 opal/datatype/opal_datatype_unpack.c                 if( 0 == count_desc ) {  /* completed */
count_desc        503 opal/datatype/opal_datatype_unpack.c                     UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        552 opal/datatype/opal_datatype_unpack.c                 UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        558 opal/datatype/opal_datatype_unpack.c                 PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc,
count_desc        562 opal/datatype/opal_datatype_unpack.c                 UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc );
count_desc        580 opal/datatype/opal_datatype_unpack.c     PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, pElem->elem.common.type, count_desc,