Searched refs:maxstep (Results 1 – 2 of 2) sorted by relevance
1347 int i, maxstep = 25*1000,flags=0; in test_evutil_monotonic_prc() local1349 maxstep = 500; in test_evutil_monotonic_prc()1375 tt_int_op(total_diff/9, <, maxstep); in test_evutil_monotonic_prc()
547 maxstep = (listlen - start) // slicelen if slicelen else 1548 step = randrange(1, maxstep+1)