Searched defs:CBU16_LENGTH (Results 1 – 2 of 2) sorted by relevance
325 #define CBU16_LENGTH(c) ((uint32)(c)<=0xffff ? 1 : 2) macro
328 #define CBU16_LENGTH(c) ((uint32)(c)<=0xffff ? 1 : 2) macro