Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dlz4.c43 #define ML_BITS 4 macro
44 #define ML_MASK ((1U<<ML_BITS)-1)
45 #define RUN_BITS (8-ML_BITS)
115 if ((length=(token>>ML_BITS)) == RUN_MASK) in LZ4_decompress_generic()
/external/lz4/lib/
Dlz4.c312 #define ML_BITS 4 macro
313 #define ML_MASK ((1U<<ML_BITS)-1)
314 #define RUN_BITS (8-ML_BITS)
824 *token = (RUN_MASK<<ML_BITS); in LZ4_compress_generic()
828 else *token = (BYTE)(litLength<<ML_BITS); in LZ4_compress_generic()
991 *op++ = RUN_MASK << ML_BITS; in LZ4_compress_generic()
995 *op++ = (BYTE)(lastRun<<ML_BITS); in LZ4_compress_generic()
1450 size_t length = token >> ML_BITS; /* literal length */ in LZ4_decompress_generic()
Dlz4hc.c443 *token = (RUN_MASK << ML_BITS); in LZ4HC_encodeSequence()
447 *token = (BYTE)(length << ML_BITS); in LZ4HC_encodeSequence()
673 *op++ = (RUN_MASK << ML_BITS); in LZ4HC_compress_hashChain()
677 *op++ = (BYTE)(lastRunSize << ML_BITS); in LZ4HC_compress_hashChain()
1392 *op++ = (RUN_MASK << ML_BITS); in LZ4HC_compress_optimal()
1396 *op++ = (BYTE)(lastRunSize << ML_BITS); in LZ4HC_compress_optimal()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...