OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocatedSizeE
(Results
26 - 32
of
32
) sorted by null
1
2
/external/neven/Embedded/common/src/b_TensorEm/
Cluster2D.c
91
ptrA->
allocatedSizeE
= 0;
104
ptrA->
allocatedSizeE
= 0;
124
if( ptrA->
allocatedSizeE
< srcPtrA->sizeE )
324
ptrA->
allocatedSizeE
= 0;
340
ptrA->
allocatedSizeE
= sizeA;
350
if( ptrA->
allocatedSizeE
< sizeA )
354
ptrA->
allocatedSizeE
,
411
if( ptrA->
allocatedSizeE
< srcPtrA->sizeE )
479
if( ptrA->
allocatedSizeE
< sizeL )
IdCluster2D.c
247
uint32 maxOutSizeL = bbs_min( outCluster1PtrA->
allocatedSizeE
, outCluster2PtrA->
allocatedSizeE
);
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 130 milliseconds
1
2