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

  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress.c 1836 U32 const D256 = (U32)(dstSize >> 8);
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_v03.c 2159 const U32 D256 = (U32)(dstSize >> 8);
2173 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v07.c 2453 U32 const D256 = (U32)(dstSize >> 8);
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_v04.c 2312 const U32 D256 = (U32)(dstSize >> 8);
2326 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v02.c 2520 const U32 D256 = (U32)(dstSize >> 8);
2534 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v05.c 2469 const U32 D256 = (U32)(dstSize >> 8);
2482 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v06.c 2602 U32 const D256 = (U32)(dstSize >> 8);
2604 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);

Completed in 33 milliseconds