Searched refs:ind (Results 1 - 25 of 87) sorted by relevance

1234

/freebsd-current/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, "lin
[all...]
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dbase_inlines.h6 return base->ind;
H A Djemalloc_internal_inlines_a.h60 arena_tdata_get(tsd_t *tsd, unsigned ind, bool refresh_if_missing) { argument
66 return arena_tdata_get_hard(tsd, ind);
68 if (unlikely(ind >= tsd_narenas_tdata_get(tsd))) {
70 * ind is invalid, cache is old (too small), or tdata to be
73 return (refresh_if_missing ? arena_tdata_get_hard(tsd, ind) :
77 tdata = &arenas_tdata[ind];
81 return arena_tdata_get_hard(tsd, ind);
85 arena_get(tsdn_t *tsdn, unsigned ind, bool init_if_missing) { argument
88 assert(ind < MALLOCX_ARENA_LIMIT);
90 ret = (arena_t *)atomic_load_p(&arenas[ind], ATOMIC_ACQUIR
[all...]
H A Djemalloc_internal_externs.h42 void arena_set(unsigned ind, arena_t *arena);
44 arena_t *arena_init(tsdn_t *tsdn, unsigned ind, extent_hooks_t *extent_hooks);
45 arena_tdata_t *arena_tdata_get_hard(tsd_t *tsd, unsigned ind);
H A Dbase_structs.h22 unsigned ind; member in struct:base_s
H A Djemalloc_internal_inlines_b.h50 unsigned ind = percpu_arena_choose(); local
51 if (arena_ind_get(ret) != ind) {
52 percpu_arena_update(tsd, ind);
H A Dbackground_thread_inlines.h22 background_thread_info_get(size_t ind) { argument
23 return &background_thread_info[ind % max_background_threads];
H A Dtcache_externs.h42 void tcaches_flush(tsd_t *tsd, unsigned ind);
43 void tcaches_destroy(tsd_t *tsd, unsigned ind);
H A Dbase_externs.h8 base_t *base_new(tsdn_t *tsdn, unsigned ind, extent_hooks_t *extent_hooks);
/freebsd-current/contrib/ntp/libntp/
H A Dhextolfp.c22 char *ind = NULL; local
38 (ind = strchr(digits, *cp)) != NULL) {
40 dec_i += ((ind - digits) > 15)
41 ? (u_long)(ind - digits - 6)
42 : (u_long)(ind - digits);
46 if ((cp - cpstart) < 8 || ind == NULL)
53 (ind = strchr(digits, *cp)) != NULL) {
55 dec_f += ((ind - digits) > 15)
56 ? (u_long)(ind - digits - 6)
57 : (u_long)(ind
[all...]
H A Datolfp.c38 char *ind; local
69 while (*cp != '\0' && (ind = strchr(digits, *cp)) != NULL) {
71 dec_i += (u_long)(ind - digits);
80 && (ind = strchr(digits, *cp)) != NULL) {
83 dec_f += (u_long)(ind - digits);
/freebsd-current/lib/libcam/
H A Dscsi_cmdparse.c107 int ind = 0; local
187 if (ind >= len) {
191 bits = buff[ind++];
213 if (ind + width > len) {
219 ARG_PUT(buff[ind]);
220 ind++;
224 ARG_PUT(buff[ind] << 8 | buff[ind + 1]);
225 ind += 2;
229 ARG_PUT(buff[ind] << 1
550 int ind; local
[all...]
/freebsd-current/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
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp113 for (kmp_index_t ind = 0; ind < n; ++ind) {
114 auto bounds = &(original_bounds_nest[ind]);
310 kmp_index_t ind) {
312 T iv = static_cast<T>(original_ivs[ind]);
326 // Calculate one iv corresponding to iteration on the level ind.
332 const kmp_iterations_t iterations, kmp_index_t ind,
343 auto iteration = iterations[ind];
348 original_ivs[ind]
308 kmp_iv_is_in_upper_bound_XX(const bounds_infoXX_template<T> *bounds, const kmp_point_t original_ivs, kmp_index_t ind) argument
330 kmp_calc_one_iv_XX(const bounds_infoXX_template<T> *bounds, kmp_point_t original_ivs, const kmp_iterations_t iterations, kmp_index_t ind, bool start_with_lower_bound, bool checkBounds) argument
357 kmp_calc_one_iv(const bounds_info_t *bounds, kmp_point_t original_ivs, const kmp_iterations_t iterations, kmp_index_t ind, bool start_with_lower_bound, bool checkBounds) argument
399 kmp_calc_one_iv_rectang_XX(const bounds_infoXX_template<T> *bounds, kmp_uint64 *original_ivs, const kmp_iterations_t iterations, kmp_index_t ind) argument
415 kmp_calc_one_iv_rectang(const bounds_info_t *bounds, kmp_uint64 *original_ivs, const kmp_iterations_t iterations, kmp_index_t ind) argument
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_007_pos.ksh114 typeset -i ind=0
117 (( ind = i * 2 ))
119 (( ind = i * 2 + 1 ))
122 echo ${values[$ind]}
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_common.kshlib91 typeset -i ind=0
101 ind=0
102 while (( ind < cnt )); do
105 eval typeset snap=\$FSSNAP$ind
106 eval typeset clone=\$FSCLONE$ind
107 eval typeset fname=\$TESTDIR/\$TESTFILE$ind
110 eval typeset snap=\$VOLSNAP$ind
111 eval typeset clone=\$VOLCLONE$ind
112 eval typeset fname=\$TESTDIR1/\$TESTFILE$ind
152 (( ind
[all...]
/freebsd-current/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]}
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_admis.c54 BIO *bp, int ind);
72 BIO *bp, int ind)
84 if (BIO_printf(bp, "%*snamingAuthority: ", ind, "") <= 0)
91 if (BIO_printf(bp, "%*s admissionAuthorityId: ", ind, "") <= 0)
101 if (BIO_printf(bp, "%*s namingAuthorityText: ", ind, "") <= 0
107 if (BIO_printf(bp, "%*s namingAuthorityUrl: ", ind, "") <= 0
119 BIO *bp, int ind)
125 if (BIO_printf(bp, "%*sadmissionAuthority:\n", ind, "") <= 0
126 || BIO_printf(bp, "%*s ", ind, "") <= 0
135 if (BIO_printf(bp, "%*sEntry %0d:\n", ind, "",
71 i2r_NAMING_AUTHORITY(const struct v3_ext_method *method, void *in, BIO *bp, int ind) argument
118 i2r_ADMISSION_SYNTAX(const struct v3_ext_method *method, void *in, BIO *bp, int ind) argument
[all...]
/freebsd-current/crypto/openssl/crypto/ocsp/
H A Dv3_ocsp.c42 BIO *bp, int ind);
111 int ind)
115 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0)
123 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0)
131 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0)
144 BIO *bp, int ind)
146 if (BIO_printf(bp, "%*s", ind, "") <= 0)
154 int ind)
156 if (BIO_printf(bp, "%*s", ind, "") <= 0)
240 BIO *bp, int ind)
110 i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) argument
143 i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, BIO *bp, int ind) argument
153 i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind) argument
239 i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) argument
[all...]
/freebsd-current/contrib/flex/src/
H A Dccl.c40 int ind, len, i; local
43 ind = cclmap[cclp];
46 if (ccltbl[ind + i] == ch)
57 int ind, len, newpos, i; local
62 ind = cclmap[cclp];
67 if (ccltbl[ind + i] == ch)
74 newpos = ind + len;
/freebsd-current/lib/libc/stdlib/
H A Datexit.c66 int ind; /* next index in this table */ member in struct:atexit
98 else while (p->ind >= ATEXIT_SIZE) {
113 p->ind = 0;
117 p->fns[p->ind++] = *fptr;
212 for (n = p->ind; --n >= 0;) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_common.kshlib80 typeset -i ind
81 ((ind = RANDOM % count))
82 eval str=\${str}\${$char_set[\$ind]}
/freebsd-current/crypto/heimdal/lib/kafs/
H A Dcommon.c177 int ind = *idx; local
190 for(i = 0; i < ind; i++)
193 if(i == ind){
196 tmp = realloc(*cells, (ind + 1) * sizeof(**cells));
200 (*cells)[ind] = strdup(cell);
201 if ((*cells)[ind] == NULL)
203 ++ind;
207 *idx = ind;
/freebsd-current/usr.bin/sort/
H A Dcoll.h162 struct key_value *get_key_from_keys_array(struct keys_array *ka, size_t ind);
163 void set_key_on_keys_array(struct keys_array *ka, struct bwstring *s, size_t ind);
/freebsd-current/contrib/jemalloc/src/
H A Dbase.c32 base_map(tsdn_t *tsdn, extent_hooks_t *extent_hooks, unsigned ind, size_t size) { argument
47 &zero, &commit, ind);
55 base_unmap(tsdn_t *tsdn, extent_hooks_t *extent_hooks, unsigned ind, void *addr, argument
87 ind)) {
92 ind)) {
97 size, ind)) {
102 ind)) {
249 unsigned ind, pszind_t *pind_last, size_t *extent_sn_next, size_t size,
270 base_block_t *block = (base_block_t *)base_map(tsdn, extent_hooks, ind,
350 base_new(tsdn_t *tsdn, unsigned ind, extent_hooks_ argument
248 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) argument
[all...]

Completed in 300 milliseconds

1234