Searched defs:bb_count (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
H A Dbadblocks.c441 unsigned int bb_count = 0; local
488 if (max_bb && bb_count >= max_bb) {
515 bb_count += bb_output(currently_testing + i);
531 bb_count += bb_output(currently_testing++);
546 return bb_count;
557 unsigned int bb_count = 0; local
596 if (max_bb && bb_count >= max_bb) {
623 bb_count += bb_output(currently_testing++);
641 if (max_bb && bb_count >= max_bb) {
652 bb_count
708 static unsigned int bb_count; local
1231 unsigned int bb_count; local
[all...]
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1490 const int bb_count = GetBookmarkButtonCount(); local
1491 for (int i = 0; i < bb_count; ++i) {
1495 return bb_count;

Completed in 800 milliseconds