remoteLength 47 opal/datatype/opal_datatype_fake_stack.c size_t loop_length, *remoteLength, remote_size; remoteLength 105 opal/datatype/opal_datatype_fake_stack.c remoteLength = (size_t*)alloca( sizeof(size_t) * (pConvertor->pDesc->loops + 1)); remoteLength 106 opal/datatype/opal_datatype_fake_stack.c remoteLength[0] = 0; /* initial value set to ZERO */ remoteLength 136 opal/datatype/opal_datatype_fake_stack.c remoteLength[pConvertor->stack_pos] = 0; remoteLength 148 opal/datatype/opal_datatype_fake_stack.c remoteLength[pConvertor->stack_pos] += (loop_length * pStack->count); remoteLength 149 opal/datatype/opal_datatype_fake_stack.c loop_length = remoteLength[pConvertor->stack_pos]; remoteLength 153 opal/datatype/opal_datatype_fake_stack.c remoteLength[pConvertor->stack_pos] += loop_length; remoteLength 158 opal/datatype/opal_datatype_fake_stack.c remoteLength[pConvertor->stack_pos] = 0;