Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4defs.h95 #define MAXD_LOG 16 macro
96 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1)
/openbmc/u-boot/lib/
H A Dlz4.c40 #define MAXD_LOG 16 macro
41 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1)