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

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

Completed in 58 milliseconds