Home
last modified time | relevance | path

Searched defs:__const_hweight64 (Results 1 – 2 of 2) 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
/linux-6.3-rc2/include/asm-generic/bitops/
A Dconst_hweight.h21 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) macro

Completed in 4 milliseconds