Home
last modified time | relevance | path

Searched refs:newbit (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/arm/samsung/exynos/
HDchrome_kb.c344 int newbit; in ckb_read_char_locked() local
382 newbit = (sc->scan[i] & (1 << j)); in ckb_read_char_locked()
384 if (oldbit == newbit) in ckb_read_char_locked()
392 if (newbit > 0) { in ckb_read_char_locked()
/NextBSD/contrib/gdb/gdb/
HDser-unix.c823 int newbit; in hardwire_setstopbits() local
831 newbit = 0; in hardwire_setstopbits()
835 newbit = 1; in hardwire_setstopbits()
842 if (!newbit) in hardwire_setstopbits()
849 if (!newbit) in hardwire_setstopbits()
/NextBSD/contrib/unbound/util/storage/
HDlruhash.c126 int newbit = newmask - table->size_mask; in bin_split() local
136 lock_quick_lock(&newa[newbit|i].lock); in bin_split()
146 lock_quick_unlock(&newa[newbit|i].lock); in bin_split()