Home
last modified time | relevance | path

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

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