Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/programs/
H A Dlorem.c103 static unsigned g_distribCount = 0; variable
121 g_distribCount = total; in countFreqs()
122 assert(g_distribCount <= DISTRIB_SIZE_MAX); in countFreqs()
212 int const wordID = g_distrib[LOREM_rand(g_distribCount)]; in generateSentence()
265 if (g_distribCount == 0) { in LOREM_genBlock()