Home
last modified time | relevance | path

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

/src/contrib/sqlite3/autosetup/
H A Djimsh0.c21172 jim_wide min = 0, max = 0, len, maxMul; in Jim_RandCoreCommand() local
21193 maxMul = JIM_WIDE_MAX - (len ? (JIM_WIDE_MAX%len) : 0); in Jim_RandCoreCommand()
21198 if (r < 0 || r >= maxMul) continue; in Jim_RandCoreCommand()