Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/programs/
H A Dlorem.c167 size_t lastChars = g_maxChars - g_nbChars; in writeLastCharacters() local
169 if (lastChars == 0) in writeLastCharacters()
172 if (lastChars > 2) { in writeLastCharacters()
173 memset(g_ptr + g_nbChars, ' ', lastChars - 2); in writeLastCharacters()
175 if (lastChars > 1) { in writeLastCharacters()