Home
last modified time | relevance | path

Searched defs:dstCapacity (Results 1 – 6 of 6) sorted by relevance

/external/lz4/lib/
Dlz4hc.c710 int const dstCapacity, in LZ4HC_compress_generic_internal()
768 int const dstCapacity, in LZ4HC_compress_generic_noDictCtx()
782 int const dstCapacity, in LZ4HC_compress_generic_dictCtx()
807 int const dstCapacity, in LZ4HC_compress_generic()
822 …eHC_fastReset (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compress… in LZ4_compress_HC_extStateHC_fastReset()
834 …HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compress… in LZ4_compress_HC_extStateHC()
841 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC()
958 int* srcSizePtr, int dstCapacity, in LZ4_compressHC_continue_generic()
990 …ontinue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_HC_continue()
1076 …t_continue (void* LZ4HC_Data, const char* src, char* dst, int srcSize, int dstCapacity, int cLevel) in LZ4_compressHC2_limitedOutput_continue()
[all …]
Dlz4frame.c358 void* dstBuffer, size_t dstCapacity, in LZ4F_compressFrame_usingCDict()
410 size_t LZ4F_compressFrame(void* dstBuffer, size_t dstCapacity, in LZ4F_compressFrame()
582 void* dstBuffer, size_t dstCapacity, in LZ4F_compressBegin_usingCDict()
692 void* dstBuffer, size_t dstCapacity, in LZ4F_compressBegin()
739 static int LZ4F_compressBlock(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, … in LZ4F_compressBlock()
750 …ssBlock_continue(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, int level, c… in LZ4F_compressBlock_continue()
757 static int LZ4F_compressBlockHC(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity in LZ4F_compressBlockHC()
766 …BlockHC_continue(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, int level, c… in LZ4F_compressBlockHC_continue()
799 void* dstBuffer, size_t dstCapacity, in LZ4F_compressUpdate()
905 size_t LZ4F_flush(LZ4F_cctx* cctxPtr, void* dstBuffer, size_t dstCapacity, const LZ4F_compressOptio… in LZ4F_flush()
Dlz4.c1041 …tate_fastReset(void* state, const char* src, char* dst, int srcSize, int dstCapacity, int accelera… in LZ4_compress_fast_extState_fastReset()
1659 …safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial()
1922 …utput_continue (LZ4_stream_t* LZ4_stream, const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_limitedOutput_continue()
/external/lz4/examples/
DframeCompress.c173 void* dst, size_t dstCapacity) in decompress_file_internal()
268 size_t const dstCapacity = get_block_size(&info); in decompress_file_allocDst() local
/external/lz4/tests/
Dframetest.c417 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs); in basicTests() local
425 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs); in basicTests() local
518 size_t const dstCapacity = LZ4F_compressFrameBound(dictSize, NULL); in basicTests() local
/external/icu/icu4c/source/common/
Duniset_props.cpp782 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName()