Searched refs:count_bits (Results 1 – 4 of 4) sorted by relevance
205 unsigned int count_bits(unsigned long n);229 unsigned int bits = count_bits(full_cache_mask); in cache_portion_size()238 return cache_size * count_bits(portion_mask) / bits; in cache_portion_size()
111 bits = count_bits(current_mask); in check_results()335 bit_center = count_bits(full_cache_mask) / 2; in noncont_cat_run_test()
135 count_of_bits = count_bits(long_mask); in cmt_run_test()
949 unsigned int count_bits(unsigned long n) in count_bits() function
Completed in 6 milliseconds