Searched defs:X16 (Results 1 – 4 of 4) sorted by relevance
125 struct ALIGNED16 X16 { struct126 int a, b, c;127 int x : 5;128 int y : 29;
171 class X16 : public NonCopyable { class172 X16(const X16 &other) {} in X16() function in X16
10 #define X16(X) X2(X8(X)) macro
328 uint16_t X16 = 6; in TEST() local