OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindNextSetBit
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
bitmap.h
98
bool
FindNextSetBit
(int *index) const {
bitmap_unittest.cc
205
TEST(BitmapTest,
FindNextSetBit
) {
206
// Test
FindNextSetBit
. Check all bits in map. Should find multiples
213
for (int index = 0; map.
FindNextSetBit
(&index); ++index) {
221
// Almost the same test as
FindNextSetBit
, but find zeros instead of ones.
sparse_control.cc
130
if (!children_map_.
FindNextSetBit
(&child_id) || !backend_.get()) {
sparse_control_v3.cc
130
if (!children_map_.
FindNextSetBit
(&child_id) || !backend_) {
Completed in 154 milliseconds