Home
last modified time | relevance | path

Searched refs:writeIndex (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/portaudio/
Dpa_ringbuffer.c85 return ( (rbuf->writeIndex - rbuf->readIndex) & rbuf->bigMask ); in PaUtil_GetRingBufferReadAvailable()
99 rbuf->writeIndex = rbuf->readIndex = 0; in PaUtil_FlushRingBuffer()
118 index = rbuf->writeIndex & rbuf->smallMask; in PaUtil_GetRingBufferWriteRegions()
146 return rbuf->writeIndex = (rbuf->writeIndex + elementCount) & rbuf->bigMask; in PaUtil_AdvanceRingBufferWriteIndex()
Dpa_ringbuffer.h93 …PaRingBufferSize writeIndex; /**< Index of next writable element. Set by PaUtil_AdvanceRingBuffer… member
/external/icu/icu4c/source/common/
Duts46.cpp603 int32_t readIndex=mappingStart, writeIndex=mappingStart; in mapDevChars() local
610 s[writeIndex++]=0x73; // Replace sharp s with first s. in mapDevChars()
612 if(writeIndex==readIndex) { in mapDevChars()
622 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex); in mapDevChars()
625 s[writeIndex++]=0x73; in mapDevChars()
630 s[writeIndex++]=0x3c3; in mapDevChars()
639 s[writeIndex++]=c; in mapDevChars()
642 } while(writeIndex<length); in mapDevChars()
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp431 void writeIndex(llvm::BitstreamWriter &Stream);
689 void GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) { in writeIndex() function in GlobalModuleIndexBuilder
768 GlobalModuleIndex::writeIndex(FileManager &FileMgr, in writeIndex() function in GlobalModuleIndex
825 Builder.writeIndex(OutputStream); in writeIndex()
/external/clang/include/clang/Serialization/
DGlobalModuleIndex.h201 static ErrorCode writeIndex(FileManager &FileMgr,
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp275 writeIndex(MCStreamer &Out, MCSection *Section, in writeIndex() function
592 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets, in write()
600 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets, in write()
/external/sonivox/arm-wt-22k/lib_src/
Djet.c126 EAS_INLINE EAS_BOOL JET_ReadQueue (EAS_U32 *pEventQueue, EAS_U8 *pReadIndex, EAS_U8 writeIndex, EAS… in JET_ReadQueue() argument
130 if (*pReadIndex == writeIndex) in JET_ReadQueue()
/external/clang/lib/Frontend/
DFrontendAction.cpp466 GlobalModuleIndex::writeIndex(CI.getFileManager(), in Execute()
DCompilerInstance.cpp1696 GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
1723 GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
/external/doclava/src/com/google/doclava/
DDoclava.java581 private static void writeIndex(String dir) { in writeIndex() method in Doclava
1566 writeIndex(packageDir); in writeClassLists()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp441 void writeIndex();
3579 writeIndex(); in writeBlocks()
3748 void IndexBitcodeWriter::writeIndex() { in writeIndex() function in IndexBitcodeWriter