HomeSort by relevance Sort by last modified time
    Searched refs:writePos (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/delibs/decpp/
deRingBuffer.cpp 49 int writePos = 0;
52 while (writePos < dataSize || readPos < dataSize)
55 bool canWrite = writePos < dataSize && buffer.getNumFree() > 0;
59 DE_TEST_ASSERT(buffer.getNumFree() == bufSize - (writePos-readPos));
77 int numBytes = rnd.getInt(1, de::min(dataSize-writePos, buffer.getNumFree()));
78 buffer.pushFront(&data[writePos], numBytes);
79 writePos += numBytes;
  /external/toybox/toys/other/
bzcat.c 58 int writePos, writeRun, writeCount, writeCurrent;
469 bw->writePos = dbuf[bw->origPtr];
470 bw->writeCurrent = (unsigned char)bw->writePos;
471 bw->writePos >>= 8;
518 pos = bw->writePos;
575 bw->writePos = pos;
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 372 int writePos = 0;
392 buffer->buffer[writePos] = val;
393 writePos = (writePos + 1) % DE_LENGTH_OF_ARRAY(buffer->buffer);
  /external/svox/pico/lib/
picospho.c 405 /* shift relevant data in headx/'cbuf' (between 'readPos' incl and writePos non-incl) to 'start'.
406 * modify read/writePos accordingly */
419 writePos;
423 writePos = spho->headxWritePos;
425 if (j < writePos) {
434 "shifting buffer region [%i,%i[ down to %i",*from, writePos, to
447 while (j < writePos) {
456 "readPos,WritePos are now [%i,%i[, returning shift amount %i",*from, spho->headxWritePos, diff
673 /* *readPos is the next position in phonBuf to be read, and *writePos is the first position not to be read (may be outside
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 530 uint8_t* writePos = static_cast<uint8_t*>(heap->getBase());
575 memcpy(writePos, buf + info.offset, dataSize);
576 writePos += dataSize;
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 693 milliseconds