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

/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dcompiler.h55 # define __kernel_ctpop(x) __builtin_popcountl(x) macro
65 # define __kernel_ctpop(x) \ macro
79 # define __kernel_ctpop(x) \ macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dbitops.h407 return __kernel_ctpop(w); __arch_hweight64()

Completed in 42 milliseconds