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

/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_ba.c333 int byte_found = 0; /* whether a != 0xff byte has been found */ local
354 byte_found = 1;
362 if (!byte_found) {
378 byte_found = 1;
388 /* Here either count < 8 or byte_found == 1. */
407 int byte_found = 0; /* whether a != 0xff byte has been found */ local
428 byte_found = 1;
436 if (!byte_found) {
452 byte_found = 1;
462 /* Here either count < 8 or byte_found
[all...]

Completed in 45 milliseconds