Home
last modified time | relevance | path

Searched defs:compensation (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dbounds_check_elimination.cc747 int32_t compensation = (cond == kCondLT) ? -1 : 0; // upper bound is inclusive in HandleIf() local
759 int32_t compensation = (cond == kCondLE) ? 1 : 0; // lower bound is inclusive in HandleIf() local
771 int32_t compensation = (cond == kCondGT) ? 1 : 0; // lower bound is inclusive in HandleIf() local
782 int32_t compensation = (cond == kCondGE) ? -1 : 0; // upper bound is inclusive in HandleIf() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java233 int compensation = 0; in layoutContentPane() local
H A DPhotoView.java489 int compensation = root.getCompensation(); in onLayout() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java349 Matrix compensation = new Matrix(); in getPartialToScreenMatrix() local