Home
last modified time | relevance | path

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

/include/asm-generic/bitops/
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)

Completed in 3 milliseconds