Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h61 #define hweight32(x) bitcount32(x) macro
/freebsd/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c756 hweight32(unsigned int *w) in hweight32() function
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h235 #define hweight32(i) bitcount32(i) macro