Home
last modified time | relevance | path

Searched refs:inputSize (Results 1 – 17 of 17) sorted by relevance

/external/lz4/lib/
Dlz4hc.h203 …ss_HC() instead") int LZ4_compressHC (const char* source, char* dest, int inputSize);
204 …) int LZ4_compressHC_limitedOutput (const char* source, char* dest, int inputSize, int maxOutputSi…
205 …HC() instead") int LZ4_compressHC2 (const char* source, char* dest, int inputSize, int compression…
206 … int LZ4_compressHC2_limitedOutput (const char* source, char* dest, int inputSize, int maxOutputSi…
207 …_compressHC_withStateHC (void* state, const char* source, char* dest, int inputSize);
208 …tedOutput_withStateHC (void* state, const char* source, char* dest, int inputSize, int maxOutputSi…
209 …mpressHC2_withStateHC (void* state, const char* source, char* dest, int inputSize, int compression…
210 …itedOutput_withStateHC(void* state, const char* source, char* dest, int inputSize, int maxOutputSi…
211 …nue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* source, char* dest, int inputSize);
212 …e (LZ4_streamHC_t* LZ4_streamHCPtr, const char* source, char* dest, int inputSize, int maxOutputSi…
[all …]
Dlz4.c463 const int inputSize, in LZ4_compress_generic() argument
479 const BYTE* const iend = ip + inputSize; in LZ4_compress_generic()
489 …if ((U32)inputSize > (U32)LZ4_MAX_INPUT_SIZE) return 0; /* Unsupported inputSize, too large (or … in LZ4_compress_generic()
506 …if ((tableType == byU16) && (inputSize>=LZ4_64Klimit)) return 0; /* Size too large (not within 6… in LZ4_compress_generic()
507 …if (inputSize<LZ4_minLength) goto _last_literals; /* Input too small, no compress… in LZ4_compress_generic()
659 int LZ4_compress_fast_extState(void* state, const char* source, char* dest, int inputSize, int maxO… in LZ4_compress_fast_extState() argument
665 if (maxOutputSize >= LZ4_compressBound(inputSize)) { in LZ4_compress_fast_extState()
666 if (inputSize < LZ4_64Klimit) in LZ4_compress_fast_extState()
667 …return LZ4_compress_generic(ctx, source, dest, inputSize, 0, notLimited, … in LZ4_compress_fast_extState()
669 …return LZ4_compress_generic(ctx, source, dest, inputSize, 0, notLimited, (sizeof(vo… in LZ4_compress_fast_extState()
[all …]
Dlz4.h160 LZ4LIB_API int LZ4_compressBound(int inputSize);
181 …ompress_fast_extState (void* state, const char* source, char* dest, int inputSize, int maxDestSize…
433 … LZ4_compress_withState (void* state, const char* source, char* dest, int inputSize);
434 …mitedOutput_withState (void* state, const char* source, char* dest, int inputSize, int maxOutputSi…
435 …ntinue (LZ4_stream_t* LZ4_streamPtr, const char* source, char* dest, int inputSize);
436 …inue (LZ4_stream_t* LZ4_streamPtr, const char* source, char* dest, int inputSize, int maxOutputSi…
Dlz4hc.c314 int const inputSize, in LZ4HC_compress_hashChain() argument
322 const BYTE* const iend = ip + inputSize; in LZ4HC_compress_hashChain()
339 ctx->end += inputSize; in LZ4HC_compress_hashChain()
502 int const inputSize, in LZ4HC_compress_generic() argument
511 …case 10: return LZ4HC_compress_hashChain(ctx, source, dest, inputSize, maxOutputSize, 1 << (16-1),… in LZ4HC_compress_generic()
512 …Num(compressionLevel); return LZ4HC_compress_optimal(ctx, source, dest, inputSize, maxOutputSize, … in LZ4HC_compress_generic()
514 …Num(compressionLevel); return LZ4HC_compress_optimal(ctx, source, dest, inputSize, maxOutputSize, … in LZ4HC_compress_generic()
517 …return LZ4HC_compress_hashChain(ctx, source, dest, inputSize, maxOutputSize, 1 << (compressionLeve… in LZ4HC_compress_generic()
605 … int inputSize, int maxOutputSize, limitedOutput_directive limit) in LZ4_compressHC_continue_generic() argument
622 { const BYTE* sourceEnd = (const BYTE*) source + inputSize; in LZ4_compressHC_continue_generic()
[all …]
Dlz4opt.h209 int inputSize, in LZ4HC_compress_optimal() argument
224 const BYTE* const iend = ip + inputSize; in LZ4HC_compress_optimal()
231 ctx->end += inputSize; in LZ4HC_compress_optimal()
/external/skia/bench/
DBitmapScaleBench.cpp39 int inputSize() const { in inputSize() function in BitmapScaleBench
48 return float(outputSize())/inputSize(); in scale()
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java196 private void verifyTableSize(int inputSize, int setSize, int tableSize) { in verifyTableSize() argument
198 for (int i = 0; i < inputSize; i++) { in verifyTableSize()
203 assertEquals("Input size " + inputSize + " and set size " + setSize, in verifyTableSize()
/external/icu/icu4c/source/common/
Dubrk.cpp140 int32_t inputSize = *pBufferSize; in ubrk_safeClone() local
142 if (inputSize == 0) { in ubrk_safeClone()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionSycl.h113 size_t inputSize =self.impl().dimensions().TotalSize();
114 …size_t rng = inputSize/red_factor; // the total number of thread initially is half the size of the…
115 size_t remaining = inputSize% red_factor;
/external/libjpeg-turbo/java/
DTJExample.java246 int inputSize = fis.available(); in main() local
247 if (inputSize < 1) { in main()
251 byte[] inputBuf = new byte[inputSize]; in main()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp379 const deUint32 inputSize = getVertexFormatSize(attributeInfo.vkType); in createInstance() local
381 attributeMaxSizes[attributeBinding] = de::max(attributeMaxSizes[attributeBinding], inputSize); in createInstance()
389 const deUint32 inputSize = getVertexFormatSize(attributeInfo.vkType); in createInstance() local
420 bindingDescriptions[attributeBinding].stride += offsetToComponentAlignment + inputSize; in createInstance()
421 attributeOffsets[attributeBinding] += inputSize; in createInstance()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1119 const int inputSize; member
1194 const int numPixels = s_formatData[format.type].inputSize / inputPixelSize; in getInputAccess()
1197 DE_ASSERT(numPixels*inputPixelSize == s_formatData[format.type].inputSize); in getInputAccess()
/external/icu/icu4c/source/i18n/
Ducol.cpp89 int32_t inputSize = *pBufferSize; in ucol_safeClone() local
91 if (inputSize == 0) { in ucol_safeClone()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp615 const VkDeviceSize inputSize = sizePerElement * count; in addAttribute() local
621 inputSize, // VkDeviceSize size; in addAttribute()
633 deMemcpy(alloc->getHostPtr(), dataPtr, (size_t)inputSize); in addAttribute()
634 flushMappedMemoryRange(vk, vkDevice, alloc->getMemory(), alloc->getOffset(), inputSize); in addAttribute()
/external/lz4/tests/
Dfullbench.c219 …Z4_compress_forceExtDict (LZ4_stream_t* LZ4_stream, const char* source, char* dest, int inputSize);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp855 const VkDeviceSize inputSize = sizePerElement * count; in addAttribute() local
861 inputSize, // VkDeviceSize size; in addAttribute()
872 deMemcpy(alloc->getHostPtr(), dataPtr, (size_t)inputSize); in addAttribute()
873 flushMappedMemoryRange(vk, vkDevice, alloc->getMemory(), alloc->getOffset(), inputSize); in addAttribute()
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp9266 int inputSize = env->GetArrayLength(inputJavaBytes); in NativeCrypto_BIO_write() local
9267 if (offset < 0 || offset > inputSize || length < 0 || length > inputSize - offset) { in NativeCrypto_BIO_write()