Home
last modified time | relevance | path

Searched refs:other_i (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/v2/src/
Dview.cc36 const size_t other_i = in StackChildRelativeTo() local
40 (child_i < other_i ? other_i : other_i + 1) : in StackChildRelativeTo()
41 (child_i < other_i ? other_i - 1 : other_i); in StackChildRelativeTo()
/external/chromium_org/ui/compositor/
Dlayer.cc686 const size_t other_i = in StackRelativeTo() local
688 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()
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.cc565 int other_i = st2idx(other_slot); in Fxch() local
566 X87Register other = stack_[other_i]; in Fxch()
567 stack_[other_i] = reg; in Fxch()