HomeSort by: relevance | last modified time | path
    Searched defs:algo_time_t (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; typedef in typeref:struct:__anon8674
1794 static const algo_time_t algoTime[16 /* Quantization */][2 /* single, double */] =
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v03.c 2130 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef in typeref:struct:__anon166
2131 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
zstd_v04.c 2283 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef in typeref:struct:__anon8763
2284 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
zstd_v02.c 2491 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef in typeref:struct:__anon150
2492 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
zstd_v05.c 2440 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef in typeref:struct:__anon183
2441 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
zstd_v06.c 2565 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef in typeref:struct:__anon203
2566 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =
zstd_v07.c 2422 typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; typedef in typeref:struct:__anon220
2423 static const algo_time_t algoTime[16 /* Quantization */][3 /* single, double, quad */] =

Completed in 35 milliseconds