Searched refs:hType (Results 1 – 4 of 4) sorted by relevance
31 symbolEncodingType_e hType; member86 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()95 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()105 hufMetadata->hType = set_rle; in ZSTD_buildSuperBlockEntropy_literal()110 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()148 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()152 hufMetadata->hType = set_compressed; in ZSTD_buildSuperBlockEntropy_literal()331 symbolEncodingType_e hType = writeEntropy ? hufMetadata->hType : set_repeat; in ZSTD_compressSubBlock_literal() local342 } else if (hufMetadata->hType == set_rle) { in ZSTD_compressSubBlock_literal()348 assert(hufMetadata->hType == set_compressed || hufMetadata->hType == set_repeat); in ZSTD_compressSubBlock_literal()[all …]
82 symbolEncodingType_e hType = set_compressed; in ZSTD_compressLiterals() local116 hType = set_repeat; in ZSTD_compressLiterals()129 if (hType == set_compressed) { in ZSTD_compressLiterals()138 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressLiterals()143 { U32 const lhc = hType + (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressLiterals()148 { U32 const lhc = hType + (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressLiterals()
76 #define SQLEndTran(hType, hdbc,type) SQLTransact(henv, hdbc, type) argument
11153 hType = set_repeat; in ZSTD_compressLiterals()11166 if (hType == set_compressed) { in ZSTD_compressLiterals()11737 symbolEncodingType_e hType; member11792 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()11801 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()11811 hufMetadata->hType = set_rle; in ZSTD_buildSuperBlockEntropy_literal()11816 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()11854 hufMetadata->hType = set_basic; in ZSTD_buildSuperBlockEntropy_literal()12037 symbolEncodingType_e hType = writeEntropy ? hufMetadata->hType : set_repeat; in ZSTD_compressSubBlock_literal() local12054 assert(hufMetadata->hType == set_compressed || hufMetadata->hType == set_repeat); in ZSTD_compressSubBlock_literal()[all …]