Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/libs/
Dlz4.c234 #define ML_BITS 4 macro
235 #define ML_MASK ((1U << ML_BITS) - 1)
236 #define RUN_BITS (8 - ML_BITS)
1367 *token = (RUN_MASK << ML_BITS); in LZ4_compress_generic_validated()
1373 *token = (BYTE)(litLength << ML_BITS); in LZ4_compress_generic_validated()
1598 *op++ = RUN_MASK << ML_BITS; in LZ4_compress_generic_validated()
1605 *op++ = (BYTE)(lastRun << ML_BITS); in LZ4_compress_generic_validated()
2296 length = token >> ML_BITS; /* literal length */ in LZ4_decompress_generic()
2499 length = token >> ML_BITS; /* literal length */ in LZ4_decompress_generic()