Searched refs:algoTime (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | huf_decompress.c | 1027 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] = variable 1070 U32 const DTime0 = algoTime[Q][0].tableTime + (algoTime[Q][0].decode256Time * D256); in HUF_selectDecoder() 1071 U32 DTime1 = algoTime[Q][1].tableTime + (algoTime[Q][1].decode256Time * D256); in HUF_selectDecoder()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 453 #define algoTime zfs_algoTime macro
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v07.c | 2482 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] = variable 2513 U32 const DTime0 = algoTime[Q][0].tableTime + (algoTime[Q][0].decode256Time * D256); in HUFv07_selectDecoder() 2514 U32 DTime1 = algoTime[Q][1].tableTime + (algoTime[Q][1].decode256Time * D256); in HUFv07_selectDecoder()
|
| H A D | zstd_v03.c | 2197 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] = variable 2239 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256); in HUF_decompress()
|
| H A D | zstd_v04.c | 2344 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] = variable 2386 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256); in HUF_decompress()
|
| H A D | zstd_v02.c | 2557 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] = variable 2599 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256); in HUF_decompress()
|
| H A D | zstd_v06.c | 2626 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] = variable 2664 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256); in HUFv06_decompress()
|
| H A D | zstd_v05.c | 2497 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] = variable 2538 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256); in HUFv05_decompress()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 22351 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] = variable 22394 U32 const DTime0 = algoTime[Q][0].tableTime + (algoTime[Q][0].decode256Time * D256); in HUF_selectDecoder() 22395 U32 DTime1 = algoTime[Q][1].tableTime + (algoTime[Q][1].decode256Time * D256); in HUF_selectDecoder()
|