Home
last modified time | relevance | path

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

/lib/zstd/
Dcompress.c488 symbolEncodingType_e hType = set_compressed; in ZSTD_compressLiterals() local
511 hType = set_repeat; in ZSTD_compressLiterals()
531 U32 const lhc = hType + ((!singleStream) << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 14); in ZSTD_compressLiterals()
537 U32 const lhc = hType + (2 << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 18); in ZSTD_compressLiterals()
544 U32 const lhc = hType + (3 << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 22); in ZSTD_compressLiterals()