/external/lz4/lib/ |
D | lz4hc.h | 203 …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 …]
|
D | lz4.c | 463 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 …]
|
D | lz4.h | 160 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…
|
D | lz4hc.c | 314 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 …]
|
D | lz4opt.h | 209 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/ |
D | BitmapScaleBench.cpp | 39 int inputSize() const { in inputSize() function in BitmapScaleBench 48 return float(outputSize())/inputSize(); in scale()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetTest.java | 196 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/ |
D | ubrk.cpp | 140 int32_t inputSize = *pBufferSize; in ubrk_safeClone() local 142 if (inputSize == 0) { in ubrk_safeClone()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorReductionSycl.h | 113 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/ |
D | TJExample.java | 246 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/ |
D | vktPipelineVertexInputTests.cpp | 379 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/ |
D | ditTextureFormatTests.cpp | 1119 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/ |
D | ucol.cpp | 89 int32_t inputSize = *pBufferSize; in ucol_safeClone() local 91 if (inputSize == 0) { in ucol_safeClone()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 615 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/ |
D | fullbench.c | 219 …Z4_compress_forceExtDict (LZ4_stream_t* LZ4_stream, const char* source, char* dest, int inputSize);
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 855 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/ |
D | NativeCrypto.cpp | 9266 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()
|