Home
last modified time | relevance | path

Searched refs:__bit_mask (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/drm2/
HDdrm_atomic.h67 #define __bit_mask(b) (1UL << (b) % NB_BITS_PER_LONG) macro
71 atomic_clear_long(__bit_addr(p, b), __bit_mask(b))
73 atomic_set_long(__bit_addr(p, b), __bit_mask(b))
75 ((*__bit_addr(p, b) & __bit_mask(b)) != 0)
/NextBSD/contrib/libstdc++/include/ext/
Dbitmap_allocator.h813 size_t __bit_mask = 0; // 0 Indicates all Allocated.
814 __bit_mask = ~__bit_mask; // 1 Indicates all Free.
817 __temp[__i] = __bit_mask;