OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbs_SIZEOF8
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Basic.h
113
*
bbs_SIZEOF8
: size in bytes
118
#define
bbs_SIZEOF8
( typeA ) ( sizeof( typeA ) << 1 )
122
#define
bbs_SIZEOF8
( typeA ) ( sizeof( typeA ) )
/external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.c
120
hsdkL = ( btk_HSDK )pCreateParamA->fpMalloc(
bbs_SIZEOF8
( struct btk_SDK ) );
234
return ( bbs_Context_exclAllocSize( &hsdkA->contextE, 0 ) * 2 ) +
bbs_SIZEOF8
( struct btk_SDK );
Completed in 32 milliseconds