/freebsd-src/lib/libc/softfloat/bits32/ |
H A D | softfloat-macros | 61 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the 94 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the 138 Shifts the 96-bit value formed by concatenating `a0', `a1', and `a2' right 209 Shifts the 64-bit value formed by concatenating `a0' and `a1' left by the 228 Shifts the 96-bit value formed by concatenating `a0', `a1', and `a2' left 265 Adds the 64-bit value formed by concatenating `a0' and `a1' to the 64-bit 266 value formed by concatenating `b0' and `b1'. Addition is modulo 2^64, so 285 Adds the 96-bit value formed by concatenating `a0', `a1', and `a2' to the 286 96-bit value formed by concatenating `b0', `b1', and `b2'. Addition is 324 Subtracts the 64-bit value formed by concatenating `b0' and `b1' from the [all …]
|
/freebsd-src/lib/libc/softfloat/bits64/ |
H A D | softfloat-macros | 89 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64 136 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the 169 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the 213 Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' right 284 Shifts the 128-bit value formed by concatenating `a0' and `a1' left by the 303 Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' left 340 Adds the 128-bit value formed by concatenating `a0' and `a1' to the 128-bit 341 value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so 360 Adds the 192-bit value formed by concatenating `a0', `a1', and `a2' to the 361 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is [all …]
|
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_compat_lzma.c | 86 * * unlzma will read multiple lzma streams, concatenating the output 88 * concatenating the output 93 * concatenating the output
|
H A D | test_compat_zstd.c | 30 * * zstd -d will read multiple zstd streams, concatenating the output
|
H A D | test_compat_xz.c | 32 * * unxz will read multiple xz streams, concatenating the output
|
H A D | test_compat_bzip2.c | 31 * * bunzip2 will read multiple bzip2 streams, concatenating the output
|
H A D | test_read_format_tar_concatenated.c | 28 * The sample tar file is the result of concatenating two tar files,
|
H A D | test_compat_gzip.c | 31 * * gunzip will read multiple gzip streams, concatenating the output
|
H A D | test_compat_lz4.c | 32 * * lz4 -d will read multiple lz4 streams, concatenating the output
|
H A D | test_compat_lzip.c | 81 * * lzip will read multiple lzip streams, concatenating the output
|
/freebsd-src/usr.sbin/autofs/ |
H A D | auto_master.5 | 306 For indirect maps, the final mount point is determined by concatenating the 309 For direct maps, the final mount point is determined by concatenating
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | EVP_BytesToKey.pod | 44 The key and IV is derived by concatenating D_1, D_2, etc until
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/ |
H A D | USRGeneration.h | 45 /// complete USR can be created by concatenating the USR for the
|
/freebsd-src/share/man/man9/ |
H A D | MODULE_PNP_INFO.9 | 58 They are encoded in the descriptor string by concatenating the type with a
|
H A D | intr_event.9 | 195 The full name of an interrupt thread is formed by concatenating the base
|
/freebsd-src/crypto/openssl/doc/HOWTO/ |
H A D | certificates.txt | 101 right for your applications, simply concatenating the certificate and
|
/freebsd-src/sys/contrib/device-tree/Bindings/pci/ |
H A D | host-generic-pci.yaml | 23 geography of a PCI bus address by concatenating the various components to
|
/freebsd-src/contrib/libcbor/doc/source/ |
H A D | using.rst | 13 The ``CBOR_VERSION`` is a string concatenating these three identifiers into one (e.g. ``0.2.0``).
|
/freebsd-src/secure/lib/libcrypto/man/man3/ |
H A D | EVP_BytesToKey.3 | 177 The key and \s-1IV\s0 is derived by concatenating D_1, D_2, etc until
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTreeNode.h | 45 /// The length of the string formed by concatenating the edge labels from
|
H A D | BalancedPartitioning.h | 20 // FunctionNodes is obtained by concatenating the two (recursively computed)
|
/freebsd-src/usr.bin/xargs/ |
H A D | xargs.1 | 116 bytes; this is implemented by concatenating as much of the argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Twine.h | 84 /// An empty string; the result of concatenating anything with it is also 402 /// when concatenating might cause undefined behavior or stack corruptions
|
/freebsd-src/contrib/ldns/compat/ |
H A D | b64_ntop.c | 62 24-bit input group is formed by concatenating 3 8-bit input groups.
|
H A D | b64_pton.c | 62 24-bit input group is formed by concatenating 3 8-bit input groups.
|