Home
last modified time | relevance | path

Searched refs:Legacy (Results 1 – 25 of 120) 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/storemgmt/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/crypto/openssl/providers/implementations/skeymgmt/
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/providers/implementations/kem/
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/exchange/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa.txt167 # Legacy OCTET STRING MDC-2 signature
180 # Legacy OCTET STRING MDC-2 signature, digest mismatch
188 # Legacy OCTET STRING MDC-2 signature, wrong input digest length
196 # Legacy OCTET STRING MDC-2 signature, wrong signature digest length
211 # Legacy OCTET STRING MDC-2 signature, wrong input and signature digest length
/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/encode_decode/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod90 See also L</Legacy Algorithms> for information on the legacy provider.
117 =head3 Legacy Algorithms
1245 The Blowfish algorithm has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1295 The CAST algorithm has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1368 "DES-CFB1" and "DES-CFB8" have been moved to the L<Legacy Provider|/Legacy Algorithms>.
1934 IDEA has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1947 MD2 has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1960 MD4 has been moved to the L<Legacy Provider|/Legacy Algorithms>.
1967 MDC2 has been moved to the L<Legacy Provider|/Legacy Algorithms>.
2066 The Algorithms "RC2", "RC4" and "RC5" have been moved to the L<Legacy Provider|/Legacy Algorithms>.
[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/crypto/openssl/providers/implementations/signature/
H A Dbuild.info2 # switch each to the Legacy provider when needed.
/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