/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-ciphers.1 | 536 .SS "\s-1AES\s0 cipher suites from \s-1RFC3268,\s0 extending \s-1TLS\s0 v1.0" 537 .IX Subsection "AES cipher suites from RFC3268, extending TLS v1.0" 555 .SS "Camellia cipher suites from \s-1RFC4132,\s0 extending \s-1TLS\s0 v1.0" 556 .IX Subsection "Camellia cipher suites from RFC4132, extending TLS v1.0" 574 .SS "\s-1SEED\s0 cipher suites from \s-1RFC4162,\s0 extending \s-1TLS\s0 v1.0" 575 .IX Subsection "SEED cipher suites from RFC4162, extending TLS v1.0" 587 .SS "\s-1GOST\s0 cipher suites from draft-chudov-cryptopro-cptls, extending \s-1TLS\s0 v1.0" 588 .IX Subsection "GOST cipher suites from draft-chudov-cryptopro-cptls, extending TLS v1.0" 599 .SS "\s-1GOST\s0 cipher suites, extending \s-1TLS\s0 v1.2" 600 .IX Subsection "GOST cipher suites, extending TLS v1.2" [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrAtomics.td | 133 // Extending loads. Note that there are only zero-extending atomic loads, no 134 // sign-extending loads. 141 // Fragments for extending loads. These are different from regular loads because 150 // zero-extending. 170 // Select zero-extending loads 175 // Select sign-extending loads 367 // Truncating & zero-extending binary RMW patterns. 368 // These are combined patterns of truncating store patterns and zero-extending 379 // Truncating & sign-extending binary RMW patterns. 380 // These are combined patterns of truncating store patterns and sign-extending [all …]
|
H A D | WebAssemblyInstrMemory.td | 36 // Defines atomic and non-atomic loads, regular and extending. 63 // Extending load.
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-ciphers.pod.in | 459 =head2 AES cipher suites from RFC3268, extending TLS v1.0 477 =head2 Camellia cipher suites from RFC4132, extending TLS v1.0 495 =head2 SEED cipher suites from RFC4162, extending TLS v1.0 507 =head2 GOST cipher suites from draft-chudov-cryptopro-cptls, extending TLS v1.0 518 =head2 GOST cipher suites, extending TLS v1.2 614 =head2 ARIA cipher suites from RFC6209, extending TLS v1.2 635 =head2 Camellia HMAC-Based cipher suites from RFC6367, extending TLS v1.2 716 =head2 ChaCha20-Poly1305 cipher suites, extending TLS v1.2
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupBWInsts.cpp | 86 /// Change the MachineInstr \p MI into the equivalent extending load to 32 bit 279 // We are going to try to rewrite this load to a larger zero-extending in tryReplaceLoad() 385 // Replace 8-bit loads with the zero-extending version if not optimizing in tryReplaceInstr() 386 // for size. The extending op is cheaper across a wide range of uarch and in tryReplaceInstr() 394 // Always try to replace 16 bit load with 32 bit zero extending. in tryReplaceInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrFormats.td | 121 let TSFlags{33-29} = opExtentBits; //Number of bits of range before extending. 123 let TSFlags{35-34} = opExtentAlign; // Alignment exponent before extending. 330 let TSFlags{27-23} = opExtentBits; //Number of bits of range before extending. 332 let TSFlags{29-28} = opExtentAlign; // Alignment exponent before extending.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZOperators.td | 541 // Match a load or a non-extending atomic load. 551 // Sign extending (atomic) loads. 570 // Zero extending (atomic) loads. 589 // Extending (atomic) loads in which the extension type can be signed. 606 // Extending (atomic) loads in which the extension type can be unsigned. 623 // Extending (atomic) loads in which the extension type doesn't matter. 642 // Extending non-atomic loads in which the extension type doesn't matter. 656 // Extending (atomic) loads that are not sign/zero extending. 675 // Extending atomic FP loads.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonBaseInfo.h | 110 // Number of bits of range before extending operand. 113 // Alignment power-of-two before extending operand.
|
/freebsd/contrib/netbsd-tests/fs/vfs/ |
H A D | t_io.c | 242 ATF_TC_FSAPPLY(extendfile, "check that extending a file works"); 243 ATF_TC_FSAPPLY(extendfile_append, "check that extending a file works "
|
/freebsd/lib/libc/gen/ |
H A D | stringlist.3 | 106 extending the size of
|
/freebsd/tools/test/stress2/misc/ |
H A D | trim6.sh | 30 # extending a file on a UFS SU volume.
|
/freebsd/lib/libc/posix1e/ |
H A D | posix1e.3 | 71 POSIX.1e assigns security attributes to all objects, extending the security
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.h | 134 /// Use by extending the operand's type to \p WideTy using the specified \p 146 /// Def by extending the operand's type to \p WideTy and truncating it back 153 // extending back with \p ExtOpcode.
|
/freebsd/sys/ufs/ufs/ |
H A D | README.acls | 10 access control information with files and directories, extending the
|
/freebsd/sys/ddb/ |
H A D | db_access.c | 45 static unsigned db_extend[] = { /* table for sign-extending */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstr64Bit.td | 219 // All the 32-bit loads and stores are available. The extending loads are sign 220 // or zero-extending to 64 bits. The LDrr and LDri instructions load 32 bits 224 // SPARC v9 adds 64-bit loads as well as a sign-extending ldsw i32 loads. 246 // Extending loads to i64. 271 // Sign-extending load of i32 into i64 is a new SPARC v9 instruction.
|
/freebsd/share/man/man9/ |
H A D | seqc.9 | 137 This could be avoided by extending the interface to allow 64-bit counters.
|
H A D | stack.9 | 136 This function may sleep if an auto-extending
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | 1.t | 68 Earlier attempts at extending the IPC facilities of UNIX have
|
/freebsd/usr.bin/man/ |
H A D | man.conf.5 | 53 system for extending the manual set to support additional paths and locales.
|
/freebsd/stand/kboot/kboot/ |
H A D | seg.c | 77 * code, we know that it will always be modifying the last time and/or extending 86 * simple case: we are extending a previously removed item. in remove_avail()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEFrameLowering.h | 81 // Emits code for extending SP in function prologue/epilogue.
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_io.c | 507 bool direct_append, extending; in fuse_write_biobackend() local 521 extending = false; in fuse_write_biobackend() 530 extending = true; in fuse_write_biobackend() 551 if (extending) { in fuse_write_biobackend()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 943 // If we've used a zero-extending load that we will sign-extend, in simplifyCode() 944 // just do a sign-extending load. in simplifyCode() 971 LLVM_DEBUG(dbgs() << "Zero-extending load\n"); in simplifyCode() 975 LLVM_DEBUG(dbgs() << "are merged into sign-extending load\n"); in simplifyCode() 994 // If we've used a zero-extending load that we will sign-extend, in simplifyCode() 995 // just do a sign-extending load. in simplifyCode() 1000 // The transformation from a zero-extending load to a sign-extending in simplifyCode() 1043 LLVM_DEBUG(dbgs() << "Zero-extending load\n"); in simplifyCode() 1047 LLVM_DEBUG(dbgs() << "are merged into sign-extending load\n"); in simplifyCode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 21 /// Generic interface for extending the MCAsmParser,
|