Home
last modified time | relevance | path

Searched defs:batchSize (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeTaskQueueStressTest.kt30 private val batchSize = 100 in <lambda>() constant in kotlinx.coroutines.internal.LockFreeTaskQueueStressTest
/external/libopus/silk/
Dresampler_structs.h46 opus_int batchSize; member
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DBufferTest.kt19 val batchSize = capacity + 2 in <lambda>() constant
/external/swiftshader/src/Renderer/
DRenderer.hpp473 AtomicInt batchSize; member
DRenderer.cpp64 static const int batchSize = 128; variable