Home
last modified time | relevance | path

Searched defs:tableDecode (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c74 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable_internal() local
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c373 ZSTD_seqSymbol* const tableDecode = dt+1; in ZSTD_buildFSETable_body() local
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c404 …FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)(ptr) + 1; /* because dt is unsigned, 32-… in FSE_buildDTable() local
H A Dzstd_v03.c1105 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr; in FSE_buildDTable() local
H A Dzstd_v04.c1081 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable() local
H A Dzstd_v02.c1103 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr; in FSE_buildDTable() local
H A Dzstd_v06.c1465 FSEv06_DECODE_TYPE* const tableDecode = (FSEv06_DECODE_TYPE*) (tdPtr); in FSEv06_buildDTable() local
H A Dzstd_v05.c1217 FSEv05_DECODE_TYPE* const tableDecode = (FSEv05_DECODE_TYPE*) (tdPtr); in FSEv05_buildDTable() local
H A Dzstd_v07.c1485 FSEv07_DECODE_TYPE* const tableDecode = (FSEv07_DECODE_TYPE*) (tdPtr); in FSEv07_buildDTable() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2825 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable() local
26766 ZSTD_seqSymbol* const tableDecode = dt+1; in ZSTD_buildFSETable() local