Searched defs:wpos (Results 1 – 12 of 12) sorted by relevance
/external/qemu/ |
D | cbuffer.c | 54 int wpos = cb->rpos + cb->count; in cbuffer_write_peek() local 89 int wpos = cb->rpos + cb->count; in cbuffer_write() local
|
/external/qemu/audio/ |
D | paaudio.c | 59 int wpos; member 195 int incr, to_grab, wpos; in qpa_thread_in() local
|
D | esdaudio.c | 86 int wpos; member 336 int incr, to_grab, wpos; in qesd_thread_in() local
|
D | wavaudio.c | 348 int wpos, live, decr, samples; in wav_in_run() local
|
D | dsoundaudio.c | 578 DWORD wpos, ppos, old_pos; in dsound_run_out() local
|
D | coreaudio.c | 643 int wpos, avail; in audioInDeviceIOProc() local
|
D | ossaudio.c | 49 int wpos; member
|
D | audio_int.h | 98 int wpos; member
|
D | alsaaudio.c | 117 int wpos; member
|
D | audio.c | 1108 int hwsamples, samples, isamp, osamp, wpos, live, dead, left, swlim, blck; in audio_pcm_sw_write() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 200 std::string::size_type wpos = CStr.find_first_of(" \t"); in ParseConstraint() local
|
/external/qemu/hw/ |
D | goldfish_pipe.c | 505 int wpos = pipe->pos + pipe->count; in pingPongPipe_sendBuffers() local 529 int wpos = pipe->pos + pipe->count; in pingPongPipe_sendBuffers() local
|