/external/sonivox/arm-wt-22k/misc/ |
D | eas_host.c | 89 EAS_I32 readIndex; member 262 file->readIndex = 0; in EAS_HWOpenFile() 292 file->readIndex = 0; in EAS_HWFillBuffer() 327 temp = file->bytesInBuffer - file->readIndex; in EAS_HWReadFile() 332 EAS_HWMemCpy(p, &file->buffer[file->readIndex], temp); in EAS_HWReadFile() 334 file->readIndex += temp; in EAS_HWReadFile() 364 file->readIndex = 0; in EAS_HWReadFile() 403 if (file->readIndex >= file->bytesInBuffer) in EAS_HWGetByte() 414 *((EAS_U8*) p) = file->buffer[file->readIndex++]; in EAS_HWGetByte() 526 newIndex = position - file->filePos + file->readIndex; in EAS_HWFileSeek() [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | CircularBuffer.java | 37 private int readIndex; field in CircularBuffer 51 return readIndex != writeIndex; in available() 67 final int value = buffer[readIndex]; in get() 68 readIndex = (readIndex + 1) % size; in get()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/ |
D | AbstractLZ77CompressorInputStream.java | 97 private int readIndex; field in AbstractLZ77CompressorInputStream 138 writeIndex = readIndex = 0; in AbstractLZ77CompressorInputStream() 157 return writeIndex - readIndex; in available() 189 readIndex += len; in prefill() 254 System.arraycopy(buf, readIndex, b, off, readable); in readFromBuffer() 255 readIndex += readable; in readFromBuffer() 256 if (readIndex > 2 * windowSize) { in readFromBuffer() 267 readIndex -= windowSize; in slideBuffer()
|
/external/oboe/apps/OboeTester/app/src/main/cpp/ |
D | InterpolatingDelayLine.cpp | 30 int32_t readIndex = mCursor - delayInt; in process() local 31 if (readIndex < 0) { in process() 32 readIndex += mDelaySize; in process() 35 float *readAddress = mDelayLine.get() + readIndex; in process()
|
/external/webrtc/modules/third_party/portaudio/ |
D | pa_ringbuffer.c | 85 return ( (rbuf->writeIndex - rbuf->readIndex) & rbuf->bigMask ); in PaUtil_GetRingBufferReadAvailable() 99 rbuf->writeIndex = rbuf->readIndex = 0; in PaUtil_FlushRingBuffer() 165 index = rbuf->readIndex & rbuf->smallMask; in PaUtil_GetRingBufferReadRegions() 191 return rbuf->readIndex = (rbuf->readIndex + elementCount) & rbuf->bigMask; in PaUtil_AdvanceRingBufferReadIndex()
|
D | pa_ringbuffer.h | 92 PaRingBufferSize readIndex; /**< Index of next readable element. Set by member
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
D | EASLibVst.c | 73 EAS_I32 readIndex; member 536 file->readIndex = 0; in EAS_HWOpenFile() 566 file->readIndex = 0; in EAS_HWFillBuffer() 601 temp = file->bytesInBuffer - file->readIndex; in EAS_HWReadFile() 606 EAS_HWMemCpy(p, &file->buffer[file->readIndex], temp); in EAS_HWReadFile() 608 file->readIndex += temp; in EAS_HWReadFile() 637 file->readIndex = 0; in EAS_HWReadFile() 676 if (file->readIndex >= file->bytesInBuffer) in EAS_HWGetByte() 687 *((EAS_U8*) p) = file->buffer[file->readIndex++]; in EAS_HWGetByte() 803 newIndex = position - file->filePos + file->readIndex; in EAS_HWFileSeek() [all …]
|
D | EASLib.c | 75 EAS_I32 readIndex; member 841 file->readIndex = 0; in EAS_HWOpenFile() 871 file->readIndex = 0; in EAS_HWFillBuffer() 906 temp = file->bytesInBuffer - file->readIndex; in EAS_HWReadFile() 911 EAS_HWMemCpy(p, &file->buffer[file->readIndex], temp); in EAS_HWReadFile() 913 file->readIndex += temp; in EAS_HWReadFile() 942 file->readIndex = 0; in EAS_HWReadFile() 981 if (file->readIndex >= file->bytesInBuffer) in EAS_HWGetByte() 992 *((EAS_U8*) p) = file->buffer[file->readIndex++]; in EAS_HWGetByte() 1108 newIndex = position - file->filePos + file->readIndex; in EAS_HWFileSeek() [all …]
|
/external/oboe/src/fifo/ |
D | FifoBuffer.cpp | 78 uint32_t readIndex = mFifo->getReadIndex(); // ranges 0 to capacity in read() local 80 uint8_t *source = &mStorage[convertFramesToBytes(readIndex)]; in read() 81 if ((readIndex + framesToRead) > mFifo->getFrameCapacity()) { in read() 83 int32_t frames1 = static_cast<int32_t>(mFifo->getFrameCapacity() - readIndex); in read()
|
/external/aac/libFDK/src/ |
D | FDK_hybrid.cpp | 357 int readIndex = hAnalysisHybFilter->bufferLFpos; in FDKhybridAnalysisApply() local 359 if (++readIndex >= hAnalysisHybFilter->pSetup->protoLen) readIndex = 0; in FDKhybridAnalysisApply() 361 &hAnalysisHybFilter->pSetup->pReadIdxTable[readIndex]; in FDKhybridAnalysisApply() 382 readIndex; /* Index where to write next input sample. */ in FDKhybridAnalysisApply()
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | GlobalModuleIndex.h | 134 readIndex(llvm::StringRef Path);
|
/external/clang/include/clang/Serialization/ |
D | GlobalModuleIndex.h | 150 readIndex(StringRef Path);
|
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/ |
D | ZoneInfoDb.java | 239 readIndex(it, index_offset, data_offset); in readHeader() 245 private void readIndex(BufferIterator it, int indexOffset, int dataOffset) throws IOException { in readIndex() method in ZoneInfoDb
|
/external/angle/src/libANGLE/ |
D | Framebuffer.cpp | 457 uint32_t readIndex = mReadBufferState == GL_BACK ? 0 : mReadBufferState - GL_COLOR_ATTACHMENT0; in getReadIndex() local 458 ASSERT(readIndex < mColorAttachments.size()); in getReadIndex() 459 return readIndex; in getReadIndex() 469 uint32_t readIndex = getReadIndex(); in getReadAttachment() local 471 isDefault() ? mDefaultFramebufferReadAttachment : mColorAttachments[readIndex]; in getReadAttachment() 2375 size_t readIndex = mState.getReadIndex(); in ensureReadAttachmentsInitialized() local 2376 if (mState.mResourceNeedsInit[readIndex]) in ensureReadAttachmentsInitialized() 2378 ANGLE_TRY(InitAttachment(context, &mState.mColorAttachments[readIndex])); in ensureReadAttachmentsInitialized() 2379 mState.mResourceNeedsInit.reset(readIndex); in ensureReadAttachmentsInitialized()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.cpp | 95 for (int writeIndex = arrayIndex, readIndex = 0; writeIndex < maxIndex; in UpdateDefaultUniformBlock() local 96 writeIndex++, readIndex++) in UpdateDefaultUniformBlock() 100 const T *readPtr = v + (readIndex * componentCount); in UpdateDefaultUniformBlock()
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 614 int32_t readIndex=mappingStart, writeIndex=mappingStart; in mapDevChars() local 616 UChar c=s[readIndex++]; in mapDevChars() 623 if(writeIndex==readIndex) { in mapDevChars() 634 ++readIndex; in mapDevChars()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | jet.c | 103 EAS_INLINE void JET_WriteQueue (EAS_U32 *pEventQueue, EAS_U8 *pWriteIndex, EAS_U8 readIndex, EAS_U8… in JET_WriteQueue() argument 109 if (temp == readIndex) in JET_WriteQueue()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ProgramMtl.mm | 127 for (int writeIndex = arrayIndex, readIndex = 0; writeIndex < maxIndex; 128 writeIndex++, readIndex++) 132 const T *readPtr = v + (readIndex * componentCount);
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 236 GlobalModuleIndex::readIndex(StringRef Path) { in readIndex() function in GlobalModuleIndex
|
D | ASTReader.cpp | 3420 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
|
/external/llvm-project/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 253 GlobalModuleIndex::readIndex(StringRef Path) { in readIndex() function in GlobalModuleIndex
|
D | ASTReader.cpp | 4108 GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
|