Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlz4.c52 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator
171 if ((dict==usingExtDict) && (match < lowPrefix)) in LZ4_decompress_generic()