Home
last modified time | relevance | path

Searched refs:poison (Results 1 – 25 of 91) sorted by relevance

1234

/external/clang/test/Preprocessor/
Dpragma_poison.c3 #pragma GCC poison rindex
15 #pragma GCC poison rindex2
18 #pragma GCC poison rindex2
Dmacro_paste_bad.c27 #pragma GCC poison BLARG
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-poison.c30 uint64_t poison = 0xdeadbeefc0dec0fe; in tm_poison_test() local
57 : : [poison] "r" (poison) : ); in tm_poison_test()
DMakefile8 tm-signal-context-force-tm tm-poison tm-signal-pagefault
28 $(OUTPUT)/tm-poison: CFLAGS += -m64
D.gitignore22 tm-poison
/external/boringssl/src/crypto/x509/
Dx509_vpm.c155 param->poison = 0; in x509_verify_param_zero()
301 dest->poison = src->poison; in X509_VERIFY_PARAM_inherit()
425 param->poison = 1; in X509_VERIFY_PARAM_set1_host()
434 param->poison = 1; in X509_VERIFY_PARAM_add1_host()
453 param->poison = 1; in X509_VERIFY_PARAM_set1_email()
465 param->poison = 1; in X509_VERIFY_PARAM_set1_ip()
/external/cronet/third_party/boringssl/src/crypto/x509/
Dx509_vpm.c155 param->poison = 0; in x509_verify_param_zero()
301 dest->poison = src->poison; in X509_VERIFY_PARAM_inherit()
425 param->poison = 1; in X509_VERIFY_PARAM_set1_host()
434 param->poison = 1; in X509_VERIFY_PARAM_add1_host()
453 param->poison = 1; in X509_VERIFY_PARAM_set1_email()
465 param->poison = 1; in X509_VERIFY_PARAM_set1_ip()
/external/igt-gpu-tools/lib/uwildmat/
Duwildmat.c381 bool poison = false; in match_expression() local
395 poison = (*p == '@'); in match_expression()
396 reverse = (*p == '!') || poison; in match_expression()
418 if (match == !reverse && poison == poisoned) in match_expression()
421 poisoned = poison; in match_expression()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_vpm.c166 param->poison = 0; in x509_verify_param_zero()
304 dest->poison = src->poison; in X509_VERIFY_PARAM_inherit()
444 param->poison = 1; in X509_VERIFY_PARAM_set1_host()
454 param->poison = 1; in X509_VERIFY_PARAM_add1_host()
477 param->poison = 1; in X509_VERIFY_PARAM_set1_email()
490 param->poison = 1; in X509_VERIFY_PARAM_set1_ip()
/external/strace/tests/
Dwaitid.c141 poison(unsigned int v) in poison() function
157 long rc = syscall(__NR_waitid, poison(idtype), poison(id), in do_waitid()
158 infop, poison(options), rusage); in do_waitid()
/external/strace/tests-m32/
Dwaitid.c141 poison(unsigned int v) in poison() function
157 long rc = syscall(__NR_waitid, poison(idtype), poison(id), in do_waitid()
158 infop, poison(options), rusage); in do_waitid()
/external/strace/tests-mx32/
Dwaitid.c141 poison(unsigned int v) in poison() function
157 long rc = syscall(__NR_waitid, poison(idtype), poison(id), in do_waitid()
158 infop, poison(options), rusage); in do_waitid()
/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace04.c50 void compare_registers(unsigned char poison) in compare_registers() argument
58 memset(&_pt_regs, poison, sizeof(_pt_regs)); in compare_registers()
94 "PTRACE PEEKUSER/GETREGS (poison 0x%02x)", poison); in compare_registers()
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DAbstractWatchService.java57 private final WatchKey poison = new Key(this, null, ImmutableSet.<WatchEvent.Kind<?>>of()); field in AbstractWatchService
116 if (key == poison) { in check()
118 queue.offer(poison); in check()
135 queue.offer(poison); in close()
/external/cronet/third_party/abseil-cpp/absl/strings/internal/
Dcord_internal.h542 poison(); in InlineData()
563 constexpr void poison();
658 poison(); in set_inline_data()
691 poison(); in set_inline_size()
826 poison(); in InlineData()
832 poison();
848 constexpr void InlineData::poison() { in poison() function
870 constexpr void InlineData::poison() {} in poison() function
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_internal.h544 poison(); in InlineData()
565 constexpr void poison();
660 poison(); in set_inline_data()
693 poison(); in set_inline_size()
828 poison(); in InlineData()
834 poison();
850 constexpr void InlineData::poison() { in poison() function
872 constexpr void InlineData::poison() {} in poison() function
/external/libbpf/src/
Drelo_core.c785 bool poison; member
820 res->poison = false; in bpf_core_calc_relo()
883 res->poison = true; in bpf_core_calc_relo()
963 if (res->poison) { in bpf_core_patch_insn()
964 poison: in bpf_core_patch_insn()
1011 goto poison; in bpf_core_patch_insn()
1228 targ_res.poison = false; in bpf_core_apply_relo_insn()
1275 } else if (cand_res.poison != targ_res.poison || cand_res.new_val != targ_res.new_val) { in bpf_core_apply_relo_insn()
1282 cand_res.poison ? "failure" : "success", cand_res.new_val, in bpf_core_apply_relo_insn()
1283 targ_res.poison ? "failure" : "success", targ_res.new_val); in bpf_core_apply_relo_insn()
Dstr_error.c8 #pragma GCC poison u8 u16 u32 u64 s8 s16 s32 s64
Dhashmap.c16 #pragma GCC poison u8 u16 u32 u64 s8 s16 s32 s64
19 #pragma GCC poison reallocarray
/external/llvm/test/Bitcode/
DconstantsTest.3.2.ll66 ;poison
67 ; CHECK-NEXT: %poison = sub nuw i32 0, 1
68 %poison = sub nuw i32 0, 1
/external/compiler-rt/lib/asan/
Dasan_poisoning.cc75 void AsanPoisonOrUnpoisonIntraObjectRedzone(uptr ptr, uptr size, bool poison) { in AsanPoisonOrUnpoisonIntraObjectRedzone() argument
79 poison ? "" : "un", ptr, end, size); in AsanPoisonOrUnpoisonIntraObjectRedzone()
88 poison ? static_cast<u8>(ptr % SHADOW_GRANULARITY) : 0; in AsanPoisonOrUnpoisonIntraObjectRedzone()
93 *(u8*)MemToShadow(ptr) = poison ? kAsanIntraObjectRedzone : 0; in AsanPoisonOrUnpoisonIntraObjectRedzone()
/external/llvm/test/Analysis/ScalarEvolution/
Dflags-from-poison.ll4 ; reasoning about how a poison value from overflow would trigger
84 ; With no load to trigger UB from poison, we cannot infer nsw.
253 ; producer of poison and the load that consumes it.
275 ; Without inbounds, GEP does not propagate poison in the very
297 ; Multiplication by a non-zero constant propagates poison if there is
320 ; Multiplication by a non-constant should not propagate poison in the
343 ; Multiplication by a non-zero constant does not propagate poison
366 ; Division by poison triggers UB.
386 ; Remainder of poison by non-poison divisor does not trigger UB.
406 ; Store to poison address triggers UB.
/external/grpc-grpc/src/python/grpcio/
D.gitignore16 poison.c
/external/pdfium/third_party/libopenjpeg/
Dopj_malloc.h100 #pragma GCC poison malloc calloc realloc free
/external/pigweed/pw_allocator/
Ddocs.rst34 # Modify and save the args file to use heap poison.
97 - ``--poison-enable``: If heap poisoning is enabled during the

1234