Home
last modified time | relevance | path

Searched defs:ratioDigits (Results 1 – 1 of 1) sorted by relevance

/external/zstd/programs/
Dbenchzstd.c636 int const ratioDigits = 1 + (ratio < 100.) + (ratio < 10.); in BMK_benchMemAdvancedNoAlloc() local
672 int const ratioDigits = 1 + (ratio < 100.) + (ratio < 10.); in BMK_benchMemAdvancedNoAlloc() local