Searched refs:disabled (Results 1 - 25 of 117) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmacro11.c7 Tests that we clear the disabled flag that is set by the
15 #error foo still disabled!
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_activation.cpp111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; local
112 disabled.quarantine_size_mb = 0;
113 disabled.thread_local_quarantine_size_kb = 0;
115 disabled.min_redzone = Max(16, (int)ASAN_SHADOW_GRANULARITY);
116 disabled.max_redzone = disabled.min_redzone;
117 disabled.alloc_dealloc_mismatch = false;
118 disabled.may_return_null = true;
119 ReInitializeAllocator(disabled);
/openbsd-current/lib/libcrypto/aes/
H A Daes_local.h58 #error AES is disabled.
/openbsd-current/lib/libcrypto/poly1305/
H A Dpoly1305.h24 #error Poly1305 is disabled.
/openbsd-current/lib/libcrypto/sm4/
H A Dsm4.h30 #error SM4 is disabled.
/openbsd-current/lib/libcrypto/rc4/
H A Drc4.h65 #error RC4 is disabled.
/openbsd-current/lib/libcrypto/sm3/
H A Dsm3.h29 #error SM3 is disabled.
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_engine_user.c110 u32 enabled, disabled; local
113 disabled = 0;
121 disabled |= (I915_SCHEDULER_CAP_ENABLED |
131 disabled |= BIT(map[i].sched);
135 i915->caps.scheduler = enabled & ~disabled;
154 u32 enabled, disabled; local
157 disabled = 0;
165 disabled |= (I915_SCHEDULER_CAP_ENABLED |
175 disabled |= map[i].sched;
179 i915->caps.scheduler = enabled & ~disabled;
[all...]
/openbsd-current/lib/libcrypto/chacha/
H A Dchacha.h24 #error ChaCha is disabled.
/openbsd-current/lib/libcrypto/cast/
H A Dcast.h69 #error CAST is disabled.
/openbsd-current/lib/libcrypto/rc2/
H A Drc2.h65 #error RC2 is disabled.
/openbsd-current/lib/libcrypto/bf/
H A Dblowfish.h69 #error BF is disabled.
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DIntelPTSingleBufferTrace.h39 /// \param[in] disabled
55 bool disabled = false, std::optional<int> cgroup_fd = std::nullopt);
/openbsd-current/lib/libcrypto/idea/
H A Didea.h65 #error IDEA is disabled.
/openbsd-current/lib/libcrypto/hmac/
H A Dhmac.h64 #error HMAC is disabled.
/openbsd-current/lib/libcrypto/md5/
H A Dmd5.h74 #error MD5 is disabled.
/openbsd-current/lib/libcrypto/md4/
H A Dmd4.h75 #error MD4 is disabled.
/openbsd-current/lib/libcrypto/ripemd/
H A Dripemd.h75 #error RIPEMD is disabled.
/openbsd-current/gnu/usr.bin/perl/lib/
H A DEnglish.t153 main::ok( !$PREMATCH, '$PREMATCH disabled' );
154 main::ok( !$MATCH, '$MATCH disabled' );
155 main::ok( !$POSTMATCH, '$POSTMATCH disabled' );
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Drange_default_formatter.h45 enum class range_format { disabled, map, set, sequence, string, debug_string }; member in class:range_format
58 return range_format::disabled;
67 // Otherwise format_kind<R> is range_format::disabled.
69 return range_format::disabled;
101 inline constexpr range_format format_kind<const _CharT[N]> = range_format::disabled;
193 requires(format_kind<_Rp> != range_format::disabled && formattable<ranges::range_reference_t<_Rp>, _CharT>)
/openbsd-current/lib/libcrypto/camellia/
H A Dcamellia.h58 #error CAMELLIA is disabled.
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_scheduler_types.h157 * @no_priolist: priority lists disabled
172 * @disabled: check if backend has disabled submission
174 bool (*disabled)(struct i915_sched_engine *sched_engine); member in struct:i915_sched_engine
H A Di915_scheduler.h103 return sched_engine->disabled(sched_engine);
/openbsd-current/gnu/usr.bin/texinfo/djgpp/
H A Dconfig.bat11 set NLS=disabled
12 if not "%NLS%" == "disabled" goto small_env
15 set DEPTRAK=disabled
16 if not "%DEPTRAK%" == "disabled" goto small_env
40 if "%1" == "no-cache" set CACHE=disabled
41 if "%1" == "no-CACHE" set CACHE=disabled
42 if "%1" == "NO-CACHE" set CACHE=disabled
43 if not "%CACHE%" == "disabled" goto small_env
82 if "%DEPTRAK%" == "disabled" echo --disable-dependency-tracking >>arguments
165 if "%NLS%" == "disabled" got
[all...]
/openbsd-current/lib/libcrypto/sm2/
H A Dsm2.h26 #error SM2 is disabled.

Completed in 247 milliseconds

12345