resting_place 48 opal/datatype/opal_datatype_fake_stack.c size_t resting_place = starting_point; resting_place 97 opal/datatype/opal_datatype_fake_stack.c resting_place -= (remote_size * count); resting_place 117 opal/datatype/opal_datatype_fake_stack.c if( (loop_length * pStack->count) > resting_place ) { resting_place 123 opal/datatype/opal_datatype_fake_stack.c int32_t cnt = (int32_t)(resting_place / loop_length); resting_place 131 opal/datatype/opal_datatype_fake_stack.c resting_place -= cnt * loop_length; resting_place 143 opal/datatype/opal_datatype_fake_stack.c resting_place -= (loop_length * (pStack->count - 1)); /* update the resting place */ resting_place 165 opal/datatype/opal_datatype_fake_stack.c if( resting_place < lastLength ) { resting_place 166 opal/datatype/opal_datatype_fake_stack.c int32_t cnt = (int32_t)(resting_place / basic_type->size); resting_place 168 opal/datatype/opal_datatype_fake_stack.c resting_place -= (cnt * basic_type->size); resting_place 172 opal/datatype/opal_datatype_fake_stack.c pConvertor->bConverted = starting_point - resting_place; resting_place 178 opal/datatype/opal_datatype_fake_stack.c resting_place -= lastLength;