Home
last modified time | relevance | path

Searched refs:Legacy (Results 1 – 25 of 113) sorted by relevance

12345

/freebsd/contrib/file/magic/Magdir/
H A Dkicad19 # KiCad Schematic Document (Legacy)
23 >>>18 byte 0x20 KiCad Schematic Document (Legacy)
37 # KiCad Symbol Library (Legacy)
39 >16 byte 0x20 KiCad Symbol Library (Legacy)
45 # KiCad Symbol Library Documentation (Legacy)
47 >15 byte 0x20 KiCad Symbol Library Documentation (Legacy)
66 # KiCad Footprint (Legacy)
67 0 string PCBNEW-LibModule-V1 KiCad Footprint (Legacy)
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp297 if (mips::getIEEE754Standard(CPUName) & mips::Legacy) in getMIPSTargetFeatures()
318 if (mips::getIEEE754Standard(CPUName) & mips::Legacy) { in getMIPSTargetFeatures()
418 .Case("mips1", Legacy) in getIEEE754Standard()
419 .Case("mips2", Legacy) in getIEEE754Standard()
420 .Case("mips3", Legacy) in getIEEE754Standard()
421 .Case("mips4", Legacy) in getIEEE754Standard()
422 .Case("mips5", Legacy) in getIEEE754Standard()
423 .Case("mips32", Legacy) in getIEEE754Standard()
424 .Case("mips32r2", Legacy | Std2008) in getIEEE754Standard()
425 .Case("mips32r3", Legacy | Std2008) in getIEEE754Standard()
[all …]
H A DMips.h24 typedef enum { Legacy = 1, Std2008 = 2 } IEEE754Standard; enumerator
/freebsd/contrib/libfido2/udev/
H A Dfidodevs109 product LEDGER 0x0015 Ledger Blue Legacy
/freebsd/crypto/openssl/providers/implementations/kem/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Drtc-opal.txt9 (Legacy property supported: "has-tpo")
/freebsd/contrib/ntp/sntp/loc/
H A Dlegacy1 # Legacy installations and man page suffixes
/freebsd/crypto/openssl/
H A DREADME-PROVIDERS.md6 - [The Legacy Provider](#the-legacy-provider)
40 The Legacy Provider
130 printf("Failed to load Legacy provider\n");
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa.txt149 # Legacy OCTET STRING MDC-2 signature
162 # Legacy OCTET STRING MDC-2 signature, digest mismatch
170 # Legacy OCTET STRING MDC-2 signature, wrong input digest length
178 # Legacy OCTET STRING MDC-2 signature, wrong signature digest length
193 # Legacy OCTET STRING MDC-2 signature, wrong input and signature digest length
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dcurrituck.dts147 /* Legacy interrupts (note the weird polarity, the bridge seems
184 /* Legacy interrupts (note the weird polarity, the bridge seems
221 /* Legacy interrupts (note the weird polarity, the bridge seems
H A Dakebono.dts275 /* Legacy interrupts (note the weird polarity, the bridge seems
315 /* Legacy interrupts (note the weird polarity, the bridge seems
355 /* Legacy interrupts (note the weird polarity, the bridge seems
395 /* Legacy interrupts (note the weird polarity, the bridge seems
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrTDX.td22 // SEAMRET - Return to Legacy VMX-root Operation
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod69 See also L</Legacy Algorithms> for information on the legacy provider.
96 =head3 Legacy Algorithms
1214 The Blowfish algorithm has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1264 The CAST algorithm has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1337 "DES-CFB1" and "DES-CFB8" have been moved to the L<Legacy Provider|/Legacy Algorithms>.
1903 IDEA has been moved to the L<Legacy Provider|/Legacy Algorithm
[all...]
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Darmada-thermal.txt31 /* Legacy bindings */
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Di3c.txt28 When undefined, the core looks at LVR (Legacy Virtual Register)
48 + third cell: shall encode the I3C LVR (Legacy Virtual Register)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp148 #define PCREL_OPT(Legacy, PCRel, InsnMask) \ in checkPPCLegacyInsn() argument
149 if (insn == PPCLegacyInsn::Legacy) \ in checkPPCLegacyInsn()
486 #define PCREL_OPT(Legacy, PCRel, InsnMask) \ in getPCRelativeForm() argument
487 case PPCLegacyInsn::Legacy: \ in getPCRelativeForm()
497 #define PCREL_OPT(Legacy, PCRel, InsnMask) \ in getInsnMask() argument
498 case PPCLegacyInsn::Legacy: \ in getInsnMask()

12345