HomeSort by relevance Sort by last modified time
    Searched full:readpos (Results 1 - 25 of 26) sorted by null

1 2

  /external/qemu/android/utils/
reflist.c 193 int readPos = 0;
198 for ( ; readPos < l->size; readPos++ ) {
199 if (items[readPos] == NULL || items[readPos] == item)
205 writePos = readPos;
206 for ( ; readPos < l->size; readPos++ ) {
207 if (items[readPos] == NULL) {
210 if (items[readPos] == item)
    [all...]
  /external/deqp/framework/delibs/decpp/
deRingBuffer.cpp 50 int readPos = 0;
52 while (writePos < dataSize || readPos < dataSize)
59 DE_TEST_ASSERT(buffer.getNumFree() == bufSize - (writePos-readPos));
69 DE_TEST_ASSERT(tmp[i] == data[readPos+i]);
71 readPos += numBytes;
  /external/pdfium/core/src/fxcrt/
fxcrt_windows.h 25 virtual size_t ReadPos(void* pBuffer, size_t szBuffer, FX_FILESIZE pos);
fxcrt_platforms.h 27 virtual size_t ReadPos(void* pBuffer, size_t szBuffer, FX_FILESIZE pos);
fxcrt_posix.h 25 virtual size_t ReadPos(void* pBuffer, size_t szBuffer, FX_FILESIZE pos);
fxcrt_platforms.cpp 122 size_t CFXCRT_FileAccess_CRT::ReadPos(void* pBuffer, size_t szBuffer, FX_FILESIZE pos)
fxcrt_posix.cpp 108 size_t CFXCRT_FileAccess_Posix::ReadPos(void* pBuffer, size_t szBuffer, FX_FILESIZE pos)
extension.h 22 virtual size_t ReadPos(void* pBuffer, size_t szBuffer, FX_FILESIZE pos) = 0;
92 return (FX_BOOL)m_pFile->ReadPos(buffer, size, offset);
fxcrt_windows.cpp 161 size_t CFXCRT_FileAccess_Win64::ReadPos(void* pBuffer, size_t szBuffer, FX_FILESIZE pos)
fx_extension.cpp 61 return ((IFXCRT_FileAccess*)hFile)->ReadPos(pBuffer, szBuffer, pos);
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 404 int readPos = 0;
412 val = buffer->buffer[readPos];
413 readPos = (readPos + 1) % DE_LENGTH_OF_ARRAY(buffer->buffer);
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
trace-seq.c 46 s->readpos = 0;
61 s->readpos = 0;
event-parse.h 68 unsigned int readpos; member in struct:trace_seq
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.c     [all...]
  /external/svox/pico/lib/
picospho.c 405 /* shift relevant data in headx/'cbuf' (between 'readPos' incl and writePos non-incl) to 'start'.
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
677 * SPHO_POSSYM_OK : 'pos' and 'sym' are set to the read possym, *readPos is advanced
    [all...]
picosa.c     [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c     [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 653 png_size_t readpos; /* Position in *next */ member in struct:png_store
735 ps->readpos = 0;
1155 if (cbAvail > ps->readpos)
1156 return cbAvail - ps->readpos;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 

Completed in 658 milliseconds

1 2