Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dzstd_internal.h83 typedef enum { set_basic, set_rle, set_compressed, set_repeat } symbolEncodingType_e; typedef
A Ddecompress.c430 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