Home | History | Annotate | Download | only in tests

Lines Matching defs:U1

12 typedef unsigned char        U1;
38 U8 build(int size, U1 byte)
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits
89 U1 *undefA, expected_byte, expected_byte_alt;
102 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) );
106 assert(1 == sizeof(U1));
145 Ty* aNb = (Ty*)(((U1*)aN) + h); /* set offset from a[] */ \
146 Ty* bNb = (Ty*)(((U1*)bN) + h); /* set offset from b[] */ \
210 DO(1, U1, U1, /*isF4*/0);