starting_point    328 opal/datatype/opal_convertor.c                                                                size_t starting_point, const size_t* sizes )
starting_point    343 opal/datatype/opal_convertor.c     count = starting_point / pData->size;
starting_point    352 opal/datatype/opal_convertor.c     count = starting_point - count * pData->size;
starting_point    367 opal/datatype/opal_convertor.c     pConvertor->bConverted = starting_point;
starting_point     38 opal/datatype/opal_datatype_fake_stack.c                                                          size_t starting_point, const size_t* sizes );
starting_point     41 opal/datatype/opal_datatype_fake_stack.c                                                   size_t starting_point, const size_t* sizes )
starting_point     48 opal/datatype/opal_datatype_fake_stack.c     size_t resting_place = starting_point;
starting_point     52 opal/datatype/opal_datatype_fake_stack.c     assert( 0 != starting_point );
starting_point     53 opal/datatype/opal_datatype_fake_stack.c     assert( pConvertor->bConverted != starting_point );
starting_point     54 opal/datatype/opal_datatype_fake_stack.c     assert( starting_point <=(pConvertor->count * pData->size) );
starting_point     69 opal/datatype/opal_datatype_fake_stack.c         int32_t cnt = (int32_t)(starting_point / pData->size);
starting_point     76 opal/datatype/opal_datatype_fake_stack.c         cnt = (int32_t)(starting_point - cnt * pData->size);  /* number of bytes after the loop */
starting_point     83 opal/datatype/opal_datatype_fake_stack.c             pStack[1].disp += starting_point;
starting_point     88 opal/datatype/opal_datatype_fake_stack.c         pConvertor->bConverted = starting_point;
starting_point     96 opal/datatype/opal_datatype_fake_stack.c     count          = starting_point / remote_size;
starting_point    172 opal/datatype/opal_datatype_fake_stack.c                 pConvertor->bConverted = starting_point - resting_place;