Home
last modified time | relevance | path

Searched refs:HWEIGHT64 (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/asm-generic/bitops/
H A Dconst_hweight.h37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w)) macro
42 #define HWEIGHT(w) HWEIGHT64((u64)w)
/linux-6.15/tools/include/asm-generic/bitops/
H A Dconst_hweight.h37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w)) macro
42 #define HWEIGHT(w) HWEIGHT64((u64)w)
/linux-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c123 u8 buf[HWEIGHT64(DPTUN_INFO_REG_MASK)];