Searched refs:offsetE (Results 1 – 2 of 2) sorted by relevance
47 ptrA->offsetE = 0; in bts_SubVecMap_init()57 ptrA->offsetE = 0; in bts_SubVecMap_exit()75 ptrA->offsetE = srcPtrA->offsetE; in bts_SubVecMap_copy()85 if( ptrA->offsetE != srcPtrA->offsetE ) return FALSE; in bts_SubVecMap_equal()122 memSizeL += bbs_SIZEOF16( ptrA->offsetE ); in bts_SubVecMap_memSize()138 memPtrA += bbs_memWrite32( &ptrA->offsetE, memPtrA ); in bts_SubVecMap_memWrite()155 memPtrA += bbs_memRead32( &ptrA->offsetE, memPtrA ); in bts_SubVecMap_memRead()186 int32 sizeL = ( ptrL->sizeE != -1 ) ? ptrL->sizeE : ( int32 )inVecPtrA->arrE.sizeE - ptrL->offsetE; in bts_SubVecMap_map()189 if( ( ptrL->offsetE + sizeL ) > ( int32 )inVecPtrA->arrE.sizeE ) in bts_SubVecMap_map()203 bbs_memcpy16( outVecPtrA->arrE.arrPtrE, inVecPtrA->arrE.arrPtrE + ptrL->offsetE, sizeL ); in bts_SubVecMap_map()
49 int32 offsetE; member