| /freebsd/stand/common/ |
| H A D | merge_help.awk | 11 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 …]
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_collapse.cpp | 113 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 …]
|
| /freebsd/lib/libcam/ |
| H A D | scsi_cmdparse.c | 107 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 …]
|
| /freebsd/crypto/openssl/providers/fips/ |
| H A D | fipsindicator.c | 16 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 …]
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | hextolfp.c | 22 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 D | atolfp.c | 38 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()
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_rollback/ |
| H A D | zfs_rollback_common.kshlib | 88 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 …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rollback/ |
| H A D | zfs_rollback_common.kshlib | 92 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 …]
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_inlines_a.h | 60 arena_get(tsdn_t *tsdn, unsigned ind, bool init_if_missing) { in arena_tdata_get() argument 63 assert(ind < MALLOCX_ARENA_LIMIT); in arena_tdata_get() 65 ret = (arena_t *)atomic_load_p(&arenas[ind], ATOMIC_ACQUIRE); in arena_tdata_get() 68 ret = arena_init(tsdn, ind, &arena_config_default); in arena_tdata_get() 85 arena_get(tsdn_t * tsdn,unsigned ind,bool init_if_missing) arena_get() argument 101 decay_ticker_get(tsd_t * tsd,unsigned ind) decay_ticker_get() argument
|
| H A D | jemalloc_internal_externs.h | 61 void arena_set(unsigned ind, arena_t *arena); 63 arena_t *arena_init(tsdn_t *tsdn, unsigned ind, const arena_config_t *config);
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_admis.c | 54 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 …]
|
| /freebsd/crypto/openssl/providers/fips/include/fips/ |
| H A D | fipsindicator.h | 65 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 …]
|
| /freebsd/crypto/openssl/providers/common/ |
| H A D | securitycheck_fips.c | 36 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()
|
| /freebsd/crypto/openssl/crypto/ocsp/ |
| H A D | v3_ocsp.c | 40 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()
|
| /freebsd/contrib/flex/src/ |
| H A D | ccl.c | 40 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()
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | authind.c | 38 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()
|
| /freebsd/contrib/jemalloc/scripts/ |
| H A D | gen_run_tests.py | 64 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})
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/ |
| H A D | zfs_mount_007_pos.ksh | 105 typeset -i ind=0 108 (( ind = i * 2 )) 110 (( ind = i * 2 + 1 )) 113 $ECHO ${values[$ind]}
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | base.c | 40 base_map(tsdn_t *tsdn, ehooks_t *ehooks, unsigned ind, size_t size) { in base_map() 62 base_unmap(tsdn_t *tsdn, ehooks_t *ehooks, unsigned ind, void *addr, in base_unmap() 243 base_block_alloc(tsdn_t *tsdn, base_t *base, ehooks_t *ehooks, unsigned ind, 265 base_block_t *block = (base_block_t *)base_map(tsdn, ehooks, ind, in base_block_alloc() 345 base_new(tsdn_t *tsdn, unsigned ind, const extent_hooks_t *extent_hooks, in b0get() 358 (extent_hooks_t *)&ehooks_default_extent_hooks, ind); in base_new() 360 base_block_t *block = base_block_alloc(tsdn, NULL, &fake_ehooks, ind, in base_new() 371 ehooks_init(&base->ehooks, (extent_hooks_t *)extent_hooks, ind); in base_new() 374 (extent_hooks_t *)&ehooks_default_extent_hooks, ind); in base_new() 377 base_unmap(tsdn, &fake_ehooks, ind, bloc in base_new() 32 base_map(tsdn_t * tsdn,extent_hooks_t * extent_hooks,unsigned ind,size_t size) base_map() argument 55 base_unmap(tsdn_t * tsdn,extent_hooks_t * extent_hooks,unsigned ind,void * addr,size_t size) base_unmap() argument 249 base_block_alloc(tsdn_t * tsdn,base_t * base,extent_hooks_t * extent_hooks,unsigned ind,pszind_t * pind_last,size_t * extent_sn_next,size_t size,size_t alignment) base_block_alloc() argument 350 base_new(tsdn_t * tsdn,unsigned ind,extent_hooks_t * extent_hooks) base_new() argument [all...] |
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_007_pos.ksh | 115 typeset -i ind=0 118 (( ind = i * 2 )) 120 (( ind = i * 2 + 1 )) 123 echo ${values[$ind]}
|
| /freebsd/crypto/krb5/src/lib/gssapi/spnego/ |
| H A D | negoex_trace.c | 51 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()
|
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_srq.c | 461 int ind; in mthca_free_srq_wqe() local 464 ind = wqe_addr >> srq->wqe_shift; in mthca_free_srq_wqe() 469 *wqe_to_link(last_free) = ind; in mthca_free_srq_wqe() 470 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1); in mthca_free_srq_wqe() 471 *wqe_to_link(get_wqe(srq, ind)) = -1; in mthca_free_srq_wqe() 472 srq->last_free = ind; in mthca_free_srq_wqe() 485 int ind; in mthca_tavor_post_srq_recv() local 497 ind = srq->first_free; in mthca_tavor_post_srq_recv() 498 wqe = get_wqe(srq, ind); in mthca_tavor_post_srq_recv() 534 srq->wrid[ind] = wr->wr_id; in mthca_tavor_post_srq_recv() [all …]
|
| /freebsd/lib/libc/stdlib/ |
| H A D | atexit.c | 69 int ind; /* next index in this table */ member 101 else while (p->ind >= ATEXIT_SIZE) { in atexit_register() 116 p->ind = 0; in atexit_register() 120 p->fns[p->ind++] = *fptr; in atexit_register() 221 for (n = p->ind; --n >= 0;) { in __cxa_finalize()
|
| /freebsd/crypto/heimdal/lib/kafs/ |
| H A D | common.c | 177 int ind = *idx; in find_cells() local 190 for(i = 0; i < ind; i++) in find_cells() 193 if(i == ind){ in find_cells() 196 tmp = realloc(*cells, (ind + 1) * sizeof(**cells)); in find_cells() 200 (*cells)[ind] = strdup(cell); in find_cells() 201 if ((*cells)[ind] == NULL) in find_cells() 203 ++ind; in find_cells() 207 *idx = ind; in find_cells()
|
| /freebsd/bin/sh/ |
| H A D | show.c | 65 shtree(union node *n, int ind, char *pfx, FILE *fp) in shtree() argument 73 indent(ind, pfx, fp); in shtree() 84 shtree(n->nbinary.ch1, ind, NULL, fp); in shtree() 87 shtree(n->nbinary.ch2, ind, NULL, fp); in shtree() 91 if (ind >= 0) in shtree() 102 if (ind >= 0) in shtree() 107 if (ind >= 0) in shtree()
|