Searched refs:noLimit (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4defs.h | 234 typedef enum { noLimit = 0, limitedOutput = 1 } limitedOutput_directive; enumerator
|
H A D | lz4hc_compress.c | 605 srcSize, maxDstSize, compressionLevel, noLimit); in LZ4_compress_HC_extStateHC() 728 source, dest, inputSize, maxOutputSize, noLimit); in LZ4_compress_HC_continue()
|
H A D | lz4_compress.c | 482 noLimit, byU16, noDict, in LZ4_compress_fast_extState() 487 noLimit, tableType, noDict, in LZ4_compress_fast_extState()
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4defs.h | 236 typedef enum { noLimit = 0, limitedOutput = 1 } limitedOutput_directive; enumerator
|
H A D | lz4hc_compress.c | 605 srcSize, maxDstSize, compressionLevel, noLimit); in LZ4_compress_HC_extStateHC() 728 source, dest, inputSize, maxOutputSize, noLimit); in LZ4_compress_HC_continue()
|
H A D | lz4_compress.c | 482 noLimit, byU16, noDict, in LZ4_compress_fast_extState() 487 noLimit, tableType, noDict, in LZ4_compress_fast_extState()
|
Completed in 6 milliseconds