Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4defs.h239 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; typedef
H A Dlz4_decompress.c74 dict_directive dict, in LZ4_decompress_generic()
H A Dlz4_compress.c184 const dict_directive dict, in LZ4_compress_generic()
/openbmc/u-boot/lib/
H A Dlz4.c52 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; typedef