Home
last modified time | relevance | path

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

/external/zstd/tests/
Dparamgrill.c634 U32 sshb = maxBlockSize > 1 ? ZSTD_highbit32((U32)(maxBlockSize-1)) + 1 : 1; in optimizerAdjustInput() local
637 if(maxBlockSize < (1ULL << 31) && sshb + 1 < pc->vals[wlog_ind]) { in optimizerAdjustInput()
638 U32 adjust = MAX(mintable[wlog_ind], sshb); in optimizerAdjustInput()