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

  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress.c 1793 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t;
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 2130 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t;
2173 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v07.c 2422 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t;
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 2283 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t;
2326 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v02.c 2491 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t;
2534 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v05.c 2440 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t;
2482 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);
zstd_v06.c 2565 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t;
2604 Dtime[n] = algoTime[Q][n].tableTime + (algoTime[Q][n].decode256Time * D256);

Completed in 33 milliseconds