Searched refs:startidx (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/contrib/tcpdump/ |
| HD | util-print.c | 773 u_int startidx; in print_txt_line() local 777 startidx = idx; in print_txt_line() 786 linelen = idx - startidx; in print_txt_line() 801 linelen = idx - startidx; in print_txt_line() 827 linelen = idx - startidx; in print_txt_line() 828 ND_PRINT("%s%.*s", prefix, (int)linelen, pptr + startidx); in print_txt_line() 832 ND_PRINT("%s%.*s", prefix, (int)linelen, pptr + startidx); in print_txt_line()
|
| /freebsd-14-stable/contrib/unbound/util/ |
| HD | winsock_event.c | 236 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-14-stable/crypto/openssh/ |
| HD | xmss_fast.c | 454 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-14-stable/sys/dev/iwn/ |
| HD | if_iwnvar.h | 146 int startidx; member
|
| HD | if_iwn.c | 3268 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-14-stable/contrib/ofed/libcxgb4/ |
| HD | t4fw_api.h | 2804 __be16 startidx; member
|
| /freebsd-14-stable/sys/dev/cxgbe/common/ |
| HD | t4_hw.c | 5521 cmd.startidx = cpu_to_be16(start); in t4_config_rss_range()
|
| /freebsd-14-stable/sys/dev/cxgbe/firmware/ |
| HD | t4fw_interface.h | 8295 __be16 startidx; member
|