OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbs_MEM_BLOCK_OVERHD
(Results
1 - 9
of
9
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
MemSeg.h
34
#define
bbs_MEM_BLOCK_OVERHD
2
APhArr.c
118
return sizeA * bbs_SIZEOF16( struct bbs_APh ) +
bbs_MEM_BLOCK_OVERHD
;
ComplexArr.c
118
return sizeA * bbs_SIZEOF16( struct bbs_Complex ) +
bbs_MEM_BLOCK_OVERHD
;
Int16Arr.c
118
return sizeA * bbs_SIZEOF16( int16 ) +
bbs_MEM_BLOCK_OVERHD
;
Int32Arr.c
118
return sizeA * bbs_SIZEOF16( int32 ) +
bbs_MEM_BLOCK_OVERHD
;
Int8Arr.c
118
return ( sizeA >> 1 ) +
bbs_MEM_BLOCK_OVERHD
;
UInt16Arr.c
134
return sizeA * bbs_SIZEOF16( uint16 ) +
bbs_MEM_BLOCK_OVERHD
;
UInt32Arr.c
118
return sizeA * bbs_SIZEOF16( uint32 ) +
bbs_MEM_BLOCK_OVERHD
;
UInt8Arr.c
118
return ( sizeA >> 1 ) +
bbs_MEM_BLOCK_OVERHD
;
Completed in 68 milliseconds