Searched refs:countBits (Results 1 – 3 of 3) sorted by relevance
59 static int countBits(int hint) in countBits() function132 hint = countBits(-hint); in util_data_rehash()
56 static int countBits(int hint) in countBits() function129 hint = countBits(-hint); in cso_data_rehash()
837 static __inline__ unsigned int countBits(unsigned int bits) in countBits() function856 int i = ((32 - countBits(use->mask)) * LL.line_size)>>5; in update_LL_use()944 int c = ((32 - countBits(use->mask)) * cache->line_size)>>5; \