Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlz4.c31 #define COPYLENGTH 8 macro
33 #define MFLIMIT (COPYLENGTH+MINMATCH)
131 || ((!endOnInput) && (cpy>oend-COPYLENGTH))) in LZ4_decompress_generic()