Home
last modified time | relevance | path

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

/include/asm-generic/bitops/
Dconst_hweight.h26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) macro
/include/linux/
Dieee80211.h2025 n = hweight8(ppe_thres_hdr & in ieee80211_he_ppe_size()