HomeSort by: relevance | last modified time | path
    Searched refs:algoTime (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress.c 1794 static const algo_time_t algoTime[16 /* Quantization */][2 /* single, double */] =
1837 U32 const DTime0 = algoTime[Q][0].tableTime + (algoTime[Q][0].decode256Time * D256);
1838 U32 DTime1 = algoTime[Q][1].tableTime + (algoTime[Q][1].decode256Time * D256);
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v07.c 2423 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
2454 U32 const DTime0 = algoTime[Q][0].tableTime + (algoTime[Q][0].decode256Time * D256);
2455 U32 DTime1 = algoTime[Q][1].tableTime + (algoTime[Q][1].decode256Time * D256);
zstd_v03.c 2131 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
2173 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v02.c 2492 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
2534 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v04.c 2284 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
2326 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v05.c 2441 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
2482 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v06.c 2566 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
2604 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);

Completed in 57 milliseconds