Searched defs:LZ4_minLength (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/ | ||
H A D | lz4.c | 34 static const int LZ4_minLength = (MFLIMIT+1); variable |
/openbmc/linux/lib/lz4/ | ||
H A D | lz4_compress.c | 42 static const int LZ4_minLength = (MFLIMIT + 1); variable |