Home
last modified time | relevance | path

Searched defs:CLEAR_LOWER_BITS (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/luna68k/dev/
H A Domrasops.c172 #define CLEAR_LOWER_BITS(x, w) \ macro
181 #define CLEAR_LOWER_BITS(x, w) x = ((x) & ~(1U << (w))) + 1 macro