Searched refs:symbolEncodingType_e (Results 1 – 2 of 2) sorted by relevance
83 typedef enum { set_basic, set_rle, set_compressed, set_repeat } symbolEncodingType_e; typedef
430 symbolEncodingType_e const litEncType = (symbolEncodingType_e)(istart[0] & 3); in ZSTD_decodeLiteralsBlock()743 …ldSeqTable(FSE_DTable *DTableSpace, const FSE_DTable **DTablePtr, symbolEncodingType_e type, U32 m… in ZSTD_buildSeqTable()820 symbolEncodingType_e const LLtype = (symbolEncodingType_e)(*ip >> 6); in ZSTD_decodeSeqHeaders()821 symbolEncodingType_e const OFtype = (symbolEncodingType_e)((*ip >> 4) & 3); in ZSTD_decodeSeqHeaders()822 symbolEncodingType_e const MLtype = (symbolEncodingType_e)((*ip >> 2) & 3); in ZSTD_decodeSeqHeaders()
Completed in 11 milliseconds