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