Home
last modified time | relevance | path

Searched refs:tdPtr (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c73 void* const tdPtr = dt+1; /* because *dt is unsigned, 32-bits aligned on 32-bits */ in FSE_buildDTable_internal() local
74 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable_internal()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v04.c1080 void* const tdPtr = dt+1; /* because dt is unsigned, 32-bits aligned on 32-bits */ in FSE_buildDTable() local
1081 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable()
H A Dzstd_v06.c1464 void* const tdPtr = dt+1; /* because *dt is unsigned, 32-bits aligned on 32-bits */ in FSEv06_buildDTable() local
1465 FSEv06_DECODE_TYPE* const tableDecode = (FSEv06_DECODE_TYPE*) (tdPtr); in FSEv06_buildDTable()
H A Dzstd_v05.c1216 void* const tdPtr = dt+1; /* because dt is unsigned, 32-bits aligned on 32-bits */ in FSEv05_buildDTable() local
1217 FSEv05_DECODE_TYPE* const tableDecode = (FSEv05_DECODE_TYPE*) (tdPtr); in FSEv05_buildDTable()
H A Dzstd_v07.c1484 void* const tdPtr = dt+1; /* because *dt is unsigned, 32-bits aligned on 32-bits */ in FSEv07_buildDTable() local
1485 FSEv07_DECODE_TYPE* const tableDecode = (FSEv07_DECODE_TYPE*) (tdPtr); in FSEv07_buildDTable()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2824 void* const tdPtr = dt+1; /* because *dt is unsigned, 32-bits aligned on 32-bits */ in FSE_buildDTable() local
2825 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable()