HomeSort by relevance Sort by last modified time
    Searched refs:offsetE (Results 1 - 2 of 2) sorted by null

  /external/neven/Embedded/common/src/b_TensorEm/
SubVecMap.c 47 ptrA->offsetE = 0;
57 ptrA->offsetE = 0;
75 ptrA->offsetE = srcPtrA->offsetE;
85 if( ptrA->offsetE != srcPtrA->offsetE ) return FALSE;
122 memSizeL += bbs_SIZEOF16( ptrA->offsetE );
138 memPtrA += bbs_memWrite32( &ptrA->offsetE, memPtrA );
155 memPtrA += bbs_memRead32( &ptrA->offsetE, memPtrA );
186 int32 sizeL = ( ptrL->sizeE != -1 ) ? ptrL->sizeE : ( int32 )inVecPtrA->arrE.sizeE - ptrL->offsetE;
    [all...]
SubVecMap.h 49 int32 offsetE;
51 /** vector size (-1: size = input size - offsetE) */

Completed in 19 milliseconds