Searched defs:bbs_SIZEOF16 (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h114 * bbs_SIZEOF16: size in 16-bit words
119 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) ) macro
123 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) >> 1 ) macro

Completed in 48 milliseconds