Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c966 symbolEncodingType_e const OFtype = (symbolEncodingType_e)((*ip >> 4) & 3); in ZSTD_decodeSeqHeaders() local
981 OFtype, MaxOff, OffFSELog, in ZSTD_decodeSeqHeaders()
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c3470 U32 const OFtype = (*ip >> 4) & 3; in ZSTDv07_decodeSeqHeaders() local
3482 …{ size_t const ofhSize = ZSTDv07_buildSeqTable(DTableOffb, OFtype, MaxOff, OffFSELog, ip, iend-i… in ZSTDv07_decodeSeqHeaders()