Searched refs:i_mult (Results 1 – 2 of 2) sorted by relevance
314 const int i_mult = 6007; in TEST_P() local315 static_assert(i_mult < INT_MAX / kTestCreateCount, "Multiplier too big"); in TEST_P()316 int index = (i * i_mult) & (kTestCreateCount - 1); in TEST_P()
714 const int i_mult = 6007; in TEST_P() local715 static_assert(i_mult < INT_MAX / kTestCreateCount, "Multiplier too big"); in TEST_P()716 int index = (i * i_mult) & (kTestCreateCount - 1); in TEST_P()