Searched refs:bitcount16 (Results 1 – 4 of 4) sorted by relevance
379 #define ice_hweight8(x) bitcount16((u8)x)380 #define ice_hweight16(x) bitcount16(x)
348 if (width < 1 || width > 8 || bitcount16(width) > 1) in proto_read()403 if (width < 1 || width > 8 || bitcount16(width) > 1) in proto_write()
235 #define bitcount16(x) __bitcount16((uint16_t)(x)) macro
68 #define hweight16(x) (__builtin_constant_p(x) ? HWEIGHT16(x) : bitcount16(x))