/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xregion.h | 128 #define CHECK_PREVIOUS(Reg, R, Rx1, Ry1, Rx2, Ry2)\ 133 ((R-1)->x2 >= (Rx2)))) 136 #define ADDRECT(reg, r, rx1, ry1, rx2, ry2){\ 137 if (((rx1) < (rx2)) && ((ry1) < (ry2)) &&\ 138 CHECK_PREVIOUS((reg), (r), (rx1), (ry1), (rx2), (ry2))){\ 141 (r)->x2 = (rx2);\ 152 #define ADDRECTNOX(reg, r, rx1, ry1, rx2, ry2){\ 153 if ((rx1 < rx2) && (ry1 < ry2) &&\ 154 CHECK_PREVIOUS((reg), (r), (rx1), (ry1), (rx2), (ry2))){\ 157 (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));
|
/external/autotest/client/tools/ |
html_report.py | [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...] |