Home
last modified time | relevance | path

Searched refs:read_blocks (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dgen-arabic-table.py18 def read_blocks(f): function
261 read_blocks (files[2])
/external/fio/t/
Ddedupe.c270 static unsigned int read_blocks(int fd, void *buf, off_t offset, size_t size) in read_blocks() function
288 nblocks = read_blocks(thread->fd, buf, offset, min(thread->size, (uint64_t)chunk_size)); in do_work()