Searched refs:bbs_MEM_BLOCK_OVERHD (Results 1 - 9 of 9) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DMemSeg.h34 #define bbs_MEM_BLOCK_OVERHD 2 macro
H A DAPhArr.c118 return sizeA * bbs_SIZEOF16( struct bbs_APh ) + bbs_MEM_BLOCK_OVERHD;
H A DComplexArr.c118 return sizeA * bbs_SIZEOF16( struct bbs_Complex ) + bbs_MEM_BLOCK_OVERHD;
H A DInt16Arr.c118 return sizeA * bbs_SIZEOF16( int16 ) + bbs_MEM_BLOCK_OVERHD;
H A DInt32Arr.c118 return sizeA * bbs_SIZEOF16( int32 ) + bbs_MEM_BLOCK_OVERHD;
H A DInt8Arr.c118 return ( sizeA >> 1 ) + bbs_MEM_BLOCK_OVERHD;
H A DUInt16Arr.c134 return sizeA * bbs_SIZEOF16( uint16 ) + bbs_MEM_BLOCK_OVERHD;
H A DUInt32Arr.c118 return sizeA * bbs_SIZEOF16( uint32 ) + bbs_MEM_BLOCK_OVERHD;
H A DUInt8Arr.c118 return ( sizeA >> 1 ) + bbs_MEM_BLOCK_OVERHD;

Completed in 108 milliseconds