Searched refs:idx (Results 1 - 25 of 2037) sorted by path

1234567891011>>

/freebsd-current/bin/sh/
H A Deval.c789 safe_builtin(int idx, int argc, char **argv) argument
792 if (safe_builtin_always(idx))
794 if (idx == EXPORTCMD || idx == TRAPCMD || idx == ULIMITCMD ||
795 idx == UMASKCMD)
797 if (idx == SETCMD)
H A Dexec.c105 shellexec(char **argv, char **envp, const char *path, int idx) argument
117 if (--idx < 0 && opt == NULL) {
304 int idx; local
309 idx = cmdp->param.index;
314 } while (--idx >= 0);
348 int idx; local
391 idx = -1;
394 idx++;
438 cmdp->param.index = idx;
H A Djobs.c1005 vforkexecshell(struct job *jp, char **argv, char **envp, const char *path, int idx, int pip[2]) argument
1036 shellexec(argv, envp, path, idx);
H A Dmkbuiltins93 safe_builtin_always(int idx)
113 printf "idx == " toupper($1)
H A Doptions.c277 setoptionbyindex(int idx, int val) argument
279 if (&optval[idx] == &privileged && !val && privileged) {
285 optval[idx] = val;
288 if (&optval[idx] == &Vflag)
290 else if (&optval[idx] == &Eflag)
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c43 int idx; local
49 for (idx = 0; idx < 10; idx++) {
54 odd = idx % 2 == 1 ? "true" : "false";
55 even = idx % 2 == 0 ? "true" : "false";
56 action = idx == 7 ? "ignore" : "print";
58 asprintf(&json, FMT, size, idx, odd, even, action);
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_map.c471 dt_strdata_lookup(dtrace_hdl_t *dtp, int idx) argument
473 if (idx == 0 || idx > dtp->dt_maxstrdata)
479 return (dtp->dt_strdata[idx - 1]);
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c905 debug(3, "Resurrected label %s type idx %d\n", label, lastidx);
1383 int idx, i; local
1396 idx = resurrect_labels(h, td, buf, label);
1400 resurrect_types(h, td, tdarr, ntypes + 1, buf, idx);
H A Dctfmerge.c764 int c, i, idx, tidx, err; local
892 for (idx = 0, tidx = 1; tidx < nifiles; tidx++) {
893 if (strcmp(ifiles[idx], tifiles[tidx]) != 0)
894 ifiles[++idx] = tifiles[tidx];
896 nifiles = idx + 1;
H A Dtdata.c279 tdata_label_add(tdata_t *td, const char *label, int idx) argument
284 le->le_idx = (idx == -1 ? td->td_nextid - 1 : idx);
/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_math.h66 v_lookup_f32 (const float *tab, uint32x4_t idx) argument
68 return (float32x4_t){tab[idx[0]], tab[idx[1]], tab[idx[2]], tab[idx[3]]};
71 v_lookup_u32 (const uint32_t *tab, uint32x4_t idx) argument
73 return (uint32x4_t){tab[idx[0]], tab[idx[1]], tab[idx[2]], tab[idx[
114 v_lookup_f64(const double *tab, uint64x2_t idx) argument
119 v_lookup_u64(const uint64_t *tab, uint64x2_t idx) argument
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/
H A Dexp.c83 uint64_t ki, idx, top, sbits; local
131 idx = 2 * (ki % N);
133 tail = asdouble (T[idx]);
135 sbits = T[idx + 1] + top;
H A Dexp2.c79 uint64_t ki, idx, top, sbits; local
113 idx = 2 * (ki % N);
115 tail = asdouble (T[idx]);
117 sbits = T[idx + 1] + top;
H A Dpow.c176 uint64_t ki, idx, top, sbits; local
223 idx = 2 * (ki % N);
225 tail = asdouble (T[idx]);
227 sbits = T[idx + 1] + top;
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dexp.c83 uint64_t ki, idx, top, sbits; local
131 idx = 2 * (ki % N);
133 tail = asdouble (T[idx]);
135 sbits = T[idx + 1] + top;
H A Dfinite_pow.h182 uint64_t idx = ki & (N_EXP - 1); local
185 uint64_t sbits = SBits[idx] + top;
230 uint64_t idx = ki & (N_EXP - 1); local
233 uint64_t sbits = SBits[idx] + top;
H A Dsv_exp2_2u.c86 svuint64_t idx = svand_x (pg, ki, N - 1); local
87 svuint64_t sbits = svld1_gather_index (pg, __v_exp_data, idx);
H A Dsv_pow_1u5.c265 svuint64_t idx = svand_x (pg, ki, N_EXP - 1); local
269 svuint64_t sbits = svld1_gather_index (pg, __v_pow_exp_data.sbits, idx);
H A Dv_erfinv_25u.c25 uint8x16_t idx; member in struct:data
61 .idx = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
82 lookup (const double *c, uint8x16_t idx) argument
85 return vreinterpretq_f64_u8 (vqtbl1q_u8 (vreinterpretq_u8_f64 (x), idx));
131 uint8x16_t idx = vaddq_u8 (d->idx, off); local
136 float64x2_t p = lookup (&d->P[7][0], idx);
142 p = vfmaq_f64 (lookup (&d->P[i][0], idx), p, t);
143 q = vfmaq_f64 (lookup (&d->Q[i][0], idx), q, t);
H A Dv_erfinvf_5u.c79 lookup (float32x4_t tbl, uint8x16_t idx) argument
81 return vreinterpretq_f32_u8 (vqtbl1q_u8 (vreinterpretq_u8_f32 (tbl), idx));
125 two pairs of coeffs, so we need two idx vectors - one for each pair. */
H A Dv_math.h70 v_lookup_f32 (const float *tab, uint32x4_t idx) argument
72 return (float32x4_t){ tab[idx[0]], tab[idx[1]], tab[idx[2]], tab[idx[3]] };
75 v_lookup_u32 (const uint32_t *tab, uint32x4_t idx) argument
77 return (uint32x4_t){ tab[idx[0]], tab[idx[1]], tab[idx[2]], tab[idx[
131 v_lookup_f64(const double *tab, uint64x2_t idx) argument
136 v_lookup_u64(const uint64_t *tab, uint64x2_t idx) argument
[all...]
H A Dv_pow_1u5.c145 uint64x2_t idx = vandq_u64 (ki, v_u64 (N_EXP - 1)); local
148 uint64x2_t sbits = v_lookup_u64 (SBits, idx);
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dprocess.cpp137 impl::argv_array::operator[](int idx)
140 return m_args[idx].c_str();
/freebsd-current/contrib/atf/atf-c/detail/
H A Dlist.c274 atf_list_index(atf_list_t *list, const size_t idx) argument
278 PRE(idx < atf_list_size(list));
283 while (pos < idx &&
293 atf_list_index_c(const atf_list_t *list, const size_t idx) argument
297 PRE(idx < atf_list_size(list));
302 while (pos < idx &&
/freebsd-current/contrib/bc/include/
H A Dhistory.h301 size_t idx; member in struct:BcHistory

Completed in 590 milliseconds

1234567891011>>