Searched refs:read_off (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/audio/emscripten/ |
D | SDL_emscriptenaudio.c | 38 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()
|
D | SDL_emscriptenaudio.h | 38 Uint32 write_off, read_off; member
|
/third_party/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate02.c | 36 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/ |
D | preadv201.c | 38 off_t read_off; member 62 TEST(preadv2(fd, rd_iovec, tc->count, tc->read_off, 0)); in verify_preadv2()
|