Home
last modified time | relevance | path

Searched refs:tlen_table (Results 1 – 1 of 1) sorted by relevance

/external/zstd/tests/
Dparamgrill.c94 static const U32 tlen_table[TLEN_RANGE] = { 0, 1, 2, 4, 6, 8, 12, 16, 24, 32, 48, 64, 96, 128, 256,… variable
155 return tlen_table[uind]; in rangeMap()
184 if(tlen_table[mid] < value) { in invRangeMap()
186 } if(tlen_table[mid] == value) { in invRangeMap()