Home
last modified time | relevance | path

Searched refs:i (Results 101 – 125 of 11142) sorted by relevance

12345678910>>...446

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strtok.d93 int i; variable
100 i++;
104 command[i].result = command[i].s1;
105 i++;
110 i++;
115 i++;
119 command[i].result = command[i].s1;
120 i++;
125 i++;
133 (this->result = strtok(command[i].s1, command[i].s2)) != command[i].result/
[all …]
H A Dtst.cleanpath.d44 path[i++] = "/./";
46 path[i++] = "./";
47 path[i++] = "//";
48 path[i++] = "/.";
52 path[i++] = ".";
54 path[i++] = "";
56 end = i;
57 i = 0;
61 /i < end/
64 i++;
[all …]
/freebsd/contrib/byacc/
H A Dlalr.c148 for (i = 0; i < nstates; i++) in initialize_LA()
162 for (i = 0; i < nstates; i++) in initialize_LA()
296 for (i = 0; i < ngotos; i++) in initialize_F()
339 for (i = 0; i < ngotos; i++) in initialize_F()
371 for (i = 0; i < ngotos; i++) in build_relations()
476 for (i = 0; i < n; i++) in transpose()
489 for (i = 0; i < n; i++) in transpose()
504 for (i = 0; i < n; i++) in transpose()
535 for (i = 0; i < n; i++) in compute_lookaheads()
548 for (i = 0; i < n; i++) in compute_lookaheads()
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl172 for ($i=0; $i<32; $i+=4)
199 for ($i=0; $i<7; $i++)
284 for ($i=0; $i<32; $i+=4)
313 for ($i=0; $i<7; $i++)
405 for ($i=0; $i<7; $i++)
459 for ($i=0; $i<8; $i++)
485 for ($i=0; $i<7; $i++)
531 for ($i=0; $i<8; $i++)
557 for ($i=0; $i<7; $i++)
603 for ($i=0; $i<8; $i++)
[all …]
/freebsd/sbin/ipf/libipf/
H A Dprintipfexpr.c18 for (i = 1; i < nelems; ) { in printipfexpr()
66 printtcpflags(array[i + 4], array[i + 5]); in printipfexpr()
137 int i; in printsingle() local
139 for (i = 0; i < ipfe->ipfe_narg; ) { in printsingle()
141 i++; in printsingle()
152 int i; in printport() local
154 for (i = 0; i < ipfe->ipfe_narg; ) { in printport()
156 i++; in printport()
169 for (i = 0, j = 0; i < ipfe->ipfe_narg; j++) { in printhosts()
172 i += 2; in printhosts()
[all …]
/freebsd/sys/crypto/aesni/
H A Daesencdec.h42 int i; in aesni_enc8() local
53 for (i = 0; i < rounds; i++) { in aesni_enc8()
54 a = _mm_aesenc_si128(a, keysched[i + 1]); in aesni_enc8()
55 b = _mm_aesenc_si128(b, keysched[i + 1]); in aesni_enc8()
56 c = _mm_aesenc_si128(c, keysched[i + 1]); in aesni_enc8()
79 int i; in aesni_dec8() local
90 for (i = 0; i < rounds; i++) { in aesni_dec8()
116 int i; in aesni_enc() local
119 for (i = 1; i < rounds; i += 2) { in aesni_enc()
132 int i; in aesni_dec() local
[all …]
/freebsd/contrib/arm-optimized-routines/string/test/
H A Dmemmove.c71 for (i = 0; i < len + A; i++) in test()
76 for (i = 0; i < len; i++) in test()
77 s[i] = w[i] = 'a' + i % 23; in test()
82 for (i = 0; i < len + A; i++) in test()
111 for (int i = 0; i < len + A; i++) in test_overlap() local
114 for (int i = 0; i < len; i++) in test_overlap() local
115 s[i] = want[salign + i] = 'a' + i % 23; in test_overlap()
116 for (int i = 0; i < len; i++) in test_overlap() local
117 w[i] = s[i]; in test_overlap()
127 for (int i = 0; i < len + A; i++) in test_overlap() local
[all …]
/freebsd/contrib/libdivsufsort/lib/
H A Ddivsufsort.c54 for(i = 0; i < BUCKET_A_SIZE; ++i) { bucket_A[i] = 0; } in sort_typeBstar()
55 for(i = 0; i < BUCKET_B_SIZE; ++i) { bucket_B[i] = 0; } in sort_typeBstar()
68 for(--i, c1 = c0; (0 <= i) && ((c0 = T[i]) <= c1); --i, c1 = c0) { in sort_typeBstar()
95 for(i = m - 2; 0 <= i; --i) { in sort_typeBstar()
146 for(i = m - 1; 0 <= i; --i) { in sort_typeBstar()
149 do { ISAb[SA[i]] = i; } while((0 <= --i) && (0 <= SA[i])); in sort_typeBstar()
163 for(--i, c1 = c0; (0 <= i) && ((c0 = T[i]) >= c1); --i, c1 = c0) { } in sort_typeBstar()
166 for(--i, c1 = c0; (0 <= i) && ((c0 = T[i]) <= c1); --i, c1 = c0) { } in sort_typeBstar()
237 for(i = SA, j = SA + n; i < j; ++i) { in construct_SA()
381 for(i = 0; i < pidx; ++i) { U[i + 1] = (sauchar_t)B[i]; } in divbwt()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dsigstop2.sh77 int i;
83 for (i = 0; i < N; i++) {
91 for (i = 0; i < N; i++)
94 for (i = 0; i < N; i++)
97 for (i = 0; i < N; i++)
100 for (i = 0; i < N; i++)
101 if (waitpid(pids[i], NULL, 0) != pids[i])
113 int e, i, status;
124 for (i = 0; i < PARALLEL; i++) {
127 if (pids[i] == -1)
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistputil.c79 int i = 0; in ossl_ec_GFp_nistp_points_make_affine_internal() local
90 for (i = 1; i < (int)num; i++) { in ossl_ec_GFp_nistp_points_make_affine_internal()
92 felem_mul(tmp_felem(i), tmp_felem(i - 1), Z(i)); in ossl_ec_GFp_nistp_points_make_affine_internal()
94 felem_assign(tmp_felem(i), tmp_felem(i - 1)); in ossl_ec_GFp_nistp_points_make_affine_internal()
102 for (i = num - 1; i >= 0; i--) { in ossl_ec_GFp_nistp_points_make_affine_internal()
118 felem_mul(tmp_felem(i - 1), tmp_felem(i), Z(i)); in ossl_ec_GFp_nistp_points_make_affine_internal()
124 felem_mul(X(i), X(i), Z(i)); /* X/(Z^2) */ in ossl_ec_GFp_nistp_points_make_affine_internal()
126 felem_mul(Y(i), Y(i), Z(i)); /* Y/(Z^3) */ in ossl_ec_GFp_nistp_points_make_affine_internal()
127 felem_contract(X(i), X(i)); in ossl_ec_GFp_nistp_points_make_affine_internal()
128 felem_contract(Y(i), Y(i)); in ossl_ec_GFp_nistp_points_make_affine_internal()
[all …]
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c616 for (i = 2; i < length; i++) { in printsub()
646 for (i = 2; i < length; i++) { in printsub()
676 for (i = 5; i < length; i++) { in printsub()
708 for (i = 3; i < length; i++) { in printsub()
715 for (i = 3; i < length; i++) { in printsub()
790 for (i = 3; i < length; i++) { in printsub()
798 for (i = 2; i < length; i++) { in printsub()
817 for (i = 2; i < length; i++) { in printsub()
917 for (i = 2; i < length; i++ ) { in printsub()
1128 for (i = 1; i < length; i++) { in printsub()
[all …]
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c202 for (i = 0; i < __arraycount(n); i++) { in ATF_TC_BODY()
227 for (i = 0; i < __arraycount(exps); i++) { in ATF_TC_BODY()
244 for (i = 0; i < __arraycount(exps); i++) in ATF_TC_BODY()
259 for (i = 0; i < __arraycount(exps); i++) in ATF_TC_BODY()
277 for (i = 0; i < __arraycount(exps); i++) { in ATF_TC_BODY()
298 for (i = 0; i < __arraycount(exps); i++) { in ATF_TC_BODY()
322 for (i = 0; i < __arraycount(n); i++) { in ATF_TC_BODY()
347 for (i = 0; i < __arraycount(exps); i++) { in ATF_TC_BODY()
364 for (i = 0; i < __arraycount(exps); i++) in ATF_TC_BODY()
379 for (i = 0; i < __arraycount(exps); i++) in ATF_TC_BODY()
[all …]
/freebsd/contrib/lua/src/
H A Dlopcodes.h100 #define int2sC(i) ((i) + OFFSET_sC) argument
101 #define sC2int(i) ((i) - OFFSET_sC) argument
115 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ argument
122 #define setarg(i,v,pos,size) ((i) = (((i)&MASK0(size,pos)) | \ argument
128 #define GETARG_B(i) check_exp(checkopm(i, iABC), getarg(i, POS_B, SIZE_B)) argument
129 #define GETARG_sB(i) sC2int(GETARG_B(i)) argument
132 #define GETARG_C(i) check_exp(checkopm(i, iABC), getarg(i, POS_C, SIZE_C)) argument
133 #define GETARG_sC(i) sC2int(GETARG_C(i)) argument
137 #define GETARG_k(i) check_exp(checkopm(i, iABC), getarg(i, POS_k, 1)) argument
143 #define GETARG_Ax(i) check_exp(checkopm(i, iAx), getarg(i, POS_Ax, SIZE_Ax)) argument
[all …]
/freebsd/contrib/less/
H A Dposition.c61 int i; in add_forw_pos() local
66 for (i = 1; i < sc_height; i++) in add_forw_pos()
67 table[i-1] = table[i]; in add_forw_pos()
76 int i; in add_back_pos() local
81 for (i = sc_height - 1; i > 0; i--) in add_back_pos()
82 table[i] = table[i-1]; in add_back_pos()
91 int i; in pos_clear() local
93 for (i = 0; i < sc_height; i++) in pos_clear()
130 int i; in onscreen() local
134 for (i = 1; i < sc_height; i++) in onscreen()
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl293 for ($i=0; $i<6; $i++) {
331 for ($i=0; $i<7; $i++) {
365 for ($i=0; $i<10; $i++) {
434 for ($i=0; $i<4; $i++) {
454 for ($i=0; $i<4; $i++) {
511 for ($i=0; $i<4; $i++) {
531 for ($i=0; $i<4; $i++) {
561 for ($i=0; $i<5; $i++) {
581 for ($i=0; $i<5; $i++) {
617 for ($i=1; $i<6; $i++) {
[all …]
/freebsd/sys/dev/acpica/
H A Dacpi_pxm.c106 for (i = 0; i < s->LocalityCount; i++) { in slit_parse_table()
207 for (i = 0; i <= last_cpu; i++) in cpu_find()
353 for (i = 0; i < num_mem; i++) { in srat_parse_entry()
374 for (i = num_mem; i > slot; i--) in srat_parse_entry()
393 for (i = 0; i < num_mem; i++) { in check_domains()
407 for (i = 0; i <= last_cpu; i++) in check_domains()
440 for (i = 0; i < num_mem; i++) { in check_phys_avail()
478 for (i = 0; i < num_mem; i++) { in renumber_domains()
502 for (i = 0; i < ndomain; i++) { in renumber_domains()
654 for (i = 0; i < MAXCPU; i++) { in acpi_pxm_set_cpu_locality()
[all …]
/freebsd/sys/crypto/sha2/
H A Dsha256c.c67 for (i = 0; i < len / 4; i++) in be32enc_vect()
68 be32enc(dst + i * 4, src[i]); in be32enc_vect()
80 for (i = 0; i < len / 4; i++) in be32dec_vect()
81 dst[i] = be32dec(src + i * 4); in be32dec_vect()
124 RND(S[(64 - i) % 8], S[(65 - i) % 8], \
125 S[(66 - i) % 8], S[(67 - i) % 8], \
128 W[i + ii] + K[i + ii])
132 W[i + ii + 16] = s1(W[i + ii + 14]) + W[i + ii + 9] + s0(W[i + ii + 1]) + W[i + ii]
156 for (i = 0; i < 64; i += 16) { in SHA256_Transform_c()
195 for (i = 0; i < 8; i++) in SHA256_Transform_c()
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dparse_time-test.c60 int i, j; in main() local
62 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i) { in main()
66 if (sz != tests[i].size) in main()
68 (unsigned long)sz, i, (unsigned long)tests[i].size); in main()
81 errx(1, "test %i wrong result %s vs %s", i, buf, tests[i].str); in main()
88 sz = unparse_time(tests[i].val, buf, min(buf_sz, tests[i].size)); in main()
95 errx(1, "test %i wrong result %s vs %s", i, buf, tests[i].str); in main()
102 tests[i].str, tests[i].size + 1); in main()
104 if (j != tests[i].val) in main()
109 tests[i].str, tests[i].size + 1); in main()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal_adcgain.c30 #define totalAdcIOddPhase(i) caldata[0][i].u argument
31 #define totalAdcIEvenPhase(i) caldata[1][i].u argument
32 #define totalAdcQOddPhase(i) caldata[2][i].u argument
33 #define totalAdcQEvenPhase(i) caldata[3][i].u argument
42 int i; in ar5416AdcGainCalCollect() local
47 for (i = 0; i < AR5416_MAX_CHAINS; i++) { in ar5416AdcGainCalCollect()
48 cal->totalAdcIOddPhase(i) += in ar5416AdcGainCalCollect()
59 cal->calSamples, i, cal->totalAdcIOddPhase(i), in ar5416AdcGainCalCollect()
60 cal->totalAdcIEvenPhase(i), cal->totalAdcQOddPhase(i), in ar5416AdcGainCalCollect()
72 uint32_t i; in ar5416AdcGainCalibration() local
[all …]
/freebsd/contrib/flex/src/
H A Dtblcmp.c118 for (i = firstprot; i != NIL; i = protnext[i]) in bldtbl()
154 for (i = minprot; i != NIL; i = protnext[i]) { in bldtbl()
246 for (i = 1; i <= numtemps; ++i) { in cmptmps()
437 for (i = 2; i <= numecs; ++i) { in inittbl()
464 for (i = 1; i <= numecs; ++i) { in mkdeftbl()
558 for (i = minec; i <= maxec; ++i) in mkentry()
594 for (i = minec; i <= maxec; ++i) in mkentry()
666 for (i = 1; i <= numecs; ++i) in mkprot()
702 for (i = 1; i <= numecs; ++i) in mktemplate()
777 for (i = 1; i <= numecs; ++i, ++state_ptr) in place_state()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c88 ulong_t i; in dt_pid_has_jump_table() local
103 for (i = 0; i < ftp->ftps_size; i += size) { in dt_pid_has_jump_table()
184 for (i = 0, end = ftp->ftps_size; i < end; i += size) { in dt_pid_create_return_probe()
192 if (text[i] == DT_LEAVE && text[i + 1] == DT_RET) { in dt_pid_create_return_probe()
197 text[i + 1] == DT_REP && text[i + 2] == DT_RET) { in dt_pid_create_return_probe()
217 for (i = 0, end = ftp->ftps_size; i < end; i += size) { in dt_pid_create_return_probe()
250 (uintptr_t)(i + size + *(int8_t *)&text[i + 1])) in dt_pid_create_return_probe()
297 ulong_t i; in dt_pid_create_offset_probe() local
329 for (i = 0; i < symp->st_size; i += size) { in dt_pid_create_offset_probe()
412 for (i = 0; i < end; i += size) { in dt_pid_create_glob_offset_probes()
[all …]
/freebsd/sys/dev/mthca/
H A Dmthca_profile.c80 int i, j; in mthca_make_profile() local
114 for (i = 0; i < MTHCA_RES_NUM; ++i) { in mthca_make_profile()
115 profile[i].type = i; in mthca_make_profile()
116 profile[i].log_num = max(ffs(profile[i].num) - 1, 0); in mthca_make_profile()
117 profile[i].size *= profile[i].num; in mthca_make_profile()
119 profile[i].size = max(profile[i].size, (u64) PAGE_SIZE); in mthca_make_profile()
136 for (i = MTHCA_RES_NUM; i > 0; --i) in mthca_make_profile()
142 for (i = 0; i < MTHCA_RES_NUM; ++i) { in mthca_make_profile()
156 if (profile[i].size) in mthca_make_profile()
159 i, profile[i].type, profile[i].log_num, in mthca_make_profile()
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-alpha.pl48 ldq_u @X[$i+2],($i+2)*4+0($inp)
52 extql @X[$i],$inp,@X[$i]
53 extqh @X[$i+1],$inp,@X[$i+1]
55 or @X[$i+1],@X[$i],@X[$i] # pair of 32-bit values are fetched
61 sll @X[$i],24,@X[$i]
65 zapnot @X[$i],0x88,@X[$i]
70 or @X[$i],$t0,@X[$i]
75 or @X[$i],$t3,@X[$i]
86 zapnot @X[$i],0xf,@X[$i]
106 zapnot @X[$i],0xf,@X[$i]
[all …]
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_vstr.c58 for (i = 0; i < v->size; ++i) in get_strlen_sum()
75 for (i = 0; i < v->size; ++i) in vector_str_dest()
96 for (i = 0; i < v->size; ++i) in vector_str_find()
128 for (i = 0; i < v->size; ++i) { in vector_str_get_flat()
162 for (i = 0; i < v->size; ++i) in vector_str_grow()
261 for (i = 0; i < org->size; ++i) in vector_str_push_vector_head()
271 for (i = 0; i < dst->size; ++i) in vector_str_push_vector_head()
301 for (i = 0; i < dst->size; ++i) in vector_str_push_vector()
304 for (i = 0; i < org->size; ++i) in vector_str_push_vector()
341 for (i = begin; i < end + 1; ++i) in vector_str_substr()
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c47 for (i = 0; i < 16; ++i) { in blkcpy_64()
51 for (i = 0; i < 8; ++i) { in blkcpy_64()
63 for (i = 0; i < 16; ++i) { in blkxor_64()
67 for (i = 0; i < 8; ++i) { in blkxor_64()
80 for (i = 0; i < L; ++i) { in blkcpy()
85 for (i = 0; i < L; ++i) { in blkcpy()
98 for (i = 0; i < L; ++i) { in blkxor()
103 for (i = 0; i < L; ++i) { in blkxor()
121 for (i = 0; i < 8; i += 2) { in salsa20_8()
166 for (i = 0; i < 16; i++) { in salsa20_8()
[all …]

12345678910>>...446