Searched defs:U16_LENGTH (Results 1 – 2 of 2) sorted by relevance
140 #define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) macro