Searched refs:max_reps (Results 1 – 3 of 3) sorted by relevance
19 unsigned max_reps = 1000; variable37 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_add()47 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_subtract()57 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_add_int()67 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_subtract_int()77 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_multiply()87 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_multiply_int()97 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_divide()107 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_divide_int()118 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_gcd()[all …]
632 uint32_t max_reps = 0; in RunLengthCodeZeros() local641 max_reps = BROTLI_MAX(uint32_t, reps, max_reps); in RunLengthCodeZeros()643 max_prefix = max_reps > 0 ? Log2FloorNonZero(max_reps) : 0; in RunLengthCodeZeros()