stack_pos 190 opal/datatype/opal_convertor.c convertor->stack_pos = 0; stack_pos 368 opal/datatype/opal_convertor.c pConvertor->stack_pos = 1; stack_pos 386 opal/datatype/opal_convertor.c convertor->stack_pos = 1; stack_pos 687 opal/datatype/opal_convertor.c destination->stack_pos = -1; stack_pos 689 opal/datatype/opal_convertor.c memcpy( destination->pStack, source->pStack, sizeof(dt_stack_t) * (source->stack_pos+1) ); stack_pos 691 opal/datatype/opal_convertor.c destination->stack_pos = source->stack_pos; stack_pos 706 opal/datatype/opal_convertor.c convertor->count, convertor->stack_pos, convertor->bConverted, stack_pos 722 opal/datatype/opal_convertor.c if( !((0 == convertor->stack_pos) && stack_pos 723 opal/datatype/opal_convertor.c ((size_t)convertor->pStack[convertor->stack_pos].index > convertor->pDesc->desc.length)) ) { stack_pos 726 opal/datatype/opal_convertor.c opal_datatype_dump_stack( convertor->pStack, convertor->stack_pos, stack_pos 732 opal/datatype/opal_convertor.c void opal_datatype_dump_stack( const dt_stack_t* pStack, int stack_pos, stack_pos 735 opal/datatype/opal_convertor.c opal_output( 0, "\nStack %p stack_pos %d name %s\n", (void*)pStack, stack_pos, name ); stack_pos 736 opal/datatype/opal_convertor.c for( ; stack_pos >= 0; stack_pos-- ) { stack_pos 737 opal/datatype/opal_convertor.c opal_output( 0, "%d: pos %d count %" PRIsize_t " disp %ld ", stack_pos, pStack[stack_pos].index, stack_pos 738 opal/datatype/opal_convertor.c pStack[stack_pos].count, pStack[stack_pos].disp ); stack_pos 741 opal/datatype/opal_convertor.c (unsigned long)pDesc[pStack[stack_pos].index].elem.count, stack_pos 742 opal/datatype/opal_convertor.c (long)pDesc[pStack[stack_pos].index].elem.disp, stack_pos 743 opal/datatype/opal_convertor.c (long)pDesc[pStack[stack_pos].index].elem.extent ); stack_pos 108 opal/datatype/opal_convertor.h uint32_t stack_pos; /**< the actual position on the stack */ stack_pos 170 opal/datatype/opal_convertor.h convertor->stack_pos = 0; stack_pos 387 opal/datatype/opal_convertor.h int stack_pos, stack_pos 83 opal/datatype/opal_convertor_raw.c pStack = pConvertor->pStack + pConvertor->stack_pos; stack_pos 88 opal/datatype/opal_convertor_raw.c pConvertor->stack_pos--; stack_pos 94 opal/datatype/opal_convertor_raw.c pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); ); stack_pos 139 opal/datatype/opal_convertor_raw.c pStack->count, pConvertor->stack_pos, stack_pos 142 opal/datatype/opal_convertor_raw.c if( pConvertor->stack_pos == 0 ) { stack_pos 149 opal/datatype/opal_convertor_raw.c pConvertor->stack_pos--; stack_pos 165 opal/datatype/opal_convertor_raw.c pStack->count, pConvertor->stack_pos, stack_pos 198 opal/datatype/opal_convertor_raw.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc, stack_pos 204 opal/datatype/opal_convertor_raw.c DDT_DUMP_STACK( pConvertor->pStack, pConvertor->stack_pos, pElem, "advance loop" ); stack_pos 217 opal/datatype/opal_convertor_raw.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_UINT1, count_desc, stack_pos 220 opal/datatype/opal_convertor_raw.c pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); ); stack_pos 123 opal/datatype/opal_datatype_copy.h int32_t stack_pos; /* index of the stack level */ stack_pos 185 opal/datatype/opal_datatype_copy.h stack_pos = 0; stack_pos 209 opal/datatype/opal_datatype_copy.h pStack->count, stack_pos, pos_desc, pStack->disp, (unsigned long)iov_len_local ); ); stack_pos 211 opal/datatype/opal_datatype_copy.h if( stack_pos == 0 ) { stack_pos 215 opal/datatype/opal_datatype_copy.h stack_pos--; stack_pos 231 opal/datatype/opal_datatype_copy.h pStack->count, stack_pos, pos_desc, pStack->disp, (unsigned long)iov_len_local ); ); stack_pos 242 opal/datatype/opal_datatype_copy.h PUSH_STACK( pStack, stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc, stack_pos 249 opal/datatype/opal_datatype_copy.h DDT_DUMP_STACK( pStack, stack_pos, pElem, "advance loop" ); stack_pos 59 opal/datatype/opal_datatype_fake_stack.c pConvertor->stack_pos = 0; stack_pos 89 opal/datatype/opal_datatype_fake_stack.c pConvertor->stack_pos = 1; stack_pos 136 opal/datatype/opal_datatype_fake_stack.c remoteLength[pConvertor->stack_pos] = 0; stack_pos 145 opal/datatype/opal_datatype_fake_stack.c pConvertor->stack_pos--; stack_pos 148 opal/datatype/opal_datatype_fake_stack.c remoteLength[pConvertor->stack_pos] += (loop_length * pStack->count); stack_pos 149 opal/datatype/opal_datatype_fake_stack.c loop_length = remoteLength[pConvertor->stack_pos]; stack_pos 153 opal/datatype/opal_datatype_fake_stack.c remoteLength[pConvertor->stack_pos] += loop_length; stack_pos 154 opal/datatype/opal_datatype_fake_stack.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, stack_pos 158 opal/datatype/opal_datatype_fake_stack.c remoteLength[pConvertor->stack_pos] = 0; stack_pos 169 opal/datatype/opal_datatype_fake_stack.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, pElems->elem.common.type, stack_pos 173 opal/datatype/opal_datatype_fake_stack.c DDT_DUMP_STACK( pConvertor->pStack, pConvertor->stack_pos, stack_pos 35 opal/datatype/opal_datatype_get_count.c ssize_t nbElems = 0, stack_pos = 0; stack_pos 54 opal/datatype/opal_datatype_get_count.c stack_pos--; pStack--; stack_pos 55 opal/datatype/opal_datatype_get_count.c if( stack_pos == -1 ) return nbElems; /* completed */ stack_pos 64 opal/datatype/opal_datatype_get_count.c PUSH_STACK( pStack, stack_pos, pos_desc, OPAL_DATATYPE_LOOP, pElems[pos_desc].loop.loops, 0 ); stack_pos 67 opal/datatype/opal_datatype_get_count.c DDT_DUMP_STACK( pStack, stack_pos, pElems, "advance loops" ); stack_pos 90 opal/datatype/opal_datatype_get_count.c int32_t stack_pos = 0; stack_pos 116 opal/datatype/opal_datatype_get_count.c stack_pos--; pStack--; stack_pos 117 opal/datatype/opal_datatype_get_count.c if( stack_pos == -1 ) return 0; stack_pos 126 opal/datatype/opal_datatype_get_count.c PUSH_STACK( pStack, stack_pos, pos_desc, OPAL_DATATYPE_LOOP, pElems[pos_desc].loop.loops, 0 ); stack_pos 129 opal/datatype/opal_datatype_get_count.c DDT_DUMP_STACK( pStack, stack_pos, pElems, "advance loops" ); stack_pos 157 opal/datatype/opal_datatype_get_count.c ssize_t nbElems = 0, stack_pos = 0; stack_pos 174 opal/datatype/opal_datatype_get_count.c stack_pos--; pStack--; stack_pos 175 opal/datatype/opal_datatype_get_count.c if( stack_pos == -1 ) return 0; /* completed */ stack_pos 184 opal/datatype/opal_datatype_get_count.c PUSH_STACK( pStack, stack_pos, pos_desc, OPAL_DATATYPE_LOOP, pElems[pos_desc].loop.loops, 0 ); stack_pos 187 opal/datatype/opal_datatype_get_count.c DDT_DUMP_STACK( pStack, stack_pos, pElems, "advance loops" ); stack_pos 53 opal/datatype/opal_datatype_optimize.c int32_t stack_pos = 0, last_type = OPAL_DATATYPE_UINT1; stack_pos 75 opal/datatype/opal_datatype_optimize.c while( stack_pos >= 0 ) { stack_pos 87 opal/datatype/opal_datatype_optimize.c if( --stack_pos >= 0 ) { /* still something to do ? */ stack_pos 199 opal/datatype/opal_datatype_optimize.c PUSH_STACK( pStack, stack_pos, nbElems, OPAL_DATATYPE_LOOP, loop->loops, total_disp ); stack_pos 201 opal/datatype/opal_datatype_optimize.c DDT_DUMP_STACK( pStack, stack_pos, pData->desc.desc, "advance loops" ); stack_pos 204 opal/datatype/opal_datatype_pack.c length = (0 == pConv->stack_pos ? 0 : stack[1].count); /* left over from the last pack */ stack_pos 301 opal/datatype/opal_datatype_pack.c pStack = pConvertor->pStack + pConvertor->stack_pos; stack_pos 306 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos--; stack_pos 312 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); ); stack_pos 333 opal/datatype/opal_datatype_pack.c pStack->count, pConvertor->stack_pos, stack_pos 336 opal/datatype/opal_datatype_pack.c if( 0 == pConvertor->stack_pos ) { stack_pos 341 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos--; /* go one position up on the stack */ stack_pos 356 opal/datatype/opal_datatype_pack.c pStack->count, pConvertor->stack_pos, pos_desc, stack_pos 371 opal/datatype/opal_datatype_pack.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc, stack_pos 377 opal/datatype/opal_datatype_pack.c DDT_DUMP_STACK( pConvertor->pStack, pConvertor->stack_pos, pElem, "advance loop" ); stack_pos 392 opal/datatype/opal_datatype_pack.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, pElem->elem.common.type, count_desc, stack_pos 395 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); ); stack_pos 477 opal/datatype/opal_datatype_pack.c pStack = pConvertor->pStack + pConvertor->stack_pos; stack_pos 482 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos--; stack_pos 488 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); ); stack_pos 519 opal/datatype/opal_datatype_pack.c pStack->count, pConvertor->stack_pos, stack_pos 522 opal/datatype/opal_datatype_pack.c if( 0 == pConvertor->stack_pos ) { stack_pos 529 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos--; stack_pos 544 opal/datatype/opal_datatype_pack.c pStack->count, pConvertor->stack_pos, pos_desc, stack_pos 561 opal/datatype/opal_datatype_pack.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc, stack_pos 569 opal/datatype/opal_datatype_pack.c DDT_DUMP_STACK( pConvertor->pStack, pConvertor->stack_pos, pElem, "advance loop" ); stack_pos 585 opal/datatype/opal_datatype_pack.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, pElem->elem.common.type, count_desc, stack_pos 588 opal/datatype/opal_datatype_pack.c pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); ); stack_pos 143 opal/datatype/opal_datatype_position.c for( pos_desc = 0; pos_desc <= pConvertor->stack_pos; pos_desc++ ) stack_pos 152 opal/datatype/opal_datatype_position.c pStack = pConvertor->pStack + pConvertor->stack_pos; stack_pos 157 opal/datatype/opal_datatype_position.c pConvertor->stack_pos--; stack_pos 163 opal/datatype/opal_datatype_position.c pConvertor->stack_pos, pStack->index, pStack->count, (unsigned long long)pStack->disp ); ); stack_pos 183 opal/datatype/opal_datatype_position.c pStack->count, pConvertor->stack_pos, pos_desc, stack_pos 186 opal/datatype/opal_datatype_position.c if( pConvertor->stack_pos == 0 ) { stack_pos 191 opal/datatype/opal_datatype_position.c pConvertor->stack_pos--; stack_pos 206 opal/datatype/opal_datatype_position.c pStack->count, pConvertor->stack_pos, pos_desc, stack_pos 221 opal/datatype/opal_datatype_position.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc, stack_pos 227 opal/datatype/opal_datatype_position.c DDT_DUMP_STACK( pConvertor->pStack, pConvertor->stack_pos, pElem, "advance loop" ); stack_pos 229 opal/datatype/opal_datatype_position.c pStack->count, pConvertor->stack_pos, pos_desc, stack_pos 245 opal/datatype/opal_datatype_position.c pStack->count, pConvertor->stack_pos, pos_desc, stack_pos 254 opal/datatype/opal_datatype_position.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, pElem->elem.common.type, count_desc, stack_pos 257 opal/datatype/opal_datatype_position.c pConvertor->stack_pos, pStack->index, pStack->count, (unsigned long long)pStack->disp ); ); stack_pos 111 opal/datatype/opal_datatype_unpack.c length = (0 == pConv->stack_pos ? 0 : stack[1].count); /* left over from the last unpack */ stack_pos 285 opal/datatype/opal_datatype_unpack.c pStack = pConvertor->pStack + pConvertor->stack_pos; stack_pos 290 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos--; stack_pos 296 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos, pStack->index, pStack->count, (long)(pStack->disp) ); ); stack_pos 352 opal/datatype/opal_datatype_unpack.c pStack->count, pConvertor->stack_pos, pos_desc, stack_pos 355 opal/datatype/opal_datatype_unpack.c if( 0 == pConvertor->stack_pos ) { stack_pos 362 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos--; stack_pos 377 opal/datatype/opal_datatype_unpack.c pStack->count, pConvertor->stack_pos, pos_desc, stack_pos 392 opal/datatype/opal_datatype_unpack.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc, stack_pos 398 opal/datatype/opal_datatype_unpack.c DDT_DUMP_STACK( pConvertor->pStack, pConvertor->stack_pos, pElem, "advance loop" ); stack_pos 415 opal/datatype/opal_datatype_unpack.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, pElem->elem.common.type, count_desc, stack_pos 418 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); ); stack_pos 464 opal/datatype/opal_datatype_unpack.c pStack = pConvertor->pStack + pConvertor->stack_pos; stack_pos 469 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos--; stack_pos 475 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos, pStack->index, pStack->count, (long)(pStack->disp) ); ); stack_pos 529 opal/datatype/opal_datatype_unpack.c pStack->count, pConvertor->stack_pos, pos_desc, stack_pos 532 opal/datatype/opal_datatype_unpack.c if( 0 == pConvertor->stack_pos ) { stack_pos 539 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos--; stack_pos 554 opal/datatype/opal_datatype_unpack.c pStack->count, pConvertor->stack_pos, pos_desc, stack_pos 558 opal/datatype/opal_datatype_unpack.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc, stack_pos 563 opal/datatype/opal_datatype_unpack.c DDT_DUMP_STACK( pConvertor->pStack, pConvertor->stack_pos, pElem, "advance loop" ); stack_pos 580 opal/datatype/opal_datatype_unpack.c PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, pElem->elem.common.type, count_desc, stack_pos 583 opal/datatype/opal_datatype_unpack.c pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); ); stack_pos 379 test/datatype/opal_datatype_test.c struct dt_stack_t stack[1+send_convertor->stack_pos]; stack_pos 380 test/datatype/opal_datatype_test.c int i, stack_pos = send_convertor->stack_pos; stack_pos 384 test/datatype/opal_datatype_test.c memcpy(stack, send_convertor->pStack, (1+send_convertor->stack_pos) * sizeof(struct dt_stack_t)); stack_pos 390 test/datatype/opal_datatype_test.c for(i = 0; i <= stack_pos; i++ ) { stack_pos 421 test/datatype/opal_datatype_test.c memcpy(stack, recv_convertor->pStack, (1+recv_convertor->stack_pos) * sizeof(struct dt_stack_t)); stack_pos 427 test/datatype/opal_datatype_test.c for(i = 0; i <= stack_pos; i++ ) {