Home
last modified time | relevance | path

Searched refs:ck_cc_popcount (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ck/include/
H A Dck_bitmap.h387 count += ck_cc_popcount(ck_pr_load_uint(&bitmap->map[i])); in ck_bitmap_count()
393 count += ck_cc_popcount(word & ((1U << slop) - 1)); in ck_bitmap_count()
422 count += ck_cc_popcount(xi & yi); in ck_bitmap_count_intersect()
431 count += ck_cc_popcount(word & ((1U << slop) - 1)); in ck_bitmap_count_intersect()
H A Dck_cc.h157 ck_cc_popcount(unsigned int x) in ck_cc_popcount() function
/freebsd/sys/contrib/ck/include/gcc/
H A Dck_cc.h144 ck_cc_popcount(unsigned int x) in ck_cc_popcount() function