HomeSort by relevance Sort by last modified time
    Searched defs:start_byte (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
blkmap64_ba.c 214 __u64 start_byte, len_byte = len >> 3; local
225 start_byte = start >> 3;
247 if (first_bit & ADDR[start_byte])
252 start_byte++;
273 if (last_bit & ADDR[start_byte + len_byte])
280 return ext2fs_mem_is_zero(ADDR + start_byte, len_byte);
gen_bitmap.c 438 size_t start_byte, len_byte = len >> 3; local
448 start_byte = start >> 3;
470 if (first_bit & ADDR[start_byte])
475 start_byte++;
496 if (last_bit & ADDR[start_byte + len_byte])
503 return ext2fs_mem_is_zero(ADDR + start_byte, len_byte);

Completed in 602 milliseconds