Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/audio/emscripten/
DSDL_emscriptenaudio.c38 if (this->hidden->write_off > this->hidden->read_off) { in copyData()
40 this->hidden->mixbuf + this->hidden->read_off, in copyData()
41 this->hidden->mixlen - this->hidden->read_off); in copyData()
42 this->hidden->write_off = this->hidden->write_off - this->hidden->read_off; in copyData()
46 this->hidden->read_off = 0; in copyData()
53 byte_len = this->hidden->write_off - this->hidden->read_off; in copyData()
104 buf = this->hidden->mixbuf + this->hidden->read_off; in HandleAudioProcess()
105 this->hidden->read_off += byte_len; in HandleAudioProcess()
DSDL_emscriptenaudio.h38 Uint32 write_off, read_off; member
/third_party/ltp/testcases/kernel/syscalls/truncate/
Dtruncate02.c36 off_t read_off; member
80 SAFE_PREAD(1, fd, read_buf, tc->read_count, tc->read_off); in verify_truncate()
/third_party/ltp/testcases/kernel/syscalls/preadv2/
Dpreadv201.c38 off_t read_off; member
62 TEST(preadv2(fd, rd_iovec, tc->count, tc->read_off, 0)); in verify_preadv2()