Searched refs:numRepititions (Results 1 – 1 of 1) sorted by relevance
759 static void TestLineCount(const char *prefixLine, const char *line, int32_t numRepititions) { in TestLineCount() argument774 for (repetitions = 0; repetitions < numRepititions; repetitions++) { in TestLineCount()809 if (repetitions != numRepititions) { in TestLineCount()810 log_err("got wrong number of lines. got=%d expected=%d\n", repetitions, numRepititions); in TestLineCount()