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

  /external/chromium/net/disk_cache/
addr.cc 11 int Addr::start_block() const { function in class:disk_cache::Addr
  /system/extras/ext4_utils/
contents.c 53 u32 start_block = *offset / info.block_size; local
55 if (start_block != end_block) {
  /external/jpeg/
jdcoefct.c 597 int start_block = 0; local
605 start_block = coef->pub.MCU_columns_to_skip *
612 output_col = start_block * compptr->DCT_scaled_size;
613 buffer_ptr += start_block;
614 for (block_num = start_block; block_num < width_in_blocks; block_num++) {
    [all...]
  /external/kernel-headers/original/linux/
swap.h 104 sector_t start_block; member in struct:swap_extent

Completed in 418 milliseconds