Home
last modified time | relevance | path

Searched refs:bitcount16 (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/ice/
H A Dice_osdep.h379 #define ice_hweight8(x) bitcount16((u8)x)
380 #define ice_hweight16(x) bitcount16(x)
/src/sys/dev/proto/
H A Dproto_core.c348 if (width < 1 || width > 8 || bitcount16(width) > 1) in proto_read()
403 if (width < 1 || width > 8 || bitcount16(width) > 1) in proto_write()
/src/sys/sys/
H A Dlibkern.h235 #define bitcount16(x) __bitcount16((uint16_t)(x)) macro
/src/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h68 #define hweight16(x) (__builtin_constant_p(x) ? HWEIGHT16(x) : bitcount16(x))