Searched refs:ndx (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-10.2-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c880 int ndx; local
885 ndx = 0;
886 while (resume_ptr[ndx].thread != -1 && resume_ptr[ndx].thread != entry->id)
887 ndx++;
889 process->resume = &resume_ptr[ndx];
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_chu.c352 int ndx; /* buffer start index */ member in struct:chuunit
1014 up->ndx = 0;
1016 up->ndx = 0;
1023 if (up->ndx < BURST) {
1024 up->cbuf[up->ndx] = hexhex & 0xff;
1025 up->cstamp[up->ndx] = cstamp;
1026 up->ndx++;
1054 if (up->ndx < MINCHARS) {
1059 for (i = 0; i < 5 && i < up->ndx - 5; i++)
1070 chu_a(peer, up->ndx);
[all...]
/freebsd-10.2-release/sys/cddl/dev/fbt/
H A Dfbt.c459 int ndx; local
469 ndx = FBT_ADDR2NDX(fbt->fbtp_patchpoint);
471 hash = fbt_probetab[ndx];
482 fbt_probetab[ndx] = fbt->fbtp_hashnext;
1244 int ndx = desc->dtargd_ndx; local
1307 if (ndx > 1)
1309 ASSERT(ndx == 1);
1312 if (ndx >= n)
1316 dp += ndx + 1;
1320 desc->dtargd_ndx = ndx;
[all...]
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c879 uint16_t sel = 0, ndx, type; local
910 ndx = IDXSEL(sel);
918 if (ndx > p->p_md.md_ldt->ldt_len)
922 p->p_md.md_ldt[ndx].ldt_base;
924 if (ndx > max_ldt_segment)
928 p->p_md.md_ldt[ndx].ldt_base;
932 if (ndx >= NGDT)
936 desc = &gdt[ndx].sd;
938 desc = &gdt[ndx];
/freebsd-10.2-release/sys/dev/dpt/
H A Ddpt_scsi.c496 int ndx; local
560 for (ndx = 0;
561 (ndx < 20000)
563 ndx++) {
595 int ndx; local
651 for (ndx = 0;
652 (ndx < 20000) &&
654 ndx++) {
2274 int ndx;
2282 for (ndx
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c144 #define DT_REC(type, ndx) *((type *)((uintptr_t)data->dtpda_data + \
145 epd->dtepd_rec[(ndx)].dtrd_offset))
H A Ddt_link.c1191 int fd, i, ndx, eprobe, mod = 0; local
1507 ndx = GELF_R_SYM(rela.r_info);
1509 if (gelf_getsym(data_sym, ndx, &rsym) == NULL ||
1614 * Our linker doesn't understand the SUNW_IGNORE ndx and
1651 (void) gelf_update_sym(data_sym, ndx, &rsym);
/freebsd-10.2-release/crypto/openssh/
H A Dumac.c193 * 'ndx' causes a distinct byte stream.
195 static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes) argument
203 in_buf[AES_BLOCK_LEN-9] = ndx;
245 /* 'ndx' indicates that we'll be using the 0th or 1st eight bytes
246 * of the AES output. If last time around we returned the ndx-1st
262 int ndx = nonce[7] & LOW_BIT_MASK; local
276 *((UINT32 *)buf) ^= ((UINT32 *)pc->cache)[ndx];
278 *((UINT64 *)buf) ^= ((UINT64 *)pc->cache)[ndx];
/freebsd-10.2-release/sys/dev/sf/
H A Dif_sf.c1938 int i, ndx; local
1946 ndx = 0;
1949 csr_write_4(sc, SF_TXGFP_MEM_BASE + ndx * 4, gfpinst);
1951 csr_write_4(sc, SF_TXGFP_MEM_BASE + (ndx + 1) * 4, gfpinst);
1953 ndx += 2;
1959 ndx = 0;
1962 csr_write_4(sc, SF_RXGFP_MEM_BASE + (ndx * 4), gfpinst);
1964 csr_write_4(sc, SF_RXGFP_MEM_BASE + (ndx + 1) * 4, gfpinst);
1966 ndx += 2;
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2370 uint32_t i, ndx, size, fsize; local
2485 ndx = hashval % agb->dtagb_hashsize;
2487 for (key = agb->dtagb_hash[ndx]; key != NULL; key = key->dtak_next) {
2605 key->dtak_next = agb->dtagb_hash[ndx];
2606 agb->dtagb_hash[ndx] = key;
3148 uint64_t ndx)
3155 ndx = v - DIF_VAR_ARG0;
3162 if (ndx >= sizeof (mstate->dtms_arg) /
3172 mstate->dtms_probe->dtpr_arg, ndx, aframes);
3174 val = dtrace_getarg(ndx, aframe
3147 dtrace_dif_variable(dtrace_mstate_t *mstate, dtrace_state_t *state, uint64_t v, uint64_t ndx) argument
[all...]
H A Dfasttrap.c1365 int i, ndx; local
1376 ndx = (probe->ftp_argmap != NULL) ?
1380 for (i = 0; i < ndx; i++) {
/freebsd-10.2-release/sys/cddl/dev/sdt/
H A Dsdt.c227 if (desc->dtargd_ndx == argtype->ndx) {
/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c6402 int ndx;
6403 for (ndx = 0; ndx < argbuf_index; ndx++)
6404 add_sysrooted_prefix (&startfile_prefixes, argbuf[ndx], "BINUTILS",
6376 int ndx; local
/freebsd-10.2-release/sys/sys/
H A Dsdt.h388 int ndx; /* Argument index. */ member in struct:sdt_argtype
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Drs6000.c15320 int ndx;
15324 ndx = 0;
15331 RTVEC_ELT (p, ndx) =
15334 ndx++;
15337 gcc_assert (ndx == count);
15287 int ndx; local

Completed in 309 milliseconds

12