Searched refs:other_i (Results 1 – 3 of 3) sorted by relevance
36 const size_t other_i = in StackChildRelativeTo() local40 (child_i < other_i ? other_i : other_i + 1) : in StackChildRelativeTo()41 (child_i < other_i ? other_i - 1 : other_i); in StackChildRelativeTo()
686 const size_t other_i = in StackRelativeTo() local688 if ((above && child_i == other_i + 1) || (!above && child_i + 1 == other_i)) in StackRelativeTo()693 (child_i < other_i ? other_i : other_i + 1) : in StackRelativeTo()694 (child_i < other_i ? other_i - 1 : other_i); in StackRelativeTo()
565 int other_i = st2idx(other_slot); in Fxch() local566 X87Register other = stack_[other_i]; in Fxch()567 stack_[other_i] = reg; in Fxch()