Home
last modified time | relevance | path

Searched defs:outputSize (Results 1 – 20 of 20) sorted by relevance

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DAesGcmTest.java228 int outputSize = cipher.getOutputSize(test.pt.length); in testByteBuffer() local
251 int outputSize = cipher.getOutputSize(test.pt.length); in testByteBufferAlias() local
277 int outputSize = cipher.getOutputSize(test.pt.length); in testReadOnlyByteBuffer() local
/external/brotli/java/org/brotli/wrapper/dec/
DBrotliDecoderChannel.java60 int outputSize = decode(); in read() local
/external/tensorflow/tensorflow/lite/kernels/
Dhashtable_lookup.cc88 TfLiteIntArray* outputSize = TfLiteIntArrayCreate(NumDimensions(value)); in Prepare() local
Dembedding_lookup.cc62 TfLiteIntArray* outputSize = TfLiteIntArrayCreate(NumDimensions(value)); in Prepare() local
Dlsh_projection.cc95 TfLiteIntArray* outputSize = TfLiteIntArrayCreate(1); in Resize() local
Ddepthwise_conv.cc180 TfLiteIntArray* outputSize = TfLiteIntArrayCreate(4); in Prepare() local
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DCipherEncryptBenchmark.java64 final int outputSize; field in CipherEncryptBenchmark.EncryptStrategy
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/gdiff/
DGdiff.java85 long outputSize = 0; in patch() local
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DCipherEncryptBenchmark.java69 final int outputSize; field in CipherEncryptBenchmark.EncryptStrategy
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dlsh_projection.cc95 TfLiteIntArray* outputSize = TfLiteIntArrayCreate(1); in Resize() local
/external/u-boot/lib/
Dlz4.c71int outputSize, /* If endOnInput==endOnInputSize, this value is the max size of Output Buf… in LZ4_decompress_generic()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.hpp105 size_t outputSize = m_numOutputElements * sizeof(deInt32); in getBytes() local
DvktSpvAsmTypeTests.cpp1723 const deUint32 outputSize = TEST_DATASET_SIZE * m_vectorSize; in createTests() local
/external/syzkaller/pkg/ipc/
Dipc.go111 outputSize = 16 << 20 const
/external/icu/icu4c/source/common/
Dushape.cpp1498 int32_t outputSize, spacesCountl=0, spacesCountr=0; in u_shapeArabic() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1827 int outputSize = sourceLength; in internalShape() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1869 int outputSize = sourceLength; in internalShape() local
/external/lz4/lib/
Dlz4.c1407int outputSize, /* If endOnInput==endOnInputSize, this value is `dstCapacity` */ in LZ4_decompress_generic()
1937 int LZ4_uncompress (const char* source, char* dest, int outputSize) in LZ4_uncompress()
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc638 TfLiteIntArray* outputSize = TfLiteIntArrayCreate(1); in TEST() local
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc9535 jlong address, jint outputSize, jobject shc) { in NativeCrypto_ENGINE_SSL_read_BIO_direct()
9778 jsize outputSize = env->GetArrayLength(outputJavaBytes); in NativeCrypto_BIO_read() local