Home
last modified time | relevance | path

Searched refs:deqIdx (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DSegmentBasedQueue.kt25 private val deqIdx = atomic(0L) constant in kotlinx.coroutines.internal.SegmentBasedQueue
48 if (this.deqIdx.value >= this.enqIdx.value) return null in dequeue()
50 val deqIdx = this.deqIdx.getAndIncrement() in dequeue() constant
51 …val segmentOrClosed = this.head.findSegmentAndMoveForward(id = deqIdx, startFrom = curHead, create… in dequeue()
54 if (s.id > deqIdx) continue in dequeue()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DSemaphore.kt130 private val deqIdx = atomic(0L) constant
221 val deqIdx = deqIdx.getAndIncrement() in tryResumeNextFromQueue() constant
222 val id = deqIdx / SEGMENT_SIZE in tryResumeNextFromQueue()
227 val i = (deqIdx % SEGMENT_SIZE).toInt() in tryResumeNextFromQueue()
/external/aac/libSACdec/src/
Dsac_bitdec.cpp1316 static int deqIdx(int value, int paramType) { in deqIdx() function
1610 deqIdx(outputIdxData[xttIdx][ps][band], paramType); in mapIndexData()
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...