HomeSort by relevance Sort by last modified time
    Searched refs:read_blocks (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
gen-arabic-table.py 18 def read_blocks(f): function
261 read_blocks (files[2])
  /external/fio/t/
dedupe.c 270 static unsigned int read_blocks(int fd, void *buf, off_t offset, size_t size) function
288 nblocks = read_blocks(thread->fd, buf, offset, min(thread->size, (uint64_t)chunk_size));
  /system/update_engine/payload_generator/
inplace_generator.cc 112 vector<uint64_t> read_blocks = local
124 ApplyMap(&read_blocks, conversion);
133 // Convert read_blocks back to extents
135 vector<Extent> new_extents = CompressExtents(read_blocks);

Completed in 2456 milliseconds