Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 25 of 170) sorted by relevance

1234567

/src/stand/common/
H A Dmerge_help.awk11 ind = 0;
35 ind++;
36 if (ind == 1)
38 first = ind;
39 help[ind, "T"] = T;
40 help[ind, "S"] = S;
41 help[ind, "link"] = -1;
53 help[j, "link"] = ind;
54 help[ind, "link"] = -1;
56 help[ind, "link"] = i;
[all …]
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp113 for (kmp_index_t ind = 0; ind < n; ++ind) { in kmp_canonicalize_loop_nest() local
114 auto bounds = &(original_bounds_nest[ind]); in kmp_canonicalize_loop_nest()
310 kmp_index_t ind) { in kmp_iv_is_in_upper_bound_XX() argument
312 T iv = static_cast<T>(original_ivs[ind]); in kmp_iv_is_in_upper_bound_XX()
332 const kmp_iterations_t iterations, kmp_index_t ind, in kmp_calc_one_iv_XX() argument
343 auto iteration = iterations[ind]; in kmp_calc_one_iv_XX()
348 original_ivs[ind] = kmp_fix_iv(bounds->loop_iv_type, temp); in kmp_calc_one_iv_XX()
351 return kmp_iv_is_in_upper_bound_XX(bounds, original_ivs, ind); in kmp_calc_one_iv_XX()
359 const kmp_iterations_t iterations, kmp_index_t ind, in kmp_calc_one_iv() argument
366 /*in/out*/ original_ivs, iterations, ind, start_with_lower_bound, in kmp_calc_one_iv()
[all …]
/src/contrib/jemalloc/src/
H A Dprof_stats.c12 prof_stats_enter(tsd_t *tsd, szind_t ind) { in prof_stats_enter() argument
14 assert(ind < SC_NSIZES); in prof_stats_enter()
24 prof_stats_inc(tsd_t *tsd, szind_t ind, size_t size) { in prof_stats_inc() argument
26 prof_stats_enter(tsd, ind); in prof_stats_inc()
27 prof_stats_live[ind].req_sum += size; in prof_stats_inc()
28 prof_stats_live[ind].count++; in prof_stats_inc()
29 prof_stats_accum[ind].req_sum += size; in prof_stats_inc()
30 prof_stats_accum[ind].count++; in prof_stats_inc()
35 prof_stats_dec(tsd_t *tsd, szind_t ind, size_t size) { in prof_stats_dec() argument
37 prof_stats_enter(tsd, ind); in prof_stats_dec()
[all …]
H A Dpsset.c243 size_t ind = psset_purge_list_ind(ps); in psset_maybe_remove_purge_list() local
244 hpdata_purge_list_t *purge_list = &psset->to_purge[ind]; in psset_maybe_remove_purge_list()
247 fb_unset(psset->purge_bitmap, PSSET_NPURGE_LISTS, ind); in psset_maybe_remove_purge_list()
255 size_t ind = psset_purge_list_ind(ps); in psset_maybe_insert_purge_list() local
256 hpdata_purge_list_t *purge_list = &psset->to_purge[ind]; in psset_maybe_insert_purge_list()
258 fb_set(psset->purge_bitmap, PSSET_NPURGE_LISTS, ind); in psset_maybe_insert_purge_list()
344 pszind_t ind = (pszind_t)ind_ssz; in psset_pick_purge() local
345 assert(ind < PSSET_NPURGE_LISTS); in psset_pick_purge()
346 hpdata_t *ps = hpdata_purge_list_first(&psset->to_purge[ind]); in psset_pick_purge()
/src/lib/libcam/
H A Dscsi_cmdparse.c107 int ind = 0; in do_buff_decode() local
187 if (ind >= len) { in do_buff_decode()
191 bits = buff[ind++]; in do_buff_decode()
213 if (ind + width > len) { in do_buff_decode()
219 ARG_PUT(buff[ind]); in do_buff_decode()
220 ind++; in do_buff_decode()
224 ARG_PUT(buff[ind] << 8 | buff[ind + 1]); in do_buff_decode()
225 ind += 2; in do_buff_decode()
229 ARG_PUT(buff[ind] << 16 | in do_buff_decode()
230 buff[ind + 1] << 8 | buff[ind + 2]); in do_buff_decode()
[all …]
/src/crypto/openssl/providers/fips/
H A Dfipsindicator.c16 void ossl_FIPS_IND_init(OSSL_FIPS_IND *ind) in ossl_FIPS_IND_init() argument
20 ossl_FIPS_IND_set_approved(ind); /* Assume we are approved by default */ in ossl_FIPS_IND_init()
22 ind->settable[i] = OSSL_FIPS_IND_STATE_UNKNOWN; in ossl_FIPS_IND_init()
25 void ossl_FIPS_IND_set_approved(OSSL_FIPS_IND *ind) in ossl_FIPS_IND_set_approved() argument
27 ind->approved = 1; in ossl_FIPS_IND_set_approved()
35 void ossl_FIPS_IND_set_settable(OSSL_FIPS_IND *ind, int id, int state) in ossl_FIPS_IND_set_settable() argument
42 ind->settable[id] = state; in ossl_FIPS_IND_set_settable()
45 int ossl_FIPS_IND_get_settable(const OSSL_FIPS_IND *ind, int id) in ossl_FIPS_IND_get_settable() argument
49 return ind->settable[id]; in ossl_FIPS_IND_get_settable()
58 int ossl_FIPS_IND_on_unapproved(OSSL_FIPS_IND *ind, int id, in ossl_FIPS_IND_on_unapproved() argument
[all …]
/src/contrib/ntp/libntp/
H A Dhextolfp.c22 char *ind = NULL; in hextolfp() local
38 (ind = strchr(digits, *cp)) != NULL) { in hextolfp()
40 dec_i += ((ind - digits) > 15) in hextolfp()
41 ? (u_long)(ind - digits - 6) in hextolfp()
42 : (u_long)(ind - digits); in hextolfp()
46 if ((cp - cpstart) < 8 || ind == NULL) in hextolfp()
53 (ind = strchr(digits, *cp)) != NULL) { in hextolfp()
55 dec_f += ((ind - digits) > 15) in hextolfp()
56 ? (u_long)(ind - digits - 6) in hextolfp()
57 : (u_long)(ind - digits); in hextolfp()
[all …]
H A Datolfp.c38 char *ind; in atolfp() local
69 while (*cp != '\0' && (ind = strchr(digits, *cp)) != NULL) { in atolfp()
71 dec_i += (u_long)(ind - digits); in atolfp()
80 && (ind = strchr(digits, *cp)) != NULL) { in atolfp()
83 dec_f += (u_long)(ind - digits); in atolfp()
/src/tests/sys/cddl/zfs/tests/cli_root/zfs_rollback/
H A Dzfs_rollback_common.kshlib88 typeset -i ind=0
98 ind=0
99 while (( ind < cnt )); do
102 eval typeset snap=\$FSSNAP$ind
103 eval typeset clone=\$FSCLONE$ind
104 eval typeset fname=\$TESTDIR/\$TESTFILE$ind
107 eval typeset snap=\$VOLSNAP$ind
108 eval typeset clone=\$VOLCLONE$ind
109 eval typeset fname=\$TESTDIR1/\$TESTFILE$ind
129 (( ind += 1 ))
[all …]
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_common.kshlib92 typeset -i ind=0
102 ind=0
103 while (( ind < cnt )); do
106 eval typeset snap=\$FSSNAP$ind
107 eval typeset clone=\$FSCLONE$ind
108 eval typeset fname=\$TESTDIR/\$TESTFILE$ind
111 eval typeset snap=\$VOLSNAP$ind
112 eval typeset clone=\$VOLCLONE$ind
113 eval typeset fname=\$TESTDIR1/\$TESTFILE$ind
153 (( ind += 1 ))
[all …]
/src/contrib/jemalloc/include/jemalloc/internal/
H A Decache.h16 unsigned ind; member
32 ecache_nextents_get(ecache_t *ecache, pszind_t ind) { in ecache_nextents_get() argument
33 return eset_nextents_get(&ecache->eset, ind) + in ecache_nextents_get()
34 eset_nextents_get(&ecache->guarded_eset, ind); in ecache_nextents_get()
39 ecache_nbytes_get(ecache_t *ecache, pszind_t ind) { in ecache_nbytes_get() argument
40 return eset_nbytes_get(&ecache->eset, ind) + in ecache_nbytes_get()
41 eset_nbytes_get(&ecache->guarded_eset, ind); in ecache_nbytes_get()
46 return ecache->ind; in ecache_ind_get()
50 unsigned ind, bool delay_coalesce);
H A Dprof_stats.h12 void prof_stats_inc(tsd_t *tsd, szind_t ind, size_t size);
13 void prof_stats_dec(tsd_t *tsd, szind_t ind, size_t size);
14 void prof_stats_get_live(tsd_t *tsd, szind_t ind, prof_stats_t *stats);
15 void prof_stats_get_accum(tsd_t *tsd, szind_t ind, prof_stats_t *stats);
H A Djemalloc_internal_inlines_c.h44 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, in iallocztm() argument
55 ret = arena_malloc(tsdn, arena, size, ind, zero, tcache, slow_path); in iallocztm()
63 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) { in ialloc() argument
64 return iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd), false, in ialloc()
276 szind_t ind; in imalloc_fastpath() local
284 sz_size2index_usize_fastpath(size, &ind, &usize); in imalloc_fastpath()
286 assert(ind < SC_NBINS); in imalloc_fastpath()
302 assert(ind == sz_size2index(size)); in imalloc_fastpath()
303 assert(usize > 0 && usize == sz_index2size(ind)); in imalloc_fastpath()
316 cache_bin_t *bin = &tcache->bins[ind]; in imalloc_fastpath()
H A Dtcache_inlines.h31 tcache_small_bin_disabled(szind_t ind, cache_bin_t *bin) { in tcache_small_bin_disabled() argument
32 assert(ind < SC_NBINS); in tcache_small_bin_disabled()
33 bool ret = (cache_bin_info_ncached_max(&tcache_bin_info[ind]) == 0); in tcache_small_bin_disabled()
36 assert(ind >= nhbins); in tcache_small_bin_disabled()
182 tcaches_get(tsd_t *tsd, unsigned ind) { in tcaches_get() argument
183 tcaches_t *elm = &tcaches[ind]; in tcaches_get()
185 malloc_printf("<jemalloc>: invalid tcache id (%u).\n", ind); in tcaches_get()
H A Djemalloc_internal_inlines_a.h60 arena_get(tsdn_t *tsdn, unsigned ind, bool init_if_missing) { in arena_get() argument
63 assert(ind < MALLOCX_ARENA_LIMIT); in arena_get()
65 ret = (arena_t *)atomic_load_p(&arenas[ind], ATOMIC_ACQUIRE); in arena_get()
68 ret = arena_init(tsdn, ind, &arena_config_default); in arena_get()
/src/crypto/openssl/crypto/x509/
H A Dv3_admis.c54 BIO *bp, int ind);
71 BIO *bp, int ind) in i2r_NAMING_AUTHORITY() argument
83 if (BIO_printf(bp, "%*snamingAuthority:\n", ind, "") <= 0) in i2r_NAMING_AUTHORITY()
90 if (BIO_printf(bp, "%*s namingAuthorityId: ", ind, "") <= 0) in i2r_NAMING_AUTHORITY()
101 if (BIO_printf(bp, "%*s namingAuthorityText: ", ind, "") <= 0 in i2r_NAMING_AUTHORITY()
107 if (BIO_printf(bp, "%*s namingAuthorityUrl: ", ind, "") <= 0 in i2r_NAMING_AUTHORITY()
119 BIO *bp, int ind) in i2r_ADMISSION_SYNTAX() argument
125 if (BIO_printf(bp, "%*sadmissionAuthority:\n", ind, "") <= 0 in i2r_ADMISSION_SYNTAX()
126 || BIO_printf(bp, "%*s ", ind, "") <= 0 in i2r_ADMISSION_SYNTAX()
135 if (BIO_printf(bp, "%*sEntry %0d:\n", ind, "", 1 + i) <= 0) in i2r_ADMISSION_SYNTAX()
[all …]
/src/crypto/openssl/providers/fips/include/fips/
H A Dfipsindicator.h65 void ossl_FIPS_IND_init(OSSL_FIPS_IND *ind);
66 void ossl_FIPS_IND_set_approved(OSSL_FIPS_IND *ind);
67 void ossl_FIPS_IND_set_settable(OSSL_FIPS_IND *ind, int id, int enable);
68 int ossl_FIPS_IND_get_settable(const OSSL_FIPS_IND *ind, int id);
69 int ossl_FIPS_IND_on_unapproved(OSSL_FIPS_IND *ind, int id, OSSL_LIB_CTX *libctx,
72 int ossl_FIPS_IND_set_ctx_param(OSSL_FIPS_IND *ind, int id,
74 int ossl_FIPS_IND_get_ctx_param(const OSSL_FIPS_IND *ind,
125 int ossl_fips_ind_rsa_key_check(OSSL_FIPS_IND *ind, int id, OSSL_LIB_CTX *libctx,
128 int ossl_fips_ind_ec_key_check(OSSL_FIPS_IND *ind, int id, OSSL_LIB_CTX *libctx,
132 int ossl_fips_ind_digest_exch_check(OSSL_FIPS_IND *ind, int id, OSSL_LIB_CTX *libctx,
[all …]
/src/crypto/openssl/providers/common/
H A Dsecuritycheck_fips.c36 int ossl_fips_ind_rsa_key_check(OSSL_FIPS_IND *ind, int id, in ossl_fips_ind_rsa_key_check() argument
43 if (!ossl_FIPS_IND_on_unapproved(ind, id, libctx, desc, "Key size", in ossl_fips_ind_rsa_key_check()
54 int ossl_fips_ind_ec_key_check(OSSL_FIPS_IND *ind, int id, in ossl_fips_ind_ec_key_check() argument
68 if (!ossl_FIPS_IND_on_unapproved(ind, id, libctx, desc, "EC Key", in ossl_fips_ind_ec_key_check()
81 int ossl_fips_ind_digest_exch_check(OSSL_FIPS_IND *ind, int id, in ossl_fips_ind_digest_exch_check() argument
89 if (!ossl_FIPS_IND_on_unapproved(ind, id, libctx, desc, "Digest", in ossl_fips_ind_digest_exch_check()
98 int ossl_fips_ind_digest_sign_check(OSSL_FIPS_IND *ind, int id, in ossl_fips_ind_digest_sign_check() argument
127 if (!ossl_FIPS_IND_on_unapproved(ind, id, libctx, desc, op, in ossl_fips_ind_digest_sign_check()
/src/crypto/openssl/crypto/ocsp/
H A Dv3_ocsp.c40 BIO *bp, int ind);
91 int ind) in i2r_ocsp_crlid() argument
95 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) in i2r_ocsp_crlid()
103 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) in i2r_ocsp_crlid()
111 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) in i2r_ocsp_crlid()
124 BIO *bp, int ind) in i2r_ocsp_acutoff() argument
126 if (BIO_printf(bp, "%*s", ind, "") <= 0) in i2r_ocsp_acutoff()
210 BIO *bp, int ind) in i2r_ocsp_serviceloc() argument
216 if (BIO_printf(bp, "%*sIssuer: ", ind, "") <= 0) in i2r_ocsp_serviceloc()
222 if (BIO_printf(bp, "\n%*s", (2 * ind), "") <= 0) in i2r_ocsp_serviceloc()
/src/contrib/flex/src/
H A Dccl.c40 int ind, len, i; in ccl_contains() local
43 ind = cclmap[cclp]; in ccl_contains()
46 if (ccltbl[ind + i] == ch) in ccl_contains()
57 int ind, len, newpos, i; in ccladd() local
62 ind = cclmap[cclp]; in ccladd()
67 if (ccltbl[ind + i] == ch) in ccladd()
74 newpos = ind + len; in ccladd()
/src/crypto/krb5/src/kdc/
H A Dauthind.c38 authind_contains(krb5_data *const *indicators, const char *ind) in authind_contains() argument
41 if (data_eq_string(**indicators, ind)) in authind_contains()
49 authind_add(krb5_context context, const char *ind, krb5_data ***indicators) in authind_add() argument
56 if (data_eq_string(*list[count], ind)) in authind_add()
67 d = string2data((char *)ind); in authind_add()
/src/contrib/jemalloc/scripts/
H A Dgen_run_tests.py64 ind = 0 variable
125 chmod 755 run_test_%(ind)d.sh""" % {'ind': ind, 'config_line': config_line,
127 ind += 1
130 ' -P %(nparallel)d -n 1 sh' % {'last_ind': ind-1, 'nparallel': nparallel})
/src/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_007_pos.ksh105 typeset -i ind=0
108 (( ind = i * 2 ))
110 (( ind = i * 2 + 1 ))
113 $ECHO ${values[$ind]}
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_007_pos.ksh115 typeset -i ind=0
118 (( ind = i * 2 ))
120 (( ind = i * 2 + 1 ))
123 echo ${values[$ind]}
/src/crypto/krb5/src/lib/gssapi/spnego/
H A Dnegoex_trace.c51 trace_auth_scheme(spnego_gss_ctx_id_t ctx, const char *prefix, int ind, in trace_auth_scheme() argument
61 prefix, ind, szAuthScheme); in trace_auth_scheme()
79 int ind = 0; in negoex_trace_ctx_auth_schemes() local
82 trace_auth_scheme(ctx, prefix, ind++, mech->scheme); in negoex_trace_ctx_auth_schemes()

1234567