Searched refs:withPrefix64k (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4_decompress.c | 73 /* noDict, withPrefix64k, usingExtDict */ in LZ4_decompress_generic() 173 (dict == withPrefix64k || match >= lowPrefix)) { in LZ4_decompress_generic() 482 withPrefix64k, in LZ4_decompress_fast() 494 withPrefix64k, in LZ4_decompress_safe_withPrefix64k()
|
H A D | lz4defs.h | 237 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator
|
H A D | lz4_compress.c | 218 case withPrefix64k: in LZ4_compress_generic() 903 withPrefix64k, dictSmall, acceleration); in LZ4_compress_fast_continue() 908 withPrefix64k, noDictIssue, acceleration); in LZ4_compress_fast_continue()
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4_decompress.c | 73 /* noDict, withPrefix64k, usingExtDict */ in LZ4_decompress_generic() 173 (dict == withPrefix64k || match >= lowPrefix)) { in LZ4_decompress_generic() 482 withPrefix64k, in LZ4_decompress_fast() 494 withPrefix64k, in LZ4_decompress_safe_withPrefix64k()
|
H A D | lz4defs.h | 239 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator
|
H A D | lz4_compress.c | 218 case withPrefix64k: in LZ4_compress_generic() 903 withPrefix64k, dictSmall, acceleration); in LZ4_compress_fast_continue() 908 withPrefix64k, noDictIssue, acceleration); in LZ4_compress_fast_continue()
|
Completed in 6 milliseconds