HomeSort by relevance Sort by last modified time
    Searched refs:start_byte (Results 1 - 3 of 3) 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);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_metadata.c 1021 uint32_t bit_off=0, start_byte=0, first_mb = 0; local
    [all...]

Completed in 92 milliseconds