Searched refs:popcount (Results 1 – 3 of 3) sorted by relevance
36 #ifndef popcount37 #define popcount(x) __builtin_popcount(x) macro
651 count += popcount(bt_mesh_atomic_get(&target[i])); in group_popcount()654 return popcount(bt_mesh_atomic_get(target)); in group_popcount()
1107 to += K_MSEC(((rx->seg_n + 1) - popcount(rx->block)) * 100U); in ack_timeout()1336 timeout += K_MSEC(ttl * popcount(rx->block) * 100U); in incomplete_timeout()