Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbitcount.h46 #define __bitcountl(x) __builtin_popcountl((unsigned long)(x)) macro
90 #define __bitcountl(x) __bitcount64((unsigned long)(x)) macro
99 #define __bitcountl(x) __bitcount32((unsigned long)(x)) macro