Home
last modified time | relevance | path

Searched refs:__bitcountl (Results 1 – 5 of 5) sorted by relevance

/src/sys/sys/
H A Dbitcount.h68 #define __bitcountl(x) __builtin_popcountl((unsigned long)(x)) macro
112 #define __bitcountl(x) __bitcount64((unsigned long)(x)) macro
121 #define __bitcountl(x) __bitcount32((unsigned long)(x)) macro
H A Dbitstring.h357 _value += __bitcountl(*_curbitstr & mask); in bit_count_()
364 _value += __bitcountl(*_curbitstr); in bit_count_()
370 _value += __bitcountl(*_curbitstr & mask); in bit_count_()
H A Dlibkern.h236 #define bitcountl(x) __bitcountl((u_long)(x))
H A Dbitset.h280 __count += __bitcountl((p)->__bits[__i]); \
/src/sys/kern/
H A Dsubr_param.c342 } else if (__bitcountl(maxphys) != 1) { /* power of two */ in init_param2()