Searched refs:bb_count (Results 1 – 2 of 2) sorted by relevance
438 unsigned int bb_count = 0; in test_ro() local485 if (max_bb && bb_count >= max_bb) { in test_ro()512 bb_count += bb_output(currently_testing + i); in test_ro()528 bb_count += bb_output(currently_testing++); in test_ro()543 return bb_count; in test_ro()554 unsigned int bb_count = 0; in test_rw() local593 if (max_bb && bb_count >= max_bb) { in test_rw()620 bb_count += bb_output(currently_testing++); in test_rw()638 if (max_bb && bb_count >= max_bb) { in test_rw()649 bb_count += bb_output(currently_testing++); in test_rw()[all …]
1490 const int bb_count = GetBookmarkButtonCount(); in GetFirstHiddenNodeIndex() local1491 for (int i = 0; i < bb_count; ++i) { in GetFirstHiddenNodeIndex()1495 return bb_count; in GetFirstHiddenNodeIndex()