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

  /build/make/tools/releasetools/
sparse_img.py 218 this_read = min(remain, to_read)
222 yield f.read(this_read * self.blocksize)
224 yield fill_data * (this_read * (self.blocksize >> 2))
225 to_read -= this_read
231 this_read = min(chunk_len, to_read)
234 yield f.read(this_read * self.blocksize)
236 yield fill_data * (this_read * (self.blocksize >> 2))
237 to_read -= this_read
  /external/adhd/cras/src/server/
dev_io.c 431 unsigned int this_read; local
451 this_read = dev_stream_capture(
456 idev->buf_state, this_read);

Completed in 408 milliseconds