HomeSort by: relevance | last modified time | path
    Searched defs:U1 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test_utils.h 58 typedef uint8_t U1;
  /src/usr.bin/make/unit-tests/
directive-undef.mk 45 ${:U1 2 3}= one two three
48 .if ${${:U1 2 3}} != "one two three" # still there
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 134 typedef unsigned char U1;
274 EXPECT_POISONED(*GetPoisoned<U1>());
275 EXPECT_POISONED(*GetPoisoned<U1>());
276 EXPECT_POISONED(*GetPoisoned<U1>());
395 ((U1*)p)[1] = 0;
396 ((U1*)p)[2] = 0xff;
434 EXPECT_NOT_POISONED(applyNot<U1>(0x0, 0x0));
435 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0xFE));
436 EXPECT_NOT_POISONED(applyNot<U1>(0xFF, 0x0));
437 EXPECT_POISONED(applyNot<U1>(0xFF, 0xFF))
    [all...]

Completed in 15 milliseconds