Home
last modified time | relevance | path

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

/external/zstd/lib/decompress/
Dzstd_decompress_block.c611 symbolEncodingType_e const OFtype = (symbolEncodingType_e)((*ip >> 4) & 3); in ZSTD_decodeSeqHeaders() local
629 OFtype, MaxOff, OffFSELog, in ZSTD_decodeSeqHeaders()
/external/zstd/lib/legacy/
Dzstd_v07.c3481 U32 const OFtype = (*ip >> 4) & 3; in ZSTDv07_decodeSeqHeaders() local
3490 …{ size_t const ofhSize = ZSTDv07_buildSeqTable(DTableOffb, OFtype, MaxOff, OffFSELog, ip, iend-i… in ZSTDv07_decodeSeqHeaders()