Searched refs:oldcount (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.bin/locate/code/ |
| H A D | locate.code.c | 105 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()
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_encode.c | 319 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()
|
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | hashmap.c | 353 hsp->oldcount++; in NCURSES_SP_NAME() 377 if (hsp->oldcount == 1 && hsp->newcount == 1 in NCURSES_SP_NAME()
|
| /freebsd/sys/net/ |
| H A D | if.c | 3082 int oldflags, oldcount; in if_setflag() local 3104 oldcount = *refcount; in if_setflag() 3137 *refcount = oldcount; in if_setflag()
|
| /freebsd/sys/dev/pci/ |
| H A D | pci.c | 4290 int devcount, error, i, j, maxslots, oldcount; in pci_rescan_method() local 4354 oldcount = devcount; in pci_rescan_method() 4364 for (j = 0; j < oldcount; j++) { in pci_rescan_method()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 867 int oldcount, newcount; member
|