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/
Dlithium-allocator.cc367 LifetimePosition other_start = other->Start(); in ShouldBeAllocatedBefore() local
368 if (start.Value() == other_start.Value()) { in ShouldBeAllocatedBefore()
375 return start.Value() < other_start.Value(); in ShouldBeAllocatedBefore()