Home
last modified time | relevance | path

Searched defs:hweight32 (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/include/asm-generic/bitops/
A Dconst_hweight.h28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) macro
/linux-6.3-rc2/include/asm-generic/bitops/
A Dconst_hweight.h28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) macro
/linux-6.3-rc2/tools/hv/
A Dhv_kvp_daemon.c755 static unsigned int hweight32(unsigned int *w) in hweight32() function

Completed in 6 milliseconds