/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/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/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/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/crypto/openssl/doc/designs/ |
H A D | xof.md | 23 - absorb can be called multiple times 28 - squeeze can be called multiple times. 43 an error if a newer core is used that supports multiple squeeze operations. 56 multiple calls. To counter this the provider needs a mechanism to indicate that 57 multiple calls are allowed. This could just be a new gettable flag (having a 62 Change EVP_DigestFinalXOF(ctx, out, outlen) to handle multiple calls. 73 - Final seems like a strange name to call multiple times. 117 Choosing a name for the API that allows multiple output calls 144 Absorb can be done by multiple calls to: 195 Unless you are using a multiple of B<r> as the B<outlen>, the function has no [all …]
|
/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/tcsh/nls/ja/ |
H A D | set4 | 34 32 カーソル下移動(multiple) 36 34 カーソルj左移動(multiple) 37 35 カーソル右移動(multiple) 38 36 カーソル上移動(multiple)
|
/freebsd/crypto/openssl/include/internal/ |
H A D | quic_reactor_wait_ctx.h | 32 * cases, an API which can be used in a recursive fashion (with multiple 35 * This utility allows multiple blocking operations to be registered on a given 36 * thread. Moreover, it allows multiple blocking operations to be registered 39 * In short, this allows multiple 'concurrent' blocking calls to be ongoing on a 41 * multiple concurrent blocking calls on a single thread makes no sense, the 44 * SSL object passed in. Since multiple SSL objects may be passed to an SSL_poll 60 * enter() and leave() may be called multiple times for the same reactor and
|
/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/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/crypto/openssl/doc/designs/quic-design/server/ |
H A D | quic-server-api.md | 10 - Support multiple clients on one UDP socket/BIO. 16 - Binding multiple BIOs (UDP sockets) to one listener? 166 `SSL_CTX` is intended to span the lifespan of multiple TLS connections there is 180 ### Notes on Internal Refactoring to Support Multiple Connections 193 multiple `QUIC_CHANNEL` instances will exist, one per accepted connection. 199 With server operation, multiple connections will share a single UDP 218 A listener allows multiple connections to be received on a UDP socket. However, 287 support multiple outgoing client connections on one socket these will need to 347 ### Supporting Multiple Sockets 350 listen on multiple UDP sockets: [all …]
|
/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/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/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/zpool_scrub/ |
H A D | zpool_scrub_multiple_pools.ksh | 27 # Verify 'zpool scrub -a' works correctly with multiple pools 30 # 1. Create multiple pools. 37 # 8. Now test the -p and -s options on multiple pools with -a. 56 log_assert "Verify if scrubbing multiple pools works correctly." 107 # Now test the -p and -s options on multiple pools with -a. 128 log_pass "Scrubbing multiple pools works correctly."
|