Home
last modified time | relevance | path

Searched refs:source (Results 1 – 8 of 8) sorted by relevance

/lib/lz4/
Dlz4_decompress.c460 int LZ4_decompress_safe(const char *source, char *dest, in LZ4_decompress_safe() argument
463 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe()
478 int LZ4_decompress_fast(const char *source, char *dest, int originalSize) in LZ4_decompress_fast() argument
480 return LZ4_decompress_generic(source, dest, 0, originalSize, in LZ4_decompress_fast()
488 static int LZ4_decompress_safe_withPrefix64k(const char *source, char *dest, in LZ4_decompress_safe_withPrefix64k() argument
491 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe_withPrefix64k()
498 static int LZ4_decompress_safe_withSmallPrefix(const char *source, char *dest, in LZ4_decompress_safe_withSmallPrefix() argument
503 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe_withSmallPrefix()
510 int LZ4_decompress_safe_forceExtDict(const char *source, char *dest, in LZ4_decompress_safe_forceExtDict() argument
514 return LZ4_decompress_generic(source, dest, in LZ4_decompress_safe_forceExtDict()
[all …]
Dlz4_compress.c178 const char * const source, in LZ4_compress_generic() argument
188 const BYTE *ip = (const BYTE *) source; in LZ4_compress_generic()
194 const size_t dictDelta = dictEnd - (const BYTE *)source; in LZ4_compress_generic()
195 const BYTE *anchor = (const BYTE *) source; in LZ4_compress_generic()
215 base = (const BYTE *)source; in LZ4_compress_generic()
216 lowLimit = (const BYTE *)source; in LZ4_compress_generic()
219 base = (const BYTE *)source - dictPtr->currentOffset; in LZ4_compress_generic()
220 lowLimit = (const BYTE *)source - dictPtr->dictSize; in LZ4_compress_generic()
223 base = (const BYTE *)source - dictPtr->currentOffset; in LZ4_compress_generic()
224 lowLimit = (const BYTE *)source; in LZ4_compress_generic()
[all …]
Dlz4hc_compress.c340 const char * const source, in LZ4HC_compress_generic() argument
348 const BYTE *ip = (const BYTE *) source; in LZ4HC_compress_generic()
669 const char *source, in LZ4_compressHC_continue_generic() argument
679 LZ4HC_init(ctxPtr, (const BYTE *) source); in LZ4_compressHC_continue_generic()
692 if ((const BYTE *)source != ctxPtr->end) in LZ4_compressHC_continue_generic()
693 LZ4HC_setExternalDict(ctxPtr, (const BYTE *)source); in LZ4_compressHC_continue_generic()
697 const BYTE *sourceEnd = (const BYTE *) source + inputSize; in LZ4_compressHC_continue_generic()
702 && ((const BYTE *)source < dictEnd)) { in LZ4_compressHC_continue_generic()
712 return LZ4HC_compress_generic(ctxPtr, source, dest, in LZ4_compressHC_continue_generic()
718 const char *source, in LZ4_compress_HC_continue() argument
[all …]
/lib/zstd/
Dfse_compress.c357 …_parallel_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize… in FSE_count_parallel_wksp() argument
360 const BYTE *ip = (const BYTE *)source; in FSE_count_parallel_wksp()
448 size_t FSE_countFast_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t … in FSE_countFast_wksp() argument
451 return FSE_count_simple(count, maxSymbolValuePtr, source, sourceSize); in FSE_countFast_wksp()
452 return FSE_count_parallel_wksp(count, maxSymbolValuePtr, source, sourceSize, 0, workSpace); in FSE_countFast_wksp()
458 size_t FSE_count_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sour… in FSE_count_wksp() argument
461 return FSE_count_parallel_wksp(count, maxSymbolValuePtr, source, sourceSize, 1, workSpace); in FSE_count_wksp()
463 return FSE_countFast_wksp(count, maxSymbolValuePtr, source, sourceSize, workSpace); in FSE_count_wksp()
Dfse.h249 size_t FSE_count_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sour…
/lib/
Dtest_blackhole_dev.c52 uh->source = uh->dest = htons(UDP_PORT); in test_blackholedev_init()
DKconfig70 source "lib/math/Kconfig"
124 source "lib/crypto/Kconfig"
348 source "lib/xz/Kconfig"
505 source "kernel/dma/Kconfig"
628 source "lib/vdso/Kconfig"
630 source "lib/fonts/Kconfig"
672 # 'bytes-transferred' if that exception fires when accessing the source
DKconfig.debug118 enabled/disabled based on various levels of scope - per source file,
123 If a source file is compiled with DEBUG flag set, any
140 filename : source file of the debug statement
599 source "lib/Kconfig.kgdb"
600 source "lib/Kconfig.ubsan"
601 source "lib/Kconfig.kcsan"
622 source "mm/Kconfig.debug"
981 source "lib/Kconfig.kasan"
982 source "lib/Kconfig.kfence"
1688 source "kernel/rcu/Kconfig.debug"
[all …]