Searched refs:Pets (Results 1 – 2 of 2) sorted by relevance
471 unsigned Pets = Log-1 - Step; in route() local510 T[J][Pets] = S; in route()520 if (T[J][Pets] == Switch) in route()522 if (T[J+Size/2][Pets] == Switch) in route()549 unsigned Pets = 2*Log-1 - Step; in route() local572 T[J][Pets] = (J < Num/2) ? Pass : Switch; in route()579 T[J][Pets] = (J < Num/2) ? Switch : Pass; in route()591 if (T[J][Pets] == Switch) in route()593 if (T[J+Num/2][Pets] == Switch) in route()
1168 INSTANTIATE_TEST_SUITE_P(Pets, FooTest, testing::ValuesIn(kPets));1173 * `Pets/FooTest.DoesBlah/0` for `"cat"`1174 * `Pets/FooTest.DoesBlah/1` for `"dog"`1175 * `Pets/FooTest.HasBlahBlah/0` for `"cat"`1176 * `Pets/FooTest.HasBlahBlah/1` for `"dog"`