Searched refs:dPtr (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c126 void* dPtr = dt + 1; local
127 FSE_decode_t* const cell = (FSE_decode_t*)dPtr;
144 void* dPtr = dt + 1; local
145 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr;
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c191 void* dPtr = dt + 1; local
192 FSE_decode_t* const cell = (FSE_decode_t*)dPtr;
209 void* dPtr = dt + 1; local
210 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr;
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c1527 void* dPtr = dt + 1; local
1528 FSEv06_decode_t* const cell = (FSEv06_decode_t*)dPtr;
1545 void* dPtr = dt + 1; local
1546 FSEv06_decode_t* const dinfo = (FSEv06_decode_t*)dPtr;
H A Dzstd_v05.c1384 void* dPtr = dt + 1; local
1385 FSEv05_decode_t* const cell = (FSEv05_decode_t*)dPtr;
1402 void* dPtr = dt + 1; local
1403 FSEv05_decode_t* const dinfo = (FSEv05_decode_t*)dPtr;
H A Dzstd_v04.c1276 void* dPtr = dt + 1; local
1277 FSE_decode_t* const cell = (FSE_decode_t*)dPtr;
1294 void* dPtr = dt + 1; local
1295 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr;
H A Dzstd_v07.c1547 void* dPtr = dt + 1; local
1548 FSEv07_decode_t* const cell = (FSEv07_decode_t*)dPtr;
1565 void* dPtr = dt + 1; local
1566 FSEv07_decode_t* const dinfo = (FSEv07_decode_t*)dPtr;

Completed in 210 milliseconds