Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/lz4/
H A Dlz4defs.h99 #define RUN_BITS (8 - ML_BITS) macro
100 #define RUN_MASK ((1U << RUN_BITS) - 1)
/OK3568_Linux_fs/u-boot/lib/
H A Dlz4.c46 #define RUN_BITS (8-ML_BITS) macro
47 #define RUN_MASK ((1U<<RUN_BITS)-1)