Searched refs:HWEIGHT32 (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/asm-generic/bitops/
H A Dconst_hweight.h35 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) macro
/linux-4.1.27/fs/
H A Dfcntl.c743 BUILD_BUG_ON(21 - 1 /* for O_RDONLY being 0 */ != HWEIGHT32( fcntl_init()

Completed in 94 milliseconds