/external/syzkaller/vendor/google.golang.org/grpc/transport/ |
D | http_util.go | 529 batchSize int member 536 func newBufWriter(conn net.Conn, batchSize int) *bufWriter { 538 buf: make([]byte, batchSize*2), 539 batchSize: batchSize, 553 if w.offset >= w.batchSize {
|
/external/libopus/silk/ |
D | resampler_private_IIR_FIR.c | 78 ALLOC( buf, 2 * S->batchSize + RESAMPLER_ORDER_FIR_12, opus_int16 ); in silk_resampler_private_IIR_FIR() 86 nSamplesIn = silk_min( inLen, S->batchSize ); in silk_resampler_private_IIR_FIR()
|
D | resampler_structs.h | 46 opus_int batchSize; member
|
D | resampler_private_down_FIR.c | 159 ALLOC( buf, S->batchSize + S->FIR_Order, opus_int32 ); in silk_resampler_private_down_FIR() 169 nSamplesIn = silk_min( inLen, S->batchSize ); in silk_resampler_private_down_FIR()
|
D | resampler.c | 111 S->batchSize = S->Fs_in_kHz * RESAMPLER_MAX_BATCH_SIZE_MS; in silk_resampler_init()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cublas_9_0.inc | 3227 int batchSize) { 3231 return func_ptr(handle, n, A, lda, P, info, batchSize); 3240 int batchSize) { 3244 return func_ptr(handle, n, A, lda, P, info, batchSize); 3253 int batchSize) { 3257 return func_ptr(handle, n, A, lda, P, info, batchSize); 3266 int batchSize) { 3270 return func_ptr(handle, n, A, lda, P, info, batchSize); 3281 int batchSize) { 3285 return func_ptr(handle, n, A, lda, P, C, ldc, info, batchSize); [all …]
|
D | cublas_10_0.inc | 3303 int batchSize) { 3307 return func_ptr(handle, n, A, lda, P, info, batchSize); 3316 int batchSize) { 3320 return func_ptr(handle, n, A, lda, P, info, batchSize); 3329 int batchSize) { 3333 return func_ptr(handle, n, A, lda, P, info, batchSize); 3342 int batchSize) { 3346 return func_ptr(handle, n, A, lda, P, info, batchSize); 3357 int batchSize) { 3361 return func_ptr(handle, n, A, lda, P, C, ldc, info, batchSize); [all …]
|
D | cudnn_7_3.inc | 2326 int batchSize, 2333 …return func_ptr(RNNDataDesc, dataType, layout, maxSeqLength, batchSize, vectorSize, seqLengthArray… 2341 int *batchSize, 2349 …return func_ptr(RNNDataDesc, dataType, layout, maxSeqLength, batchSize, vectorSize, arrayLengthReq…
|
D | cudnn_7_4.inc | 2459 int batchSize, 2466 …return func_ptr(RNNDataDesc, dataType, layout, maxSeqLength, batchSize, vectorSize, seqLengthArray… 2474 int *batchSize, 2482 …return func_ptr(RNNDataDesc, dataType, layout, maxSeqLength, batchSize, vectorSize, arrayLengthReq…
|
/external/swiftshader/src/Device/ |
D | Renderer.cpp | 63 static const int batchSize = 128; variable 253 int batch = batchSize / ms; in draw() 309 draw->batchSize = batch; in draw() 711 int batch = draw->batchSize; in findAvailableTasks() 1663 triangleBatch[i] = (Triangle*)allocate(batchSize * sizeof(Triangle)); in initializeThreads() 1664 primitiveBatch[i] = (Primitive*)allocate(batchSize * sizeof(Primitive)); in initializeThreads()
|
D | Renderer.hpp | 441 AtomicInt batchSize; member
|
/external/deqp/scripts/android/ |
D | build_apk.py | 616 batchSize = min(len(workQueue), maxBatchSize) 617 items = workQueue[0:batchSize] 625 del workQueue[0:batchSize]
|
/external/swiftshader/src/Renderer/ |
D | Renderer.cpp | 64 static const int batchSize = 128; variable 284 int batch = batchSize / ms; in draw() 356 draw->batchSize = batch; in draw() 838 int batch = draw->batchSize; in findAvailableTasks() 2041 triangleBatch[i] = (Triangle*)allocate(batchSize * sizeof(Triangle)); in initializeThreads() 2042 primitiveBatch[i] = (Primitive*)allocate(batchSize * sizeof(Primitive)); in initializeThreads()
|
D | Renderer.hpp | 474 AtomicInt batchSize; member
|