Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/
A Dutils.c70 size_t read_offset = 0; in read_file_alloc() local
88 if (read_offset >= buffer_len / 2) { in read_file_alloc()
100 rc = read(fd, buffer + read_offset, buffer_len - read_offset); in read_file_alloc()
109 read_offset += rc; in read_file_alloc()
114 *len = read_offset; in read_file_alloc()

Completed in 4 milliseconds