Searched refs:readIndex (Results 1 - 20 of 20) sorted by relevance

/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c89 EAS_I32 readIndex; member in struct:eas_hw_file_tag
262 file->readIndex = 0;
292 file->readIndex = 0;
327 temp = file->bytesInBuffer - file->readIndex;
332 EAS_HWMemCpy(p, &file->buffer[file->readIndex], temp);
334 file->readIndex += temp;
364 file->readIndex = 0;
403 if (file->readIndex >= file->bytesInBuffer)
414 *((EAS_U8*) p) = file->buffer[file->readIndex++];
526 newIndex = position - file->filePos + file->readIndex;
[all...]
/external/webrtc/webrtc/modules/audio_device/mac/portaudio/
H A Dpa_ringbuffer.c85 return ( (rbuf->writeIndex - rbuf->readIndex) & rbuf->bigMask );
99 rbuf->writeIndex = rbuf->readIndex = 0;
165 index = rbuf->readIndex & rbuf->smallMask;
191 return rbuf->readIndex = (rbuf->readIndex + elementCount) & rbuf->bigMask;
H A Dpa_ringbuffer.h94 PaRingBufferSize readIndex; /**< Index of next readable element. Set by PaUtil_AdvanceRingBufferReadIndex. */ member in struct:PaUtilRingBuffer
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c75 EAS_I32 readIndex; member in struct:eas_hw_file_tag
841 file->readIndex = 0;
871 file->readIndex = 0;
906 temp = file->bytesInBuffer - file->readIndex;
911 EAS_HWMemCpy(p, &file->buffer[file->readIndex], temp);
913 file->readIndex += temp;
942 file->readIndex = 0;
981 if (file->readIndex >= file->bytesInBuffer)
992 *((EAS_U8*) p) = file->buffer[file->readIndex++];
1108 newIndex = position - file->filePos + file->readIndex;
[all...]
H A DEASLibVst.c73 EAS_I32 readIndex; member in struct:eas_hw_file_tag
536 file->readIndex = 0;
566 file->readIndex = 0;
601 temp = file->bytesInBuffer - file->readIndex;
606 EAS_HWMemCpy(p, &file->buffer[file->readIndex], temp);
608 file->readIndex += temp;
637 file->readIndex = 0;
676 if (file->readIndex >= file->bytesInBuffer)
687 *((EAS_U8*) p) = file->buffer[file->readIndex++];
803 newIndex = position - file->filePos + file->readIndex;
[all...]
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h119 /// \brief Internal constructor. Use \c readIndex() to read an index.
150 readIndex(StringRef Path);
/external/aac/libFDK/src/
H A DFDK_hybrid.cpp315 int readIndex = hAnalysisHybFilter->bufferLFpos; local
317 if (++readIndex>=hAnalysisHybFilter->pSetup->protoLen) readIndex = 0;
318 const INT* pBufferLFreadIdx = &hAnalysisHybFilter->pSetup->pReadIdxTable[readIndex];
340 hAnalysisHybFilter->bufferLFpos = readIndex; /* Index where to write next input sample. */
/external/icu/icu4c/source/common/
H A Duts46.cpp603 int32_t readIndex=mappingStart, writeIndex=mappingStart; local
605 UChar c=s[readIndex++];
612 if(writeIndex==readIndex) {
623 ++readIndex;
638 // Only really necessary if writeIndex was different from readIndex.
/external/sonivox/arm-wt-22k/lib_src/
H A Djet.c103 EAS_INLINE void JET_WriteQueue (EAS_U32 *pEventQueue, EAS_U8 *pWriteIndex, EAS_U8 readIndex, EAS_U8 queueSize, EAS_U32 event) argument
109 if (temp == readIndex)
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp236 GlobalModuleIndex::readIndex(StringRef Path) { function in class:GlobalModuleIndex
H A DASTReader.cpp3420 = GlobalModuleIndex::readIndex(ModuleCachePath);
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 813 milliseconds