| /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/contrib/tcsh/nls/ja/ |
| H A D | set4 | 34 32 カーソル下移動(multiple) 36 34 カーソルj左移動(multiple) 37 35 カーソル右移動(multiple) 38 36 カーソル上移動(multiple)
|
| /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/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_utils.h | 63 constexpr size_t nearest_boundary(size_t number, size_t multiple) { in nearest_boundary() argument 64 return multiple * ((number / multiple) + ((number % multiple) ? 1 : 0)); in nearest_boundary()
|
| /freebsd/sys/contrib/zstd/examples/ |
| H A D | README.md | 15 Compress multiple files (in simple mode) in a single command line. 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/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/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/usr.bin/column/tests/ |
| H A D | column.sh | 27 it has multiple lines 47 it has multiple lines third of the input files am i than before 66 it has multiple lines 85 this is the first input file it has multiple lines here lies the second input file
|
| /freebsd/usr.bin/diff3/tests/ |
| H A D | 1.out | 3 which multiple lines 6 which multiple lines
|
| H A D | 1t.out | 3 which multiple lines 6 which multiple lines
|
| H A D | 7.out | 3 which multiple lines 6 which multiple lines
|
| H A D | 9.out | 3 which multiple lines 6 which multiple lines
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedOryon.td | 1094 // ASIMD load, 1 element, multiple, 1 reg, D-form 1uOps 1095 // ASIMD load, 1 element, multiple, 1 reg, Q-form 1uOps 1102 // ASIMD load, 1 element, multiple, 2 reg, D-form 3 uOps 1103 // ASIMD load, 1 element, multiple, 2 reg, Q-form 2 uOps 1116 // ASIMD load, 1 element, multiple, 3 reg, D-form 4 uOps 1117 // ASIMD load, 1 element, multiple, 3 reg, Q-form 3 uOps 1130 // ASIMD load, 1 element, multiple, 4 reg, D-form 6 uOps 1131 // ASIMD load, 1 element, multiple, 4 reg, Q-form 4 uOps 1156 // ASIMD load, 2 element, multiple, D-form, B/H/S 3 uOps 1157 // ASIMD load, 2 element, multiple, Q-form, D 4 uOps [all …]
|
| H A D | AArch64SchedNeoverseN1.td | 818 // ASIMD load, 1 element, multiple, 1 reg 824 // ASIMD load, 1 element, multiple, 2 reg 830 // ASIMD load, 1 element, multiple, 3 reg 836 // ASIMD load, 1 element, multiple, 4 reg 851 // ASIMD load, 2 element, multiple 863 // ASIMD load, 3 element, multiple 878 // ASIMD load, 4 element, multiple, D-form 884 // ASIMD load, 4 element, multiple, Q-form 903 // ASIMD store, 1 element, multiple, 1 reg, D-form 909 // ASIMD store, 1 element, multiple, [all...] |
| /freebsd/usr.bin/sockstat/tests/ |
| H A D | sockstat_test.c | 68 ATF_TC_WITHOUT_HEAD(multiple); 69 ATF_TC_BODY(multiple, tc) in ATF_TC_BODY() argument 181 ATF_TP_ADD_TC(tp, multiple); in ATF_TP_ADD_TCS()
|
| /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/crypto/krb5/src/util/profile/ |
| H A D | profile.5 | 4 multiple configuration files; for example, a Kerberos application 11 and a value. There may be multiple relations with the same name. 45 "ATHENA.MIT.EDU"), "default_domain". Note that there are multiple 52 the application is searching multiple profile files for its
|
| /freebsd/contrib/file/tests/ |
| H A D | Makefile.am | 86 multiple-A.magic \ 87 multiple-B.magic \ 88 multiple.flags \ 89 multiple.result \ 90 multiple.testfile \
|
| /freebsd/sbin/pfctl/tests/files/ |
| H A D | pf0055.in | 4 set timeout { udp.first 356, udp.single 73, udp.multiple 34 } 6 set timeout { other.first 455, other.single 54, other.multiple 324 }
|
| H A D | pf0055.ok | 11 set timeout udp.multiple 34 16 set timeout other.multiple 324
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8998-sony-xperia-yoshino-poplar.dts | 29 /* Note: Round-down from 2850000 to be a multiple of PLDO step-size 8000 */ 35 /* Note: Round-down from 2700000 to be a multiple of PLDO step-size 8000 */
|
| /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 71 have multiple master interfaces (to one or more IOMMU devices). 91 - pasid-num-bits: Some masters support multiple address spaces for DMA, by 143 /* multiple-master IOMMU */
|