Home
last modified time | relevance | path

Searched refs:oldcount (Results 1 – 9 of 9) sorted by relevance

/src/usr.bin/locate/code/
H A Dlocate.code.c105 int ch, code, count, diffcount, oldcount; in main() local
143 oldcount = 0; in main()
164 diffcount = count - oldcount + OFFSET; in main()
165 oldcount = count; in main()
/src/contrib/unbound/services/
H A Dview.c275 size_t oldcount = vs->vtree.count; in views_swap_tree() local
279 data->vtree.count = oldcount; in views_swap_tree()
/src/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_encode.c319 size_t len_copy, oldcount; in make_tag() local
328 oldcount = buf->count; in make_tag()
331 insert_byte(buf, 0x80 | ((buf->count - oldcount) & 0x7F)); in make_tag()
712 size_t oldcount = buf->count; in encode_atype() local
717 ret = make_tag(buf, tag_out, buf->count - oldcount); in encode_atype()
766 size_t oldcount = buf->count; in encode_atype_and_tag() local
771 ret = make_tag(buf, &t, buf->count - oldcount); in encode_atype_and_tag()
/src/contrib/ncurses/ncurses/tty/
H A Dhashmap.c353 hsp->oldcount++; in _nc_hash_map()
377 if (hsp->oldcount == 1 && hsp->newcount == 1 in _nc_hash_map()
/src/contrib/unbound/iterator/
H A Diter_hints.c619 size_t oldcount = hints->tree.count; in hints_swap_tree() local
623 data->tree.count = oldcount; in hints_swap_tree()
/src/contrib/unbound/respip/
H A Drespip.c1368 size_t oldcount = respip_set->ip_tree.count; in respip_set_swap_tree() local
1378 data->ip_tree.count = oldcount; in respip_set_swap_tree()
/src/sys/net/
H A Dif.c3044 int oldflags, oldcount; in if_setflag() local
3066 oldcount = *refcount; in if_setflag()
3099 *refcount = oldcount; in if_setflag()
/src/sys/dev/pci/
H A Dpci.c4293 int devcount, error, i, j, maxslots, oldcount; in pci_rescan_method() local
4357 oldcount = devcount; in pci_rescan_method()
4367 for (j = 0; j < oldcount; j++) { in pci_rescan_method()
/src/contrib/ncurses/ncurses/
H A Dcurses.priv.h867 int oldcount, newcount; member