HomeSort by relevance Sort by last modified time
    Searched defs:ox (Results 1 - 13 of 13) sorted by null

  /external/valgrind/main/memcheck/
mc_machine.c 148 by testing ox instead of o, and setting ox back 4 bytes when sz == 4.
150 Int ox = sz == 8 ? o : (o - 4); local
151 if (ox == GOF(GPR0)) return ox;
152 if (ox == GOF(GPR1)) return ox;
153 if (ox == GOF(GPR2)) return ox;
154 if (ox == GOF(GPR3)) return ox
    [all...]
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 43 Object ox = o; local
47 i = (ox instanceof String) ? 0 : 1;
  /system/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 92 float ox = nx; local
94 ny = -ox;
  /external/freetype/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
  /development/samples/GlobalTime/src/com/android/globaltime/
Clock.java 80 float ox = (p1y - p0y); local
83 float norm = (radius / 2.0f) / (float) Math.sqrt(ox * ox + oy * oy);
84 ox *= norm;
87 path.moveTo(p0x - ox, p0y - oy);
88 path.lineTo(p1x - ox, p1y - oy);
89 path.lineTo(p1x + ox, p1y + oy);
90 path.lineTo(p0x + ox, p0y + oy);
  /external/freetype/src/autofit/
afhints.h 256 FT_Pos ox, oy; /* original, scaled position */ member in struct:AF_PointRec_
  /external/freetype/src/truetype/
ttobjs.h 192 FT_F26Dot6 ox, oy; /* offsets */ member in struct:TT_Transform_
  /bionic/libc/stdio/
vfprintf.c 205 char ox[2]; /* space for 0x hex-prefix */ local
743 ox[0] = '0';
744 ox[1] = ch;
745 PRINT(ox, 2);
786 ox[0] = *cp++;
787 ox[1] = '.';
788 PRINT(ox, 2);
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 555 Evas_Coord ox = 0, oy = 0, ow = 0, oh = 0; local
571 evas_object_move(object, ox, oy);
580 l = px - ox;
581 r = (ow + ox) - (pw + px);
    [all...]
  /external/webkit/Tools/EWebLauncher/
main.c 215 Evas_Coord ox, oy, mx, my, cx, cy; local
217 evas_object_geometry_get(webview, &ox, &oy, NULL, NULL);
218 cx = mx - ox;
  /frameworks/base/opengl/libagl/
matrix.cpp 698 GLfloat ox = sx + x; local
709 f[0] = sx; f[4] = 0; f[ 8] = 0; f[12] = ox;
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 1057 Evas_Coord ox = x + priv->view.offset.base.x; local
1104 Evas_Coord ox = x + priv->view.offset.base.x; local
1153 Evas_Coord ox = x + (last_col - count + 1) * tw + off_x; local
1199 Evas_Coord ox = x + (count - 1) * tw + off_x; local
1239 Evas_Coord ox = base_ox; local
1268 Evas_Coord ox = base_ox; local
1649 Evas_Coord ox = base_ox; local
1733 Evas_Coord ox = base_ox; local
1798 Evas_Coord ox = base_ox; local
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 503 milliseconds