Searched refs:startidx (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/unbound/util/
H A Dwinsock_event.c236 int i, numwait = 0, startidx = 0, was_timeout = 0; local
291 startidx = ret - WSA_WAIT_EVENT_0;
293 verbose(VERB_CLIENT, "winsock_event wake was_timeout=%d startidx=%d",
294 was_timeout, startidx);
302 startidx = 0; /* process all events, some are sticky */
303 for(i=startidx; i<numwait; i++)
307 for(i=startidx; i<numwait; i++) {
320 for(i=startidx; i<numwait; i++) {
/freebsd-current/contrib/tcpdump/
H A Dutil-print.c765 u_int startidx; local
769 startidx = idx;
778 linelen = idx - startidx;
793 linelen = idx - startidx;
819 linelen = idx - startidx;
820 ND_PRINT("%s%.*s", prefix, (int)linelen, pptr + startidx);
825 ND_PRINT("%s%.*s", prefix, (int)linelen, pptr + startidx);
/freebsd-current/crypto/openssh/
H A Dxmss_fast.c454 unsigned int startidx; local
506 startidx = leaf_idx + 1 + 3 * (1 << i);
507 if (startidx < 1U << h) {
509 state->treehash[i].next_idx = startidx;
/freebsd-current/sys/dev/iwn/
H A Dif_iwnvar.h146 int startidx; member in struct:iwn_node::__anon2878
H A Dif_iwn.c3268 wn->agg[tid].startidx);
3273 shift = wn->agg[tid].startidx - ((le16toh(ba->seq) >> 4) & 0xff);
3292 for (i = wn->agg[tid].startidx;
3942 wn->agg[tid].startidx = start;
3952 i != wn->agg[tid].startidx;
3963 ring->read = wn->agg[tid].startidx;
/freebsd-current/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2804 __be16 startidx; member in struct:fw_rss_ind_tbl_cmd
/freebsd-current/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h8293 __be16 startidx; member in struct:fw_rss_ind_tbl_cmd
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4_hw.c5521 cmd.startidx = cpu_to_be16(start);

Completed in 380 milliseconds