Home
last modified time | relevance | path

Searched refs:readCounter (Results 1 – 9 of 9) sorted by relevance

/external/oboe/samples/RhythmGame/src/main/cpp/utils/
DLockFreeQueue.h75 val = buffer[mask(readCounter)]; in pop()
76 ++readCounter; in pop()
107 item = buffer[mask(readCounter)]; in peek()
137 return writeCounter - readCounter; in size()
142 bool isEmpty() const { return readCounter == writeCounter; } in isEmpty()
150 std::atomic<INDEX_TYPE> readCounter { 0 };
/external/oboe/src/fifo/
DFifoControllerBase.cpp34 uint64_t readCounter = getReadCounter(); in getFullFramesAvailable() local
35 if (readCounter > writeCounter) { in getFullFramesAvailable()
38 uint64_t delta = writeCounter - readCounter; in getFullFramesAvailable()
/external/oboe/src/common/
DAudioStream.cpp156 int64_t readCounter = getFramesRead(); in getAvailableFrames() local
157 if (readCounter < 0) return ResultWithValue<int32_t>::createBasedOnSign(readCounter); in getAvailableFrames()
160 int32_t framesAvailable = writeCounter - readCounter; in getAvailableFrames()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMappingReader.h142 Error readCounter(Counter &C);
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp123 Error RawCoverageMappingReader::readCounter(Counter &C) { in readCounter() function in RawCoverageMappingReader
258 if (auto Err = readCounter(Expressions[I].LHS)) in read()
260 if (auto Err = readCounter(Expressions[I].RHS)) in read()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMappingReader.h165 Error readCounter(Counter &C);
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMappingReader.h151 Error readCounter(Counter &C);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp137 Error RawCoverageMappingReader::readCounter(Counter &C) { in readCounter() function in RawCoverageMappingReader
281 if (auto Err = readCounter(Expressions[I].LHS)) in read()
283 if (auto Err = readCounter(Expressions[I].RHS)) in read()
/external/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp192 Error RawCoverageMappingReader::readCounter(Counter &C) { in readCounter() function in RawCoverageMappingReader
336 if (auto Err = readCounter(Expressions[I].LHS)) in read()
338 if (auto Err = readCounter(Expressions[I].RHS)) in read()