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

/freebsd-11.0-release/sys/arm/samsung/exynos/
H A Dchrome_kb.c344 int newbit; local
382 newbit = (sc->scan[i] & (1 << j));
384 if (oldbit == newbit)
392 if (newbit > 0) {
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dser-unix.c823 int newbit; local
831 newbit = 0;
835 newbit = 1;
842 if (!newbit)
849 if (!newbit)
/freebsd-11.0-release/contrib/unbound/util/storage/
H A Dlruhash.c124 * one bin will go into the old bin or bin | newbit */
126 int newbit = newmask - table->size_mask; local
136 lock_quick_lock(&newa[newbit|i].lock);
146 lock_quick_unlock(&newa[newbit|i].lock);

Completed in 146 milliseconds