HomeSort by relevance Sort by last modified time
    Searched refs:rx2 (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xregion.h 129 #define CHECK_PREVIOUS(Reg, R, Rx1, Ry1, Rx2, Ry2)\
134 ((R-1)->x2 >= (Rx2))))
137 #define ADDRECT(reg, r, rx1, ry1, rx2, ry2){\
138 if (((rx1) < (rx2)) && ((ry1) < (ry2)) &&\
139 CHECK_PREVIOUS((reg), (r), (rx1), (ry1), (rx2), (ry2))){\
142 (r)->x2 = (rx2);\
153 #define ADDRECTNOX(reg, r, rx1, ry1, rx2, ry2){\
154 if ((rx1 < rx2) && (ry1 < ry2) &&\
155 CHECK_PREVIOUS((reg), (r), (rx1), (ry1), (rx2), (ry2))){\
158 (r)->x2 = (rx2);\
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xregion.h 129 #define CHECK_PREVIOUS(Reg, R, Rx1, Ry1, Rx2, Ry2)\
134 ((R-1)->x2 >= (Rx2))))
137 #define ADDRECT(reg, r, rx1, ry1, rx2, ry2){\
138 if (((rx1) < (rx2)) && ((ry1) < (ry2)) &&\
139 CHECK_PREVIOUS((reg), (r), (rx1), (ry1), (rx2), (ry2))){\
142 (r)->x2 = (rx2);\
153 #define ADDRECTNOX(reg, r, rx1, ry1, rx2, ry2){\
154 if ((rx1 < rx2) && (ry1 < ry2) &&\
155 CHECK_PREVIOUS((reg), (r), (rx1), (ry1), (rx2), (ry2))){\
158 (r)->x2 = (rx2);\
    [all...]
  /external/clang/test/SemaCXX/
default-constructor-initializers.cpp 17 // expected-error {{must explicitly initialize the reference member 'rx2'}}
19 X2 & rx2; // expected-note {{declared here}} member in struct:X4
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 128 int rx2 = r.x + r.width; local
137 if (hx2 < rx2) {
138 tempResult.add(new Rectangle(hx2, h.y, rx2 - hx2, h.height));
  /art/compiler/dex/quick/arm64/
call_arm64.cc 209 NewLIR2(kA64Ldxr2rX, rw3, rx2);
212 NewLIR3(kA64Stxr3wrX, rw3, rw1, rx2);
target_arm64.cc 699 res.reg.SetReg(rx2);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 609 int rx2 = rx << 1; local
610 int rx3 = rx2 + rx;
668 offset2[1] = rx2 + 2;
670 offset2[3] = rx2;
680 offset2[13] = rx2 + 3;
681 offset2[14] = rx2 + 1;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 541 Int rx2 = rx << 1; local
542 Int rx3 = rx2 + rx;
600 offset2[1] = rx2 + 2;
602 offset2[3] = rx2;
612 offset2[13] = rx2 + 3;
613 offset2[14] = rx2 + 1;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
Layers3DView.js     [all...]
  /external/pixman/pixman/
pixman-region.c     [all...]

Completed in 499 milliseconds