Lines Matching defs:Pets
476 unsigned Pets = Log-1 - Step;
515 T[J][Pets] = S;
519 // for the last step (i.e. Pets).
525 if (T[J][Pets] == Switch)
527 if (T[J+Size/2][Pets] == Switch)
554 unsigned Pets = 2*Log-1 - Step;
577 T[J][Pets] = (J < Num/2) ? Pass : Switch;
584 T[J][Pets] = (J < Num/2) ? Switch : Pass;
590 // for the last step (i.e. Pets).
596 if (T[J][Pets] == Switch)
598 if (T[J+Num/2][Pets] == Switch)