Home
last modified time | relevance | path

Searched defs:dtable (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c919 FSE_dtable dtable; in fse_decode_hufweights() local
1791 static inline u8 HUF_decode_symbol(const HUF_dtable *const dtable, in HUF_decode_symbol()
1806 static inline void HUF_init_state(const HUF_dtable *const dtable, in HUF_init_state()
1814 static size_t HUF_decompress_1stream(const HUF_dtable *const dtable, in HUF_decompress_1stream()
2001 static void HUF_free_dtable(HUF_dtable *const dtable) { in HUF_free_dtable()
2013 static inline u8 FSE_peek_symbol(const FSE_dtable *const dtable, in FSE_peek_symbol()
2020 static inline void FSE_update_state(const FSE_dtable *const dtable, in FSE_update_state()
2029 static inline u8 FSE_decode_symbol(const FSE_dtable *const dtable, in FSE_decode_symbol()
2037 static inline void FSE_init_state(const FSE_dtable *const dtable, in FSE_init_state()
2106 static void FSE_init_dtable(FSE_dtable *const dtable, in FSE_init_dtable()
[all …]
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c324 FSE_DTable* const dtable = (FSE_DTable*)workSpace; in FSE_decompress_wksp_body() local