Searched refs:TLEN_RANGE (Results 1 – 1 of 1) sorted by relevance
/external/zstd/tests/ |
D | paramgrill.c | 79 #define TLEN_RANGE 17 macro 94 static const U32 tlen_table[TLEN_RANGE] = { 0, 1, 2, 4, 6, 8, 12, 16, 24, 32, 48, 64, 96, 128, 256,… 128 … { WLOG_RANGE, CLOG_RANGE, HLOG_RANGE, SLOG_RANGE, MML_RANGE, TLEN_RANGE, STRT_RANGE, FADT_RANGE }; 181 int hi = TLEN_RANGE; in invRangeMap()
|