Searched refs:word_depth (Results 1 – 1 of 1) sorted by relevance
216 unsigned int word_depth, reminder; in __map_depth_with_shallow() local218 word_depth = __map_depth(sb, index); in __map_depth_with_shallow()220 return word_depth; in __map_depth_with_shallow()222 shallow_word_depth = word_depth * shallow_depth; in __map_depth_with_shallow()225 if (reminder >= (index + 1) * word_depth) in __map_depth_with_shallow()359 unsigned int word_depth = __map_depth(sb, i); in __sbitmap_weight() local362 weight += bitmap_weight(&word->word, word_depth); in __sbitmap_weight()364 weight += bitmap_weight(&word->cleared, word_depth); in __sbitmap_weight()
Completed in 3 milliseconds