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