Searched refs:popcount (Results 1 – 3 of 3) sorted by relevance
252 #define popcount(x) __builtin_popcount(x) macro
630 count += popcount(atomic_get(&target[i])); in group_popcount()633 return popcount(atomic_get(target)); in group_popcount()
979 to += K_MSEC(((rx->seg_n + 1) - popcount(rx->block)) * 100); in ack_timeout()
Completed in 9 milliseconds