Searched defs:U16 (Results 1 – 11 of 11) sorted by relevance
144 struct __attribute__((packed)) U16 { struct145 char a;146 A1 b;147 int c;
119 struct U16 { struct120 char a;121 char b;122 short c;123 struct T1 d;
79 U16, global() enumerator
106 U16 = 4, enumerator
41 enum U16 : uint16_t { enum
133 #define U16(value) ((uint16_t)(value)) macro [all...]
675 uint16_t U16; TEST() local 836 uint16_t U16; TEST() local
50 U16, enumerator
265 U16 = UINT | B16, enumerator
583 const uint16_t U16 = 0x1122; in TestFileWriterHelper() local
2746 unsigned U16 = 1u << 16; TEST_F() local