Home | History | Annotate | Download | only in aura

Lines Matching refs:target_i

1173   size_t target_i =
1181 while (target_i > 0) {
1182 const size_t index = direction == STACK_ABOVE ? target_i : target_i - 1;
1186 --target_i;
1188 *target = children_[target_i];
1245 const size_t target_i =
1249 if ((direction == STACK_ABOVE && child_i == target_i + 1) ||
1250 (direction == STACK_BELOW && child_i + 1 == target_i))
1255 (child_i < target_i ? target_i : target_i + 1) :
1256 (child_i < target_i ? target_i - 1 : target_i);