Home
last modified time | relevance | path

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

/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDbitops.h47 #define BIT_MASK(nr) (1UL << ((nr) & (BITS_PER_LONG - 1))) macro
303 atomic_set_long(&((volatile long *)(a))[BIT_WORD(i)], BIT_MASK(i))
306 atomic_set_long(&((volatile long *)(a))[BIT_WORD(i)], BIT_MASK(i))
309 atomic_clear_long(&((volatile long *)(a))[BIT_WORD(i)], BIT_MASK(i))
312 atomic_clear_long(&((volatile long *)(a))[BIT_WORD(i)], BIT_MASK(i))
316 BIT_MASK(i))
/NextBSD/usr.bin/gzip/
HDzuncompress.c49 #define BIT_MASK 0x1f /* Defines for third byte of header. */ macro
247 zs->zs_maxbits &= BIT_MASK; in zread()
/NextBSD/usr.bin/compress/
HDzopen.c86 #define BIT_MASK 0x1f /* Defines for third byte of header. */ macro
487 maxbits &= BIT_MASK; in zread()