Home
last modified time | relevance | path

Searched refs:skip_count (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/ntp/lib/isc/
Dbacktrace.c94 int skip_count; member
102 if (arg->skip_count > 0) in btcallback()
103 arg->skip_count--; in btcallback()
120 arg.skip_count = 1; in isc_backtrace_gettrace()
/freebsd-9-stable/contrib/bind9/lib/isc/
Dbacktrace.c96 int skip_count; member
104 if (arg->skip_count > 0) in btcallback()
105 arg->skip_count--; in btcallback()
122 arg.skip_count = 1; in isc_backtrace_gettrace()
/freebsd-9-stable/usr.bin/gzip/
Dgzip.c747 int flags = 0, skip_count = 0; in gz_uncompress() local
846 skip_count = 6; in gz_uncompress()
851 if (skip_count > 0) { in gz_uncompress()
852 skip_count--; in gz_uncompress()
863 skip_count = *z.next_in; in gz_uncompress()
869 skip_count |= ((*z.next_in) << 8); in gz_uncompress()
875 if (skip_count > 0) { in gz_uncompress()
876 skip_count--; in gz_uncompress()
904 skip_count = 2; in gz_uncompress()
906 skip_count = 0; in gz_uncompress()
[all …]
/freebsd-9-stable/contrib/ntp/lib/isc/win32/
Dsocket.c955 size_t skip_count; in build_msghdr_send() local
995 skip_count = dev->n; in build_msghdr_send()
998 if (skip_count < isc_buffer_usedlength(buffer)) in build_msghdr_send()
1000 skip_count -= isc_buffer_usedlength(buffer); in build_msghdr_send()
1010 int uselen = used.length - skip_count; in build_msghdr_send()
1021 memcpy(cpbuffer->buf,(used.base + skip_count), uselen); in build_msghdr_send()
1024 iov[iovcount].len = used.length - skip_count; in build_msghdr_send()
1026 skip_count = 0; in build_msghdr_send()
1032 INSIST(skip_count == 0); in build_msghdr_send()
/freebsd-9-stable/sys/dev/mpr/
Dmpr_mapping.c751 u32 skip_count, end_of_table, map_idx, enc_idx; in _mapping_find_enc_map_space() local
759 skip_count = sc->num_rsvd_entries; in _mapping_find_enc_map_space()
772 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
786 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
813 skip_count); map_idx < end_of_table; map_idx++) { in _mapping_find_enc_map_space()
/freebsd-9-stable/sys/dev/mps/
Dmps_mapping.c752 u32 skip_count, end_of_table, map_idx, enc_idx; in _mapping_find_enc_map_space() local
760 skip_count = sc->num_rsvd_entries; in _mapping_find_enc_map_space()
773 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
787 for (map_idx = (max_num_phy_ids + skip_count); in _mapping_find_enc_map_space()
814 skip_count); map_idx < end_of_table; map_idx++) { in _mapping_find_enc_map_space()
/freebsd-9-stable/contrib/ntp/lib/isc/unix/
Dsocket.c1309 size_t skip_count; in build_msghdr_send() local
1341 skip_count = dev->n; in build_msghdr_send()
1344 if (skip_count < isc_buffer_usedlength(buffer)) in build_msghdr_send()
1346 skip_count -= isc_buffer_usedlength(buffer); in build_msghdr_send()
1357 + skip_count); in build_msghdr_send()
1358 iov[iovcount].iov_len = used.length - skip_count; in build_msghdr_send()
1359 write_count += (used.length - skip_count); in build_msghdr_send()
1360 skip_count = 0; in build_msghdr_send()
1366 INSIST(skip_count == 0U); in build_msghdr_send()
/freebsd-9-stable/contrib/bind9/lib/isc/unix/
Dsocket.c1344 size_t skip_count; in build_msghdr_send() local
1376 skip_count = dev->n; in build_msghdr_send()
1379 if (skip_count < isc_buffer_usedlength(buffer)) in build_msghdr_send()
1381 skip_count -= isc_buffer_usedlength(buffer); in build_msghdr_send()
1392 + skip_count); in build_msghdr_send()
1393 iov[iovcount].iov_len = used.length - skip_count; in build_msghdr_send()
1394 write_count += (used.length - skip_count); in build_msghdr_send()
1395 skip_count = 0; in build_msghdr_send()
1401 INSIST(skip_count == 0U); in build_msghdr_send()
/freebsd-9-stable/sys/netinet/
Dsctp_output.c2051 goto skip_count; in sctp_add_addresses_to_i_ia()
2092 skip_count: in sctp_add_addresses_to_i_ia()
/freebsd-9-stable/contrib/gnu-sort/
DChangeLog253 numbered_lines, skip_count, use_esc_sequence, use_cntrl_prefix,