Lines Matching refs:U8
15 typedef unsigned long long U8; typedef
24 U8 a [SZB_OF_a / 8]; // Type is U8 to ensure it's 8-aligned
25 U8 b [SZB_OF_a / 8]; // same size as a[]
38 U8 build(int size, U1 byte) in build()
41 U8 mask = 0; in build()
42 U8 shres; in build()
43 U8 res = 0xffffffffffffffffULL, res2; in build()
49 mask |= (U8)byte; in build()
108 assert(8 == sizeof(U8)); in main()
151 U8 tmp = build(NNN, j); \ in main()
156 U8 tmpDef = tmp; \ in main()
160 assert(tmpDef == (U8)undefN_ITyDef); \ in main()
212 DO(8, U8, U8, /*isF4*/0); in main()
213 DO(8, F8, U8, /*isF4*/0); in main()