/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-last_ip.c | 48 ptu_uint_eq(last_ip.suppressed, 0); in init() 79 last_ip.suppressed = 0; in status() 103 last_ip.suppressed = 0; in status_noip() 117 last_ip.suppressed = 1; in status_suppressed() 147 last_ip.suppressed = 0; in query() 176 last_ip.suppressed = 0; in query_noip() 193 last_ip.suppressed = 1; in query_suppressed() 210 last_ip.suppressed = 0; in update_ip_suppressed() 219 ptu_uint_eq(last_ip.suppressed, 1); in update_ip_suppressed() 232 last_ip.suppressed = 0; in update_ip_upd16() [all …]
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_last_ip.c | 41 last_ip->suppressed = 0; in pt_last_ip_init() 55 if (last_ip->suppressed) { in pt_last_ip_query() 89 last_ip->suppressed = 1; in pt_last_ip_update_ip() 95 last_ip->suppressed = 0; in pt_last_ip_update_ip() 102 last_ip->suppressed = 0; in pt_last_ip_update_ip() 109 last_ip->suppressed = 0; in pt_last_ip_update_ip() 116 last_ip->suppressed = 0; in pt_last_ip_update_ip() 122 last_ip->suppressed = 0; in pt_last_ip_update_ip()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors_memintrinsics.h | 67 bool suppressed = false; \ in DECLARE_REAL() 69 suppressed = IsInterceptorSuppressed(_ctx->interceptor_name); \ in DECLARE_REAL() 70 if (!suppressed && HaveStackTraceBasedSuppressions()) { \ in DECLARE_REAL() 72 suppressed = IsStackTraceSuppressed(&stack); \ in DECLARE_REAL() 75 if (!suppressed) { \ in DECLARE_REAL() 100 bool suppressed = IsInterceptorSuppressed(name); \ in DECLARE_REAL() 101 if (!suppressed && HaveStackTraceBasedSuppressions()) { \ in DECLARE_REAL() 102 suppressed = IsStackTraceSuppressed(&stack); \ in DECLARE_REAL() 104 if (!suppressed) { \ in DECLARE_REAL()
|
/freebsd/contrib/byacc/ |
H A D | mkpar.c | 5 #define NotSuppressed(p) ((p)->suppressed == 0) 8 #define MaySuppress(p) ((backtrack ? ((p)->suppressed <= 1) : (p)->suppressed == 0)) 10 #define StartBacktrack(p) if (backtrack && (p) != NULL && NotSuppressed(p)) (p)->suppressed = 1 12 #define MaySuppress(p) ((p)->suppressed == 0) 258 p->suppressed = 1; in remove_conflicts() 267 pref->suppressed = 2; in remove_conflicts() 272 p->suppressed = 2; in remove_conflicts() 276 pref->suppressed = 2; in remove_conflicts() 281 p->suppressed = 2; in remove_conflicts() 285 pref->suppressed = 2; in remove_conflicts() [all …]
|
H A D | verbose.c | 134 if (p->suppressed == 2) in print_conflicts() 146 else if (p->suppressed == 1) in print_conflicts() 214 (p->suppressed == 0 || p->suppressed == 1)) in print_nulls() 282 if (q->suppressed < 2 && q->action_code == SHIFT) in print_shifts() 290 if (p->action_code == SHIFT && p->suppressed == 0) in print_shifts() 294 if (backtrack && p->action_code == SHIFT && p->suppressed == 1) in print_shifts() 311 if (q->action_code == REDUCE && q->suppressed < 2) in print_reductions() 328 if (p->suppressed == 0) in print_reductions() 332 if (backtrack && p->suppressed == 1) in print_reductions()
|
H A D | NEW_FEATURES | 45 YYDEBUG is set to 0, debugging output is suppressed. If it is set to 1,
|
H A D | defs.h | 279 char suppressed; member
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb-device.txt | 23 with leading zeroes suppressed. The other compatible strings from the above 39 case hexadecimal with leading zeroes suppressed. The other compatible 52 with leading zeroes suppressed. The other compatible strings from the above
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_last_ip.h | 49 uint32_t suppressed:1; member
|
/freebsd/crypto/openssl/test/ |
H A D | fips-alt.cnf | 10 # Ensure FIPS non-approved algorithms in the FIPS module are suppressed (e.g.
|
H A D | fips.cnf | 13 # Ensure FIPS non-approved algorithms in the FIPS module are suppressed (e.g.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cpp | 36 bool OnReport(const ReportDesc *rep, bool suppressed); 39 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport() argument 41 return suppressed; in OnReport() 656 bool suppressed = OnReport(rep, pc_or_addr != 0); in OutputReport() local 657 if (suppressed) { in OutputReport()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common.cpp | 605 const InternalMmapVector<u32> &suppressed = in IgnoredSuppressedCb() local 607 uptr idx = InternalLowerBound(suppressed, m.stack_trace_id()); in IgnoredSuppressedCb() 608 if (idx >= suppressed.size() || m.stack_trace_id() != suppressed[idx]) in IgnoredSuppressedCb()
|
/freebsd/sys/contrib/device-tree/Bindings/slimbus/ |
H A D | bus.txt | 33 zeroes suppressed
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printcap | 29 # Banner pages are now suppressed by default. Remove the :sh: capability
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_flags.inc | 27 " domain. If false, output is suppressed but the shadow value is"
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_format.inc | 165 bool suppressed; // suppress assignment ("*") 201 dir->suppressed = true; 323 if (dir.suppressed)
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_add_session.pod | 39 latter can be suppressed by SSL_SESS_CACHE_NO_INTERNAL_LOOKUP). So the
|
H A D | SSL_set1_host.pod | 61 internal check will be suppressed as appropriate when DANE is
|
H A D | X509_check_host.pod | 140 and the internal checks will be suppressed as appropriate when
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | qcom,wcd9335.txt | 17 suppressed. Refer to slimbus/bus.txt for details.
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 151 "Whether or not paths that go through null returns should be suppressed. " 159 "Whether a bug report should not be suppressed if its path includes a call " 168 "defensive NULL checks should be suppressed.", 179 "standard library should be suppressed.",
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86ManualFoldTables.def | 230 // Memory faults are suppressed for CFCMOV with memory operand.
|
/freebsd/contrib/nvi/regex/ |
H A D | WHATSNEW | 71 problem with assertions not being suppressed in the absence of REDEBUG.
|
/freebsd/lib/libc/regex/ |
H A D | WHATSNEW | 70 problem with assertions not being suppressed in the absence of REDEBUG.
|