| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | P10InstrResources.td | 13 // 22 Cycles Binary Floating Point operations, 2 input operands 21 // 22 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 2 input operands 27 // 24 Cycles Binary Floating Point operations, 2 input operands 33 // 26 Cycles Binary Floating Point operations, 1 input operands 41 // 26 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 1 input operands 47 // 27 Cycles Binary Floating Point operations, 1 input operands 53 // 27 Cycles Binary Floating Point operations, 2 input operands 62 // 27 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 2 input operands 68 // 36 Cycles Binary Floating Point operations, 1 input operands 77 // 36 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 1 input operands [all …]
|
| /freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 76 | read_ops | count | number of read operations | 79 | write_ops | count | number of write operations | 167 | total_read | operations | read operations of all types | 168 | total_write | operations | write operations of all types | 169 | disk_read | operations | disk read operations | 170 | disk_write | operations | disk write operations | 171 | sync_read | operations | ZIO sync reads | 172 | sync_write | operations | ZIO sync writes | 173 | async_read | operations | ZIO async reads| 174 | async_write | operations | ZIO async writes | [all …]
|
| /freebsd/lib/libcasper/services/cap_fileargs/ |
| H A D | cap_fileargs.h | 50 cap_rights_t *rightsp, int operations); 52 int flags, mode_t mode, cap_rights_t *rightsp, int operations); 75 cap_rights_t *rightsp __unused, int operations __unused) { 89 mode_t mode, cap_rights_t *rightsp, int operations) 92 return (fileargs_init(argc, argv, flags, mode, rightsp, operations));
|
| H A D | cap_fileargs.c | 166 mode_t mode, cap_rights_t *rightsp, int operations) in fileargs_create_limit() argument 176 nvlist_add_number(limits, "operations", operations); in fileargs_create_limit() 214 cap_rights_t *rightsp, int operations) in fileargs_init() argument 223 mode, rightsp, operations); in fileargs_init() 232 mode_t mode, cap_rights_t *rightsp, int operations) in fileargs_cinit() argument 241 mode, rightsp, operations); in fileargs_cinit()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | functional.cppm | |
| H A D | functional.inc | 27 // [arithmetic.operations], arithmetic operations 45 // [logical.operations], logical operations 50 // [bitwise.operations], bitwise operations
|
| H A D | algorithm.cppm | |
| H A D | algorithm.inc | 28 // [alg.nonmodifying], non-modifying sequence operations 180 // [alg.modifying.operations], mutating sequence operations 369 // [alg.sorting], sorting and related operations 479 // [alg.set.operations], set operations 513 // [alg.heap.operations], heap operations
|
| /freebsd/sys/contrib/device-tree/Bindings/dma/ |
| H A D | ste-dma40.txt | 60 bidirectional, i.e. the same for RX and TX operations: 113 51: memcpy TX (to be used by the DMA driver for memcpy operations) 118 56: memcpy (to be used by the DMA driver for memcpy operations) 119 57: memcpy (to be used by the DMA driver for memcpy operations) 120 58: memcpy (to be used by the DMA driver for memcpy operations) 121 59: memcpy (to be used by the DMA driver for memcpy operations) 122 60: memcpy (to be used by the DMA driver for memcpy operations)
|
| H A D | mv-xor.txt | 20 - dmacap,memcpy to indicate that the XOR channel is capable of memcpy operations 21 - dmacap,memset to indicate that the XOR channel is capable of memset operations 22 - dmacap,xor to indicate that the XOR channel is capable of xor operations
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | CRYPTO_THREAD_run_once.pod | 95 operations are supported on the specific platform. Because of this, if a 97 be the only way that the variable is modified. If atomic operations are not 104 operations are supported on the specific platform. Because of this, if a 106 be the only way that the variable is modified. If atomic operations are not 113 I<*ret>. I<lock> will be locked, unless atomic operations are supported on the 116 be the only way that the variable is modified. If atomic operations are not 123 I<*ret>. I<lock> will be locked, unless atomic operations are supported on the 126 be the only way that the variable is modified. If atomic operations are not 132 I<lock> will be locked, unless atomic operations are supported on the specific 135 the variable is read. If atomic operations are not supported and I<lock> is [all …]
|
| H A D | DH_set_method.pod | 32 operations. By modifying the method, alternative implementations 51 DH_set_method() selects B<meth> to perform all operations using the key B<dh>. 60 be used for the DH operations. If B<engine> is NULL, the default ENGINE for DH 61 operations is used, and if no default ENGINE is set, the DH_METHOD controlled by
|
| H A D | DSA_set_method.pod | 32 operations. By modifying the method, alternative implementations 52 DSA_set_method() selects B<meth> to perform all operations using the key 63 will be used for the DSA operations. If B<engine> is NULL, the default engine 64 for DSA operations is used, and if no default ENGINE is set, the DSA_METHOD
|
| H A D | RSA_set_method.pod | 37 operations. By modifying the method, alternative implementations such as 57 RSA_set_method() selects B<meth> to perform all operations using the key 76 B<engine> will be used for the RSA operations. If B<engine> is NULL, the 77 default ENGINE for RSA operations is used, and if no default ENGINE is set, 83 B<method> will be used for the RSA operations. If B<method> is B<NULL>, 124 * operations, even if p,q,dmp1,dmq1,iqmp
|
| /freebsd/lib/libc/softfloat/ |
| H A D | timesoftfloat.txt | 65 some operations do not require rounding--only the nearest/even rounding mode 69 precision operations affected by rounding precision control, `timesoftfloat' 76 the function in kops/s, or ``thousands of operations per second''. This 78 point operations per second'') only in being a factor of 1000 smaller. 86 Note that the remainder operations (`float32_rem', `float64_rem', 88 operations, particularly for extended double precision (`floatx80') and 141 sequence, multiple operations can also be tested with a single invocation.
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_hast/ |
| H A D | BEGEMOT-HAST-MIB.txt | 243 "Count of resource local read operations." 251 "Count of resource local write operations." 259 "Count of resource local delete operations." 267 "Count of resource local flush operations." 283 "Count of resource local read operations that failed." 291 "Count of resource local write operations that failed." 299 "Count of resource local delete operations that failed." 307 "Count of resource local flush operations that failed."
|
| /freebsd/crypto/openssl/test/radix/ |
| H A D | README.md | 47 to operations. Other kinds of object could be supported in future if needed. 56 in-memory representation of script operations has been improved as the ability 61 script operations. 73 and now the vast majority of test operations are performed via `OP_FUNC`, 109 - the **QUIC operations** ([quic_ops.c](./quic_ops.c)), which define specific 110 test operations for TERP which can be invoked by QUIC unit tests on top of the
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/ |
| H A D | Passes.td | 17 Perform canonicalizations on CIR and removes some redundant operations. 41 representations of folded expressions, hoisted operations, and other 68 In other words, this pass removes such CIR operations like IfOp, LoopOp, 76 let summary = "Lower to more fine-grained CIR operations before lowering to "
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsRISCV.td | 581 // For binary operations with V0 as input. 592 // For binary operations with mask type output and V0 as input. 604 // For binary operations with mask type output. 614 // For binary operations with mask type output without mask. 624 // For binary operations with mask type output with mask. 636 // For FP classify operations. 646 // For FP classify operations with mask. 657 // For Saturating binary operations. 668 // For Saturating binary operations with rounding-mode operand 679 // For Saturating binary operations with mask. [all …]
|
| /freebsd/contrib/lutok/ |
| H A D | Makefile.am | 41 pkginclude_HEADERS += operations.hpp 51 EXTRA_DIST += include/lutok/operations.hpp 63 liblutok_la_SOURCES += operations.cpp 64 liblutok_la_SOURCES += operations.hpp
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/ |
| H A D | sensor-groups.txt | 17 operations like clearing the min/max history of all 25 - ops : Array of opal-call numbers indicating available operations on
|
| /freebsd/tools/regression/security/proc_to_proc/ |
| H A D | README | 8 and a set of operations. It then reports on any divergence from the 11 Test operations: 43 relationship. Other test operations that might be of interest are SIGCONT,
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | passing-algorithmidentifier-parameters.md | 1 Handling AlgorithmIdentifier and its parameters with provider operations 41 operations, with the value of the AlgorithmIdentifier as well as its 76 AlgorithmIdentifier parameter data to diverse operations, or to retrieve 136 cryptographic operations: 142 - For asymmetric key operations, PKCS#7 and CMS support was added as 155 operations / algorithms. This list is not exhaustive, the reader is
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-inode-setattr.m4 | 5 dnl # The first arg of setattr I/O operations handler type 24 dnl # The setattr I/O operations handler type was extended to require
|
| /freebsd/contrib/kyua/utils/text/ |
| H A D | Makefile.am.inc | 31 libutils_a_SOURCES += utils/text/operations.cpp 32 libutils_a_SOURCES += utils/text/operations.hpp 33 libutils_a_SOURCES += utils/text/operations.ipp
|