Home
last modified time | relevance | path

Searched +full:11 +full:i (Results 1 – 25 of 1232) sorted by relevance

12345678910>>...50

/freebsd/share/doc/papers/sysperf/
H A Dappendix.ms19 'sp .35i
21 'sp .25i
30 'sp .35i
133 \h'|11n'\*(+Kchar\*(-K \fI*\fPargv[];
135 \h'|11n'\*(+Kregister\*(-K \*(+Kint\*(-K ncalls;
137 \h'|11n'\*(+Kif\*(-K (argc < 2) \*(+K{\*(-K
140 \h'|11n'\*(+K}\*(-K
141 \h'|11n'ncalls = atoi(argv[1]);
142 \h'|11n'\*(+Kwhile\*(-K (ncalls\*-\*- > 0)
162 \fI*\fP\h'|11n't1 = time csw <n>
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-ref.c16 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
17 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 },
18 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 },
19 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 },
20 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 },
21 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 },
22 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 },
23 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 },
24 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 },
25 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 },
[all …]
/freebsd/crypto/libecc/src/hash/
H A Dripemd160.c21 #define GET_UINT32_LE(n, b, i) \ argument
23 (n) = ( ((u32) (b)[(i) + 3]) << 24 ) \
24 | ( ((u32) (b)[(i) + 2]) << 16 ) \
25 | ( ((u32) (b)[(i) + 1]) << 8 ) \
26 | ( ((u32) (b)[(i) ]) ); \
31 #define PUT_UINT32_LE(n, b, i) \ argument
33 (b)[(i) + 3] = (u8) ( (n) >> 24 ); \
34 (b)[(i) + 2] = (u8) ( (n) >> 16 ); \
35 (b)[(i) + 1] = (u8) ( (n) >> 8 ); \
36 (b)[(i) ] = (u8) ( (n) ); \
[all …]
/freebsd/secure/lib/libcrypt/
H A Dcrypt-des.c77 57, 49, 41, 33, 25, 17, 9, 1, 59, 51, 43, 35, 27, 19, 11, 3,
84 10, 2, 59, 51, 43, 35, 27, 19, 11, 3, 60, 52, 44, 36,
95 14, 17, 11, 24, 1, 5, 3, 28, 15, 6, 21, 10,
108 14, 4, 13, 1, 2, 15, 11, 8, 3, 10, 6, 12, 5, 9, 0, 7,
109 0, 15, 7, 4, 14, 2, 13, 1, 10, 6, 12, 11, 9, 5, 3, 8,
110 4, 1, 14, 8, 13, 6, 2, 11, 15, 12, 9, 7, 3, 10, 5, 0,
111 15, 12, 8, 2, 4, 9, 1, 7, 5, 11, 3, 14, 10, 0, 6, 13
114 15, 1, 8, 14, 6, 11, 3, 4, 9, 7, 2, 13, 12, 0, 5, 10,
115 3, 13, 4, 7, 15, 2, 8, 14, 12, 0, 1, 10, 6, 9, 11, 5,
116 0, 14, 7, 11, 10, 4, 13, 1, 5, 8, 12, 6, 9, 3, 2, 15,
[all …]
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2b_prov.c34 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 } ,
35 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 } ,
36 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 } ,
37 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 } ,
38 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 } ,
39 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 } ,
40 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 } ,
41 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 } ,
42 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 } ,
43 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } ,
[all …]
H A Dblake2s_prov.c29 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 } ,
30 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 } ,
31 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 } ,
32 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 } ,
33 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 } ,
34 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 } ,
35 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 } ,
36 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 } ,
37 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 } ,
38 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } ,
[all …]
/freebsd/share/doc/papers/timecounter/
H A Dtmac.usenix3 .nr FU 0.0i \" priniter prints this much too low
4 .nr VS 11
47 .nr Ib 0.0i
65 .nr Ic +0.2i
68 .nr Ic -0.2i
72 'sp |10.4i-\\n(FUu
74 'sp |10.4i-\\n(FUu \" how many traps could there be?
76 'sp |10.4i-\\n(FUu
98 ' nr QS 11i+0.5v-1u+\\nyu
114 ' po +3.12i \" postition of 2nd column
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrFormats.td148 // C - Inst[11-6] = C[5-0], when the format has C. C can either be a register,
171 let Inst{15-6} = S21{20-11};
180 let Inst{15-6} = S25{20-11};
191 // |26|25|24|23|22|21|20|19|18|17|16|15|14|13|12|11|10|9|8|7|6|5|4|3|2|1|0 |
192 // |S25[10-1] | 1|S25[20-11] |N|0|S25[24-21]|
199 // |26|25|24|23|22|21|20|19|18|17|16|15|14|13|12|11|10|9|8|7|6|5|4|3|2|1|0 |
200 // |S25[10-2] | 1| 0|S25[20-11] |N|0|S25[24-21]|
207 // |26|25|24|23|22|21|20|19|18|17|16|15|14|13|12|11|10|9|8|7|6|5|4|3|2|1|0|
208 // |S25[10-2] | 0| 0|S25[20-11] |N|0|cc |
217 // |26|25|24|23|22|21|20|19|18|17|16|15 |14|13|12|11|10|9|8|7|6|5|4|3|2|1|0|
[all …]
/freebsd/sys/dev/bxe/
H A Decore_init_ops.h51 uint32_t i; in ecore_init_str_wr() local
53 for (i = 0; i < len; i++) in ecore_init_str_wr()
54 REG_WR(sc, addr + i*4, data[i]); in ecore_init_str_wr()
60 uint32_t i; in ecore_init_ind_wr() local
62 for (i = 0; i < len; i++) in ecore_init_ind_wr()
63 ecore_reg_wr_ind(sc, addr + i*4, data[i]); in ecore_init_ind_wr()
86 uint32_t i; in ecore_init_fill() local
90 for (i = 0; i < len; i += buf_len32) { in ecore_init_fill()
91 uint32_t cur_len = min(buf_len32, len - i); in ecore_init_fill()
93 ecore_write_big_buf(sc, addr + i*4, cur_len, wb); in ecore_init_fill()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrFormats.td13 class I<bits<6> opcode, dag OOL, dag IOL, string asmstr, InstrItinClass itin>
126 :I<opcode, OOL, IOL, asmstr, itin>, XFormMemOp;
128 // 1.7.1 I-Form
131 : I<opcode, OOL, IOL, asmstr, itin> {
142 : I<opcode, OOL, IOL, asmstr, IIC_BrB> {
152 let Inst{11-15} = BI;
168 : I<opcode, OOL, IOL, asmstr, IIC_BrB> {
172 let Inst{11-15} = bi;
180 : I<opcode, OOL, IOL, asmstr, IIC_BrB> {
186 let Inst{11
[all...]
/freebsd/sys/contrib/libb2/
H A Dblake2b-ref.c31 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 } ,
32 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 } ,
33 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 } ,
34 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 } ,
35 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 } ,
36 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 } ,
37 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 } ,
38 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 } ,
39 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 } ,
40 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } ,
[all …]
H A Dblake2s-ref.c29 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 } ,
30 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 } ,
31 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 } ,
32 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 } ,
33 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 } ,
34 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 } ,
35 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 } ,
36 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 } ,
37 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 } ,
38 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } ,
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_fp16.td20 def VNEGSH : SInst<"vneg", "11", "Sh">;
24 def FSQRTSH : SInst<"vsqrt", "11", "Sh">;
28 def SCALAR_FRECPEH : IInst<"vrecpe", "11", "Sh">;
31 def SCALAR_FRECPXH : IInst<"vrecpx", "11", "Sh">;
34 def SCALAR_FRSQRTEH : IInst<"vrsqrte", "11", "Sh">;
37 def FRINTZ_S64H : SInst<"vrnd", "11", "Sh">;
38 def FRINTA_S64H : SInst<"vrnda", "11", "Sh">;
39 def FRINTI_S64H : SInst<"vrndi", "11", "Sh">;
40 def FRINTM_S64H : SInst<"vrndm", "11", "Sh">;
41 def FRINTN_S64H : SInst<"vrndn", "11", "Sh">;
[all …]
/freebsd/crypto/krb5/src/lib/crypto/builtin/md4/
H A Dmd4.c80 mdContext->i[0] = mdContext->i[1] = (krb5_ui_4)0; in krb5int_MD4Init()
95 unsigned int i, ii; in krb5int_MD4Update() local
98 mdi = (int)((mdContext->i[0] >> 3) & 0x3F); in krb5int_MD4Update()
101 if ((mdContext->i[0] + ((krb5_ui_4)inLen << 3)) < mdContext->i[0]) in krb5int_MD4Update()
102 mdContext->i[1]++; in krb5int_MD4Update()
103 mdContext->i[0] += ((krb5_ui_4)inLen << 3); in krb5int_MD4Update()
104 mdContext->i[1] += ((krb5_ui_4)inLen >> 29); in krb5int_MD4Update()
112 for (i = 0, ii = 0; i < 16; i++, ii += 4) { in krb5int_MD4Update()
113 in[i] = load_32_le(mdContext->in+ii); in krb5int_MD4Update()
126 unsigned int i, ii; in krb5int_MD4Final() local
[all …]
/freebsd/contrib/bearssl/src/ec/
H A Dec_c25519_m15.c76 * i.e. it is not undefined, but it may differ between compilers. Each
195 int i; in mul20() local
271 for (i = 0; i < 40; i += 5) { in mul20()
272 w[(i << 1) + 0] = MUL15(u[i + 0], v[i + 0]); in mul20()
273 w[(i << 1) + 1] = MUL15(u[i + 0], v[i + 1]) in mul20()
274 + MUL15(u[i + 1], v[i + 0]); in mul20()
275 w[(i << 1) + 2] = MUL15(u[i + 0], v[i + 2]) in mul20()
276 + MUL15(u[i + 1], v[i + 1]) in mul20()
277 + MUL15(u[i + 2], v[i + 0]); in mul20()
278 w[(i << 1) + 3] = MUL15(u[i + 0], v[i + 3]) in mul20()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/
H A Dzpool_split_devices.ksh57 fd[11]="$FILEDEV_PREFIX-11"
64 "mirror ${fd[01]} ${fd[02]} mirror ${fd[11]} ${fd[12]}"
65 "mirror ${fd[01]} ${fd[02]} ${fd[03]} mirror ${fd[11]} ${fd[12]}"
66 "mirror ${fd[01]} ${fd[02]} mirror ${fd[11]} ${fd[12]} ${fd[13]}"
67 "mirror ${fd[01]} ${fd[02]} ${fd[03]} mirror ${fd[11]} ${fd[12]} ${fd[13]}"
72 "${fd[02]} ${fd[11]}"
81 "baddev ${fd[11]}"
82 "${fd[11]} ${fd[12]} ${fd[13]}"
86 typeset -i i=0;
87 while [ $i -lt "${#poolconfs[@]}" ]
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c33 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 } ,
34 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 } ,
35 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 } ,
36 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 } ,
37 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 } ,
38 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 } ,
39 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 } ,
40 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 } ,
41 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 } ,
42 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } ,
[all …]
/freebsd/contrib/netbsd-tests/include/
H A Dd_bitstring_27.out4 i _bit_byte(i) _bit_mask(i) bitstr_size(i)
16 11 1 8 2
46 i bit_test(i)
58 11 0
103 11 0 11 000000000001111111111111111
132 11 11 0 111111111110000000000000000
161 11 16 0 111111111111111100000000000
166 16 11 0 111111111110000000000000000
190 11 0 16 000000000000000011111111111
195 16 0 11 000000000001111111111111111
[all …]
H A Dd_bitstring_32.out4 i _bit_byte(i) _bit_mask(i) bitstr_size(i)
16 11 1 8 2
51 i bit_test(i)
63 11 0
113 11 0 11 00000000000111111111111111111111
147 11 11 0 11111111111000000000000000000000
181 11 21 0 11111111111111111111100000000000
191 21 11 0 11111111111000000000000000000000
215 11 0 21 00000000000000000000011111111111
225 21 0 11 00000000000111111111111111111111
[all …]
/freebsd/tools/regression/doat/
H A Ddoat.c44 int i; member
102 int i, error; in setup() local
158 i = open("tmp/foo", O_RDONLY | O_CREAT, 0666); in setup()
159 if (i == -1) { in setup()
200 tests[0].tests[0].params[0].i = 106; /* invalid fd */ in setup()
203 tests[0].tests[0].params[3].i = 0; in setup()
205 tests[0].tests[1].params[0].i = 106; /* invalid fd */ in setup()
208 tests[0].tests[1].params[3].i = AT_EACCESS; in setup()
210 tests[0].tests[2].params[0].i = rel_fd; in setup()
213 tests[0].tests[2].params[3].i = 123; /* invalid flag */ in setup()
[all …]
/freebsd/tools/test/stress2/testcases/openat/
H A Ddoat.c41 int i; member
98 int i, error; in setup() local
155 i = open("tmp/foo", O_RDONLY | O_CREAT, 0644); in setup()
156 if (i == -1) { in setup()
197 tests[0].tests[0].params[0].i = 106; // invalid fd in setup()
200 tests[0].tests[0].params[3].i = 0; in setup()
202 tests[0].tests[1].params[0].i = 106; // invalid fd in setup()
205 tests[0].tests[1].params[3].i = AT_EACCESS; in setup()
207 tests[0].tests[2].params[0].i = rel_fd; in setup()
210 tests[0].tests[2].params[3].i = 123; // invalid flag in setup()
[all …]
/freebsd/sys/dev/wg/
H A Dwg_crypto.c53 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
54 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 },
55 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 },
56 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 },
57 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 },
58 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 },
59 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 },
60 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 },
61 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 },
62 { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 },
[all …]
/freebsd/contrib/mandoc/
H A Dman.options.163 .\" man-1.5e was released on July 11, 1998.
131 .Ox , Fx , Nx , No man-db , man-1.6 , illumos , Solaris 9-11
246 .No Solaris 9-11
288 .Fx , No man-db , man-1.6 , illumos , Solaris 9-11
364 .No illumos , Solaris 9-11
404 .No illumos , Solaris 9-11
497 .It Fl I
502 .No groff-1.12 Pq Sep 11, 1999
516 .It Fl i
552 .No Solaris 11
[all...]
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/
H A Dsg2044-cpus.dtsi18 i-cache-block-size = <64>;
19 i-cache-size = <65536>;
20 i-cache-sets = <512>;
29 riscv,isa-extensions = "i", "m", "a", "f", "d", "c",
54 i-cache-block-size = <64>;
55 i-cache-size = <65536>;
56 i-cache-sets = <512>;
65 riscv,isa-extensions = "i", "m", "a", "f", "d", "c",
90 i-cache-block-size = <64>;
91 i-cache-size = <65536>;
[all …]
/freebsd/contrib/arm-optimized-routines/networking/test/
H A Dchksum.c88 for (int i = 0; implementations[i].name != NULL; i++) in find_impl() local
90 if (strcmp(implementations[i].name, name) == 0) in find_impl()
92 return i; in find_impl()
138 printf("%11u ", (unsigned int) blksize); fflush(stdout); in benchmark()
141 for (uint32_t i = 0; i < numops; i ++) in benchmark() local
144 uint32_t random = ((uint32_t *) base)[i % (poolsize / 4)]; in benchmark()
156 printf("%11ju ", (uintmax_t) ((accbytes / elapsed_ms) * 1000) / MEGABYTE); in benchmark()
158 printf("%11u ", cyc_per_blk); in benchmark()
179 while ((c = getopt(argc, argv, "b:df:i:n:p:")) != -1) in main()
209 case 'i' : in main()
[all …]

12345678910>>...50