Home | History | Annotate | Download | only in tests

Lines Matching defs:U1

74 typedef unsigned char      U1;
207 EXPECT_POISONED(*GetPoisoned<U1>());
208 EXPECT_POISONED(*GetPoisoned<U1>());
209 EXPECT_POISONED(*GetPoisoned<U1>());
329 ((U1*)p)[1] = 0;
330 ((U1*)p)[2] = 0xff;
368 EXPECT_NOT_POISONED(applyNot<U1>(0x0, 0x0));
369 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0xFE));
370 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0x0));
371 EXPECT_POISONED(applyNot<U1>(0xFF, 0xFF));
379 ((U1*)up)[0] = 0;
380 ((U1*)up)[3] = 0xff;
1167 ((char *)p)[10] = *GetPoisoned<U1>();
1168 ((char *)p)[4095] = *GetPoisoned<U1>();
1466 TestOverlapMemmove<U1, 10>();
1467 TestOverlapMemmove<U1, 1000>();
2592 U1 a1, b1;
3554 typedef U1 V16x8 __attribute__((__vector_size__(16)));
3562 typedef U1 V8x8 __attribute__((__vector_size__(8)));
3692 V16x8 a = {Poisoned<U1>(), 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15};
3935 MemCpyTest<U1, 10000>();
4054 U1 cond = true;