HomeSort by relevance Sort by last modified time
    Searched full:nextbuf (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
SDL_dcaudio.h 38 int nextbuf; member in struct:SDL_PrivateAudioData
SDL_dcaudio.c 100 while(aica_get_pos(0)/this->spec.samples == this->hidden->nextbuf) {
155 while(aica_get_pos(0)/spec->samples == this->hidden->nextbuf) {
160 offset = this->hidden->nextbuf*spec->size;
161 this->hidden->nextbuf^=1;
242 this->hidden->nextbuf = 0;
  /external/oprofile/module/
oprofile.h 47 /* we try to wakeup when nextbuf >= buf_watermark */
50 uint nextbuf; member in struct:_oprof_data
oprofile.c 60 return data->nextbuf >= (data->buf_size - data->buf_watermark) && !oprof_ready[cpu];
65 if (unlikely(++data->nextbuf == data->buf_size))
66 data->nextbuf = 0;
95 * data->nextbuf, preventing multiple wakeups.
122 struct op_sample * samples = &data->buffer[data->nextbuf];
261 int num = data->nextbuf;
270 data->nextbuf = 0;
344 if (oprof_data[cpu].nextbuf) {
472 data->nextbuf = 0;
577 data->nextbuf = 0
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]

Completed in 3775 milliseconds