Searched refs:FindLSBNonEmpty (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
H A Dbitmap.cc31 int FindLSBNonEmpty(uint32 word, bool value) { function in namespace:__anon3030
252 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value);
269 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value);
/external/chromium_org/net/disk_cache/
H A Dbitmap.cc31 int FindLSBNonEmpty(uint32 word, bool value) { function in namespace:__anon9290
252 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value);
269 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value);

Completed in 137 milliseconds