Searched refs:dictSmall (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4_compress.c | 283 } while (((dictIssue == dictSmall) in LZ4_compress_generic() 416 if (((dictIssue == dictSmall) ? (match >= lowRefLimit) : 1) in LZ4_compress_generic() 903 withPrefix64k, dictSmall, acceleration); in LZ4_compress_fast_continue() 924 usingExtDict, dictSmall, acceleration); in LZ4_compress_fast_continue()
|
H A D | lz4defs.h | 238 typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; enumerator
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4_compress.c | 283 } while (((dictIssue == dictSmall) in LZ4_compress_generic() 416 if (((dictIssue == dictSmall) ? (match >= lowRefLimit) : 1) in LZ4_compress_generic() 903 withPrefix64k, dictSmall, acceleration); in LZ4_compress_fast_continue() 924 usingExtDict, dictSmall, acceleration); in LZ4_compress_fast_continue()
|
H A D | lz4defs.h | 240 typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; enumerator
|
Completed in 4 milliseconds