Home
last modified time | relevance | path

Searched refs:bb_count (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
Dbadblocks.c438 unsigned int bb_count = 0; in test_ro() local
485 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() local
593 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 …]
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc1490 const int bb_count = GetBookmarkButtonCount(); in GetFirstHiddenNodeIndex() local
1491 for (int i = 0; i < bb_count; ++i) { in GetFirstHiddenNodeIndex()
1495 return bb_count; in GetFirstHiddenNodeIndex()