HomeSort by relevance Sort by last modified time
    Searched full:allocatedsizee (Results 26 - 32 of 32) sorted by null

12

  /external/neven/Embedded/common/src/b_TensorEm/
IdCluster2D.c 247 uint32 maxOutSizeL = bbs_min( outCluster1PtrA->allocatedSizeE, outCluster2PtrA->allocatedSizeE );
Alt.c 189 if( outVecPtrA->arrE.allocatedSizeE < ptrL->altE.matE.heightE )
Mat.c 191 if( outVecPtrA->arrE.allocatedSizeE < ptrL->matE.heightE )
SubVecMap.c 195 if( outVecPtrA->arrE.allocatedSizeE < ( uint32 )sizeL )
  /external/neven/Embedded/common/src/b_ImageEm/
Flt16Image.c 79 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
175 if( ptrA->arrE.allocatedSizeE < widthA * heightA )
UInt16ByteImage.c 188 if( ptrA->arrE.allocatedSizeE < ( ( widthA * heightA ) >> 1 ) )
UInt8Image.c 176 if( ptrA->arrE.allocatedSizeE < widthA * heightA )

Completed in 913 milliseconds

12