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

/external/e2fsprogs/lib/ext2fs/
H A Dgen_bitmap.c359 size_t start_byte, len_byte = len >> 3; local
369 start_byte = start >> 3;
391 if (first_bit & ADDR[start_byte])
396 start_byte++;
417 if (last_bit & ADDR[start_byte + len_byte])
424 return mem_is_zero(ADDR + start_byte, len_byte);

Completed in 92 milliseconds