Searched refs:POISON (Results 1 – 7 of 7) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 13 #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/ |
D | get_path.c | 17 #define POISON ('\xff') macro 29 memset(buf, POISON, sizeof(buf)); /* poison the buffer */ in check_path_buf() 51 if (buf[buflen] != POISON) in check_path_buf()
|
/external/compiler-rt/test/msan/Linux/ |
D | sendmsg.cc | 48 #if defined(POISON) in main()
|
/external/llvm-project/compiler-rt/test/msan/ |
D | qsort.cpp | 69 #ifdef POISON in main()
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | sendmsg.cpp | 44 #if defined(POISON) in main()
|
/external/llvm-project/llvm/test/Transforms/Attributor/ |
D | liveness.ll | 489 ; NOT_CGSCC_NPM-NEXT: [[POISON:%.*]] = sub nuw i32 0, 1 490 ; NOT_CGSCC_NPM-NEXT: [[STILL_POISON:%.*]] = and i32 [[POISON]], 0 498 ; IS__CGSCC____-NEXT: [[POISON:%.*]] = sub nuw i32 0, 1 499 ; IS__CGSCC____-NEXT: [[STILL_POISON:%.*]] = and i32 [[POISON]], 0
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ |
D | icmp-constant.ll | 780 %poison = shl nsw i16 %sub, 2 ; oops! this shl can't be nsw; that's POISON
|