Home
last modified time | relevance | path

Searched refs:other_start (Results 1 – 2 of 2) sorted by relevance

/external/jdiff/src/jdiff/
DDiffMyers.java763 int start, end, other_start; in shift_boundaries() local
781 other_start = j; in shift_boundaries()
805 && other_start == other_preceding))) in shift_boundaries()
/external/v8/src/compiler/
Dregister-allocator.cc731 LifetimePosition other_start = other->Start(); in ShouldBeAllocatedBefore() local
732 if (start == other_start) { in ShouldBeAllocatedBefore()
739 return start < other_start; in ShouldBeAllocatedBefore()