Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/asm-generic/bitops/
A Dconst_hweight.h21 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) macro
29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
/linux-6.3-rc2/include/asm-generic/bitops/
A Dconst_hweight.h21 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) macro
29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
/linux-6.3-rc2/security/landlock/
A Dlimits.h23 #define LANDLOCK_NUM_ACCESS_FS __const_hweight64(LANDLOCK_MASK_ACCESS_FS)

Completed in 4 milliseconds