Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dstring.cc286 int32_t rhs_count = rhs->GetLength(); in CompareTo() local
287 int32_t count_diff = lhs_count - rhs_count; in CompareTo()
288 int32_t min_count = (count_diff < 0) ? lhs_count : rhs_count; in CompareTo()
/aosp12/frameworks/native/libs/ui/
H A DRegion.cpp659 size_t rhs_count; in boolean_operation() local
660 Rect const * const rhs_rects = rhs.getArray(&rhs_count); in boolean_operation()
663 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy); in boolean_operation()
689 for (size_t i=0 ; i<rhs_count ; i++) in boolean_operation()