Searched defs:source (Results 1 – 4 of 4) sorted by relevance
/lib/lz4/ |
D | lz4_decompress.c | 460 int LZ4_decompress_safe(const char *source, char *dest, in LZ4_decompress_safe() 478 int LZ4_decompress_fast(const char *source, char *dest, int originalSize) in LZ4_decompress_fast() 488 static int LZ4_decompress_safe_withPrefix64k(const char *source, char *dest, in LZ4_decompress_safe_withPrefix64k() 498 static int LZ4_decompress_safe_withSmallPrefix(const char *source, char *dest, in LZ4_decompress_safe_withSmallPrefix() 510 int LZ4_decompress_safe_forceExtDict(const char *source, char *dest, in LZ4_decompress_safe_forceExtDict() 521 static int LZ4_decompress_fast_extDict(const char *source, char *dest, in LZ4_decompress_fast_extDict() 538 int LZ4_decompress_safe_doubleDict(const char *source, char *dest, in LZ4_decompress_safe_doubleDict() 551 int LZ4_decompress_fast_doubleDict(const char *source, char *dest, in LZ4_decompress_fast_doubleDict() 588 const char *source, char *dest, int compressedSize, int maxOutputSize) in LZ4_decompress_safe_continue() 641 const char *source, char *dest, int originalSize) in LZ4_decompress_fast_continue() [all …]
|
D | lz4_compress.c | 178 const char * const source, in LZ4_compress_generic() 460 const char *source, in LZ4_compress_fast_extState() 503 int LZ4_compress_fast(const char *source, char *dest, int inputSize, in LZ4_compress_fast() 511 int LZ4_compress_default(const char *source, char *dest, int inputSize, in LZ4_compress_default() 857 int LZ4_compress_fast_continue(LZ4_stream_t *LZ4_stream, const char *source, in LZ4_compress_fast_continue()
|
D | lz4hc_compress.c | 340 const char * const source, in LZ4HC_compress_generic() 669 const char *source, in LZ4_compressHC_continue_generic() 718 const char *source, in LZ4_compress_HC_continue()
|
/lib/zstd/ |
D | fse_compress.c | 357 …_count_parallel_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sour… in FSE_count_parallel_wksp() 448 size_t FSE_countFast_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t … in FSE_countFast_wksp() 458 size_t FSE_count_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sour… in FSE_count_wksp()
|