Home
last modified time | relevance | path

Searched refs:withPrefix64k (Results 1 – 3 of 3) sorted by relevance

/linux/lib/lz4/
H A Dlz4_decompress.c172 (dict == withPrefix64k || match >= lowPrefix)) { in LZ4_decompress_generic()
481 withPrefix64k, in LZ4_decompress_fast()
493 withPrefix64k, in LZ4_decompress_safe_withPrefix64k()
H A Dlz4_compress.c217 case withPrefix64k: in LZ4_compress_generic()
902 withPrefix64k, dictSmall, acceleration); in LZ4_compress_fast_continue()
907 withPrefix64k, noDictIssue, acceleration); in LZ4_compress_fast_continue()
H A Dlz4defs.h239 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator