Searched defs:lineLen (Results 1 - 1 of 1) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ | ||
H A D | reverb.c | 147 unsigned lineLen = 0; local 151 if (lineLen + (needSpace ? 1 : 0) + nameLen > 72) { 155 lineLen = 0; 159 ++lineLen; 162 lineLen += nameLen; |
Completed in 80 milliseconds