Lines Matching defs:n
72 __bitset_and(BITSET_WORD *r, const BITSET_WORD *x, const BITSET_WORD *y, unsigned n) in __bitset_and()
79 __bitset_or(BITSET_WORD *r, const BITSET_WORD *x, const BITSET_WORD *y, unsigned n) in __bitset_or()
86 __bitset_not(BITSET_WORD *x, unsigned n) in __bitset_not()
93 __bitset_andnot(BITSET_WORD *r, const BITSET_WORD *x, const BITSET_WORD *y, unsigned n) in __bitset_andnot()
124 __bitset_rotate_right(BITSET_WORD *x, unsigned amount, unsigned n) in __bitset_rotate_right()
139 __bitset_rotate_left(BITSET_WORD *x, unsigned amount, unsigned n) in __bitset_rotate_left()
154 __bitset_shr(BITSET_WORD *x, unsigned amount, unsigned n) in __bitset_shr()
178 __bitset_shl(BITSET_WORD *x, unsigned amount, unsigned n) in __bitset_shl()
202 #define BITSET_SHR(x, n) \ argument
205 #define BITSET_SHL(x, n) \ argument
281 __bitset_prefix_sum(const BITSET_WORD *x, unsigned b, unsigned n) in __bitset_prefix_sum()
302 __bitset_count(const BITSET_WORD *x, unsigned n) in __bitset_count()
316 __bitset_is_empty(const BITSET_WORD *x, int n) in __bitset_is_empty()
329 __bitset_ffs(const BITSET_WORD *x, int n) in __bitset_ffs()
342 __bitset_last_bit(const BITSET_WORD *x, int n) in __bitset_last_bit()