Home
last modified time | relevance | path

Searched refs:Disabled (Results 1 – 25 of 127) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h459 void DisableLazyCompilation(bool Disabled = true) {
460 CompilingLazily = !Disabled;
469 void DisableGVCompilation(bool Disabled = true) {
470 GVCompilationDisabled = Disabled;
479 void DisableSymbolSearching(bool Disabled = true) {
480 SymbolSearchingDisabled = Disabled;
/netbsd-src/external/bsd/wpa/dist/src/common/
H A Dieee802_1x_defs.h66 Disabled, enumerator
/netbsd-src/etc/pam.d/
H A Drexecd11 # Disabled man pam_ftpusers for why.
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dtest-limits.ldif124 dn: cn=Paged Results Disabled User,ou=Paged Results Users,dc=example,dc=com
126 cn: Paged Results Disabled User
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/
H A DREADME.LLVM22 * Disabled -Wdeprecated-copy for clang
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_CIPHER-RC5.pod11 Disabled by default. Use the I<enable-rc5> configuration option to enable.
H A DOSSL_PROVIDER-legacy.pod78 Disabled by default. Use I<enable-rc5> config option to enable.
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxm-wetek-core2.dts60 /* Disabled as Realtek RTL8152 USB provides Ethernet */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp131 char Disabled = 0; member
302 Flag &= ~II.Disabled; in markInstruction()
543 III.Disabled = StateStrict; in scanInstructions()
561 III.Disabled = StateWQM | StateStrict; in scanInstructions()
621 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) && in propagateInstruction()
1289 Needs &= ~III->second.Disabled; in processBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DREADME.LLVM24 * Disabled CMake get_git_version as it is meaningless for this in-tree build,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h384 Disabled, enumerator
392 MinimizeAddrInV5 MinimizeAddr = MinimizeAddrInV5::Disabled;
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.9.rst
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dorion5x-maxtor-shared-storage-2.dts165 * GPIO 24: Inhibit board power off (0 = Disabled, 1 = Enabled)
H A Dorion5x-lacie-d2-network.dts223 * GPIO 24: Inhibit board power off (0 = Disabled, 1 = Enabled)
H A Dimx6qdl-emcon.dtsi830 /*******Disabled HW following***********/
H A Dexynos5250-spring.dts354 * Disabled pullups since external part has its own pullups and
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h190 static VectorizationFactor Disabled() { in Disabled() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A D4k.md143 ;; (Disabled until we add cop0 support)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A D4k.md143 ;; (Disabled until we add cop0 support)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/
H A Dpredicates.md83 ; Disabled until <URL:http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01376.html>
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp62 cl::values(clEnumValN(TailPredication::Disabled, "disabled",
H A DARMTargetTransformInfo.h43 Disabled = 0, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp51 Disabled, Arguments, Structure, Executions, Details enumerator
58 cl::values(clEnumVal(Disabled, "disable debug output"),
245 bool debugPassSpecified() { return PassDebugging != Disabled; } in debugPassSpecified()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dpredicates.md85 ; Disabled until <URL:http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01376.html>
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dlogging-categories.inc.rst63 The query log entry first reports a client object identifier in @0x<hexadecimal-number> format. Next, it reports the client's IP address and port number, and the query name, class, and type. Next, it reports whether the Recursion Desired flag was set (+ if set, - if not set), whether the query was signed (S), whether EDNS was in use along with the EDNS version number (E(#)), whether TCP was used (T), whether DO (DNSSEC Ok) was set (D), whether CD (Checking Disabled) was set (C), whether a valid DNS Server COOKIE was received (V), and whether a DNS COOKIE option without a valid Server COOKIE was present (K). After this, the destination address the query was sent to is reported. Finally, if any CLIENT-SUBNET option was present in the client query, it is included in square brackets in the format [ECS address/source/scope].

123456