Searched refs:oddbit (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h619 uint32_t oddbit = 0; local
621 oddbit = (uint32_t)val & 1;
624 if(roundup && oddbit)
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c202 uint32_t oddbit = 0; local
204 oddbit = val & 1;
207 if(roundup && oddbit)

Completed in 70 milliseconds