/freebsd/usr.bin/clang/llvm-objcopy/ |
H A D | llvm-objcopy.1 | 55 multiple file formats. 67 specified multiple times to add multiple sections. 94 specified multiple times to dump multiple sections to different files. 128 Can be specified multiple times to keep multiple sections. 137 multiple times to rename multiple symbols. 145 anything following a \(aq#\(aq. Can be specified multiple times to read names from 146 multiple files. 157 Remove the specified section from the output. Can be specified multiple times 158 to remove multiple sections simultaneously. 167 multiple times to update multiple sections. [all …]
|
/freebsd/usr.bin/clang/llvm-extract/ |
H A D | llvm-extract.1 | 55 specified multiple times to extract multiple alias at once. 64 specified multiple times. 72 specified multiple times. Each <function:bb[;bb]> specifier pair will create 73 a function. If multiple basic blocks are specified in one pair, the first 99 specified multiple times to extract multiple functions at once. 108 specified multiple times. 116 specified multiple times to extract multiple global variables at once. 125 extracted. May be specified multiple times.
|
/freebsd/sys/dev/clk/allwinner/ |
H A D | aw_clk_frac.c | 191 int retry, multiple, max_mult, best_mult; in aw_clk_frac_set_freq() local 202 for (multiple = 1; multiple <= max_mult; multiple++) { in aw_clk_frac_set_freq() 204 dprintf("Testing with multiple %d\n", multiple); in aw_clk_frac_set_freq() 205 if (*fout * multiple == sc->frac.freq0) { in aw_clk_frac_set_freq() 207 best_mult = multiple; in aw_clk_frac_set_freq() 208 dprintf("Found with using frac.freq0 and multiple %d\n", multiple); in aw_clk_frac_set_freq() 211 else if (*fout * multiple == sc->frac.freq1) { in aw_clk_frac_set_freq() 213 best_mult = multiple; in aw_clk_frac_set_freq() 214 dprintf("Found with using frac.freq1 and multiple %d\n", multiple); in aw_clk_frac_set_freq() 218 cur = aw_clk_frac_find_best(sc, fparent, *fout * multiple, in aw_clk_frac_set_freq() [all …]
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_stack.h | 51 * Stack producer operation safe for multiple unique producers and multiple consumers. 74 * Stack producer operation for multiple unique producers and multiple consumers. 93 * Stack consumer operation safe for multiple unique producers and multiple consumers. 121 * Stack production operation for multiple unique producers and multiple consumers. 164 * Stack producer operation safe for multiple producers and multiple consumers. 178 * Stack producer operation safe for multiple producers and multiple consumers. 192 * Stack consumer operation safe for multiple producers and multiple consumers.
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set4 | 33 31 delete multiple chars 34 32 cursor down multiple 35 33 insert multiple chars 36 34 cursor left multiple 37 35 cursor right multiple 38 36 cursor up multiple
|
/freebsd/contrib/tcsh/nls/finnish/ |
H A D | set4 | 33 31 delete multiple chars 34 32 cursor down multiple 35 33 insert multiple chars 36 34 cursor left multiple 37 35 cursor right multiple 38 36 cursor up multiple
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set4 | 33 31 delete multiple chars 34 32 cursor down multiple 35 33 insert multiple chars 36 34 cursor left multiple 37 35 cursor right multiple 38 36 cursor up multiple
|
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/ |
H A D | Principals.htm | 19 <li><a href=#manage-multiple> Multiple principals</a></li> 36 <H2><a name="manage-multiple">Multiple principals</a></H2> 38 …multiple principals. For example, administrators often have one principal with standard access and… 40 …<a href="HTML/Manage_Multiple_Principals.htm">How to: Manage Multiple Principals</a> <br> <a href… 47 …single principal, that principal is always the default. But if you have multiple principals you wi…
|
H A D | Manage_Multiple_Principals.htm | 6 <Title>Multiple Principals</Title> 9 <H1> Manage Multiple Principals </H1> 11 If you have multiple principals, several features in MIT Kerberos will help you manage them. </p> 30 <li><a href=#manage-multiple> Manage multiple principals</a></li> 46 <H2><a name="manage-multiple">Manage Multiple Principals</a></H2> 56 …ttons in the Home tab (e.g., Change Password). Note that you can select multiple principals before…
|
/freebsd/sys/contrib/zstd/examples/ |
H A D | README.md | 14 - [Multiple simple compression](multiple_simple_compression.c) : 15 Compress multiple files (in simple mode) in a single command line. 28 - [Multiple Streaming compression](multiple_streaming_compression.c) : 29 Compress multiple files (in streaming mode) in a single command line. 40 Compress multiple files using the same dictionary. 44 Decompress multiple files using the same dictionary.
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | iommu.txt | 22 * Provide address space isolation between multiple contexts. 29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices 30 typically have a fixed association to the master device, whereas multiple- 48 This may also apply to multiple master IOMMU devices that do not allow the 52 - #iommu-cells = <1>: Multiple master IOMMU devices may need to be configured 71 have multiple master interfaces (to one or more IOMMU devices). 91 - pasid-num-bits: Some masters support multiple address spaces for DMA, by 140 Multiple-master IOMMU with fixed associations: 143 /* multiple-master IOMMU */ 168 Multiple-master IOMMU: [all …]
|
/freebsd/contrib/libucl/tests/schema/ |
H A D | multipleOf.json | 28 "description": "zero is multiple of anything", 33 "description": "4.5 is multiple of 1.5", 38 "description": "35 is not multiple of 1.5", 49 "description": "0.0075 is multiple of 0.0001", 54 "description": "0.00751 is not multiple of 0.0001",
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 103 /// invoked multiple times; the external source should take care not to 113 /// invoked multiple times; the external source should take care not to 123 /// invoked multiple times; the external source should take care not to 133 /// invoked multiple times; the external source should take care not to 141 /// be invoked multiple times; the external source should take care not to 151 /// may be invoked multiple times; the external source should take care not 160 /// the given vector. Note that this routine may be invoked multiple times; 169 /// vector. Note that this routine may be invoked multiple times; the external 177 /// given vector. Note that this routine may be invoked multiple times; the 187 /// into the map. Note that this routine may be invoked multiple times; the [all …]
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_block.h | 86 * replaces the cleartext. `len` MUST be a multiple of the block length 108 * replaces the ciphertext. `len` MUST be a multiple of the block length 134 * with `cc`. The data length (`len`) is not necessarily a multiple of 137 * the last one) is a multiple of the block size. 169 * The data length MUST be a multiple of the block size. 185 * The data length MUST be a multiple of the block size. 197 * The data length MUST be a multiple of the block size. 203 * The data itself is untouched. The data length MUST be a multiple 432 * multiple of the block size. 437 * \param len data length (in bytes, multiple of block size). [all …]
|
/freebsd/contrib/tcsh/nls/ja/ |
H A D | set4 | 34 32 カーソル下移動(multiple) 36 34 カーソルj左移動(multiple) 37 35 カーソル右移動(multiple) 38 36 カーソル上移動(multiple)
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.krl | 79 This section may appear multiple times. 92 This section may appear multiple times. 105 This section may appear multiple times. 117 multiple times. 154 This section may appear multiple times. 170 This section may appear multiple times. 215 This section must appear last in the KRL. If multiple signature sections
|
/freebsd/contrib/xz/src/liblzma/api/lzma/ |
H A D | bcj.h | 77 * offsets that are multiple of 2, 4, or 16 depending on 86 * _separately_ for multiple sections of the same executable file, 108 * filter, this must be a multiple of four. 118 * a multiple of 4, and at most 3 bytes are left unfiltered. 143 * filter, this must be a multiple of 2. 149 * a multiple of 2, and at most 7 bytes are left unfiltered. 180 * a multiple of 1, and at most 4 bytes are left unfiltered.
|
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/ |
H A D | floating-point.json | 3 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per … 12 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per … 21 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per … 30 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per … 39 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per … 48 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per … 57 …QRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per … 66 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per … 75 …RT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculations per … 84 …ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculations per …
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set4 | 34 32 cursor down multiple 36 34 cursor left multiple 37 35 cursor right multiple 38 36 cursor up multiple
|
/freebsd/share/man/man9/ |
H A D | ieee80211_vap.9 | 65 Devices that can support multiple concurrent interfaces allow 66 multiple vaps to be cloned. 122 Drivers are responsible for deciding if multiple vaps can be created 124 Whether or not multiple concurrent vaps can be supported depends on a 126 For example, multiple hostap vaps can usually be supported but many 141 An important consequence of supporting multiple concurrent vaps is that
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_clone_livelist.ksh | 29 # - write multiple files to the clone 32 # 3. Multiple clones with empty livelists 33 # - same as 1. but with multiple clones 34 # 4. Multiple clones with populated livelists 35 # - same as 2. but with multiple clones 160 # set a small livelist entry size to more easily test multiple entry livelists
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/ |
H A D | zfs_snapshot_009_pos.ksh | 24 # 1. Create multiple datasets 25 # 2. Create multiple snapshots with a list of valid and invalid 60 log_assert "verify zfs supports multiple consistent snapshots" 87 log_note "verify multiple snapshot transaction group" 106 log_note "verify multiple snapshot with -r option" 129 log_pass "zfs multiple snapshot verified correctly"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TargetSelect.h | 55 /// It is legal for a client to make multiple calls to this function. 65 /// It is legal for a client to make multiple calls to this function. 78 /// It is legal for a client to make multiple calls to this function. 88 /// It is legal for a client to make multiple calls to this function. 98 /// It is legal for a client to make multiple calls to this function. 108 /// It is legal for a client to make multiple calls to this function. 118 /// It is legal for a client to make multiple calls to this function.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CRMF_MSG_set1_regInfo_certReq.pod | 46 Calling the set1_*() functions multiple times 47 adds multiple instances of the respective 49 multiple utf8Pairs in one regInfo structure, it does not allow multiple certReq.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_features_008_pos.ksh | 33 # Verify pools can be created with multiple feature sets. 36 # 1. Create a pool with multiple feature sets. 49 log_assert "creates a pool with multiple feature sets enabled" 55 log_pass "creates a pool with multiple feature sets enabled"
|