Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4defs.h101 #define RUN_BITS (8 - ML_BITS) macro
102 #define RUN_MASK ((1U << RUN_BITS) - 1)
/openbmc/u-boot/lib/
H A Dlz4.c45 #define RUN_BITS (8-ML_BITS) macro
46 #define RUN_MASK ((1U<<RUN_BITS)-1)