Searched refs:algo_time_t (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | huf_decompress.c | 1026 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef 1027 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v03.c | 2196 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef 2197 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
|
| H A D | zstd_v04.c | 2343 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef 2344 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
|
| H A D | zstd_v02.c | 2556 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef 2557 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
|
| H A D | zstd_v06.c | 2625 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef 2626 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
|
| H A D | zstd_v05.c | 2496 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef 2497 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
|
| H A D | zstd_v07.c | 2481 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef 2482 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 22350 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef 22351 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
|