Home
last modified time | relevance | path

Searched refs:POISON (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c13 #define POISON 0xa5 macro
28 memset(src, POISON, BUFLEN); in do_one()
29 memset(dst, POISON, BUFLEN); in do_one()
79 memset(redzone, POISON, BUFLEN); in test_copy_loop()
/external/dtc/tests/
Dget_path.c30 #define POISON ('\xff') macro
42 memset(buf, POISON, sizeof(buf)); /* poison the buffer */ in check_path_buf()
63 if (buf[buflen] != POISON) in check_path_buf()
/external/compiler-rt/test/msan/Linux/
Dsendmsg.cc48 #if defined(POISON) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dicmp-constant.ll584 %poison = shl nsw i16 %sub, 2 ; oops! this shl can't be nsw; that's POISON