Home
last modified time | relevance | path

Searched refs:waitindex (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dnec.c625 size_t waitindex, cmdindex; in reader_process() local
698 waitindex = 0; in reader_process()
723 bc = &s->rdr_ctl->buf_ctl[waitindex]; in reader_process()
765 waitindex++; in reader_process()
766 if (waitindex == s->dev->info.buffers) in reader_process()
767 waitindex = 0; in reader_process()
H A Dsharp.c821 size_t waitindex, cmdindex; in reader_process() local
900 waitindex = 0; in reader_process()
925 bc = &s->rdr_ctl->buf_ctl[waitindex]; in reader_process()
989 waitindex++; in reader_process()
990 if (waitindex == s->dev->info.buffers) in reader_process()
991 waitindex = 0; in reader_process()

Completed in 9 milliseconds