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

1 2

  /external/syslinux/com32/lib/
dhcppack.c 80 struct dhcp_option ox[256]; local
82 memcpy(ox, opt, sizeof ox);
83 return dhcp_pack_field_zero(field, len, ox);
97 struct dhcp_option ox[256]; local
106 memcpy(ox, opt, sizeof ox);
114 ox[67].len = -1;
119 ox[66].len = -1;
122 ox[52].len = -1
    [all...]
  /external/valgrind/memcheck/
mc_machine.c 133 by testing ox instead of o, and setting ox back 4 bytes when sz == 4.
136 Int ox = o; local
138 Int ox = sz == 8 ? o : (o - 4);
140 if (ox == GOF(GPR0)) return ox;
141 if (ox == GOF(GPR1)) return ox;
142 if (ox == GOF(GPR2)) 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;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 92 float ox = nx; local
94 ny = -ox;
  /external/ImageMagick/MagickCore/
vision.c 277 ox,
300 ox=offset;
301 status=GetMatrixElement(equivalences,ox,0,&object);
302 while (object != ox)
304 ox=object;
305 status=GetMatrixElement(equivalences,ox,0,&object);
314 if (ox < oy)
316 status=SetMatrixElement(equivalences,oy,0,&ox);
317 root=ox;
321 status=SetMatrixElement(equivalences,ox,0,&oy)
275 ox, local
    [all...]
  /external/freetype/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
  /external/pdfium/third_party/freetype/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
  /external/mesa3d/src/mesa/math/
m_xform_tmp.h 88 const GLfloat ox = from[0]; local
89 to[i][0] = m0 * ox + m12;
90 to[i][1] = m1 * ox + m13;
91 to[i][2] = m2 * ox + m14;
92 to[i][3] = m3 * ox + m15;
132 const GLfloat ox = from[0]; local
133 to[i][0] = m0 * ox + m12;
134 to[i][1] = m1 * ox + m13;
153 const GLfloat ox = from[0]; local
154 to[i][0] = m0 * ox + m12
175 const GLfloat ox = from[0]; local
199 const GLfloat ox = from[0]; local
221 const GLfloat ox = from[0]; local
254 const GLfloat ox = from[0], oy = from[1]; local
299 const GLfloat ox = from[0], oy = from[1]; local
320 const GLfloat ox = from[0], oy = from[1]; local
342 const GLfloat ox = from[0], oy = from[1]; local
369 const GLfloat ox = from[0], oy = from[1]; local
397 const GLfloat ox = from[0], oy = from[1]; local
425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
517 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
542 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
565 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorBrightnessView.java 103 float ox = mDotX; local
121 invalidate((int) (ox - mDotRadius), (int) (oy - mDotRadius), (int) (ox + mDotRadius),
ColorSaturationView.java 103 float ox = mDotX; local
121 invalidate((int) (ox - mDotRadius), (int) (oy - mDotRadius), (int) (ox + mDotRadius),
ColorValueView.java 86 float ox = mDotX; local
104 invalidate((int) (ox - dotRadus), (int) (oy - dotRadus), (int) (ox + dotRadus),
ColorHueView.java 118 float ox = mDotX; local
137 // invalidate((int) (ox - mDotRadius), (int) (oy - mDotRadius), (int) (ox + mDotRadius),
ColorOpacityView.java 108 float ox = mDotX; local
126 invalidate((int) (ox - mDotRadius), (int) (oy - mDotRadius), (int) (ox + mDotRadius),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
mathmodule.c 761 PyObject *ox, *oy; local
763 if (! PyArg_UnpackTuple(args, funcname, 2, 2, &ox, &oy))
765 x = PyFloat_AsDouble(ox);
1357 PyObject *ox, *oy; local
1391 PyObject *ox, *oy; local
1438 PyObject *ox, *oy; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c 761 PyObject *ox, *oy; local
763 if (! PyArg_UnpackTuple(args, funcname, 2, 2, &ox, &oy))
765 x = PyFloat_AsDouble(ox);
1347 PyObject *ox, *oy; local
1381 PyObject *ox, *oy; local
1428 PyObject *ox, *oy; local
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 439 int ox = deRoundFloatToInt32((float)width / 2.0f); local
441 int x1 = deRoundFloatToInt32(((float)width * fx1 / 2.0f) + (float)ox);
443 int x2 = deRoundFloatToInt32(((float)width * fx2 / 2.0f) + (float)ox);
    [all...]
teglPreservingSwapTests.cpp 209 const int ox = width/2; local
215 const int x1i = (int)(((float)px/2.0f) * x1 + (float)ox);
218 const int x2i = (int)(((float)px/2.0f) * x2 + (float)ox);
256 const int ox = target->getWidth()/2; local
262 const int x1i = (int)((px/2.0) * x1 + ox);
265 const int x2i = (int)((px/2.0) * x2 + ox);
498 const int ox = width/2; local
504 const int x1i = (int)(((float)px/2.0f) * postSwapX1 + (float)ox);
507 const int x2i = (int)(((float)px/2.0f) * postSwapX2 + (float)ox);
  /external/freetype/src/autofit/
afhints.h 247 FT_Pos ox, oy; /* original, scaled position */ member in struct:AF_PointRec_
  /external/freetype/src/truetype/
ttobjs.h 180 FT_F26Dot6 ox, oy; /* offsets */ member in struct:TT_Transform_
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 184 FT_F26Dot6 ox, oy; /* offsets */ member in struct:TT_Transform_
  /external/python/cpython2/Modules/
mathmodule.c 760 PyObject *ox, *oy; local
762 if (! PyArg_UnpackTuple(args, funcname, 2, 2, &ox, &oy))
764 x = PyFloat_AsDouble(ox);
1356 PyObject *ox, *oy; local
1390 PyObject *ox, *oy; local
1437 PyObject *ox, *oy; local
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 728 int ox = dx >> 1; local
729 if (ox < 0) {
730 ox = 0;
733 return profile[ox];
    [all...]
  /external/skia/tools/
colorspaceinfo.cpp 190 const float ox = gap; local
203 canvas->drawLine(ox + gammaWidth * tx(ti - 1),
205 ox + gammaWidth * tx(ti),
214 canvas->drawLine(ox + gammaWidth * (x - step), oy - gammaHeight * yPrev,
215 ox + gammaWidth * x, oy - gammaHeight * y,
223 canvas->drawRect({ ox, oy - gammaHeight, ox + gammaWidth, oy }, paint);
282 const float ox = clut.inputChannels() >= 3 ? (1 + col) * cutHorizGap + col * cutSize local
296 canvas->drawRect(SkRect::MakeLTRB(ox + cutSize * x, oy + cutSize * y,
297 ox + cutSize * (x + xStep)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 299 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
328 wchar_t ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
488 ox[1] = '\0';
635 ox[1] = 'x';
639 ox[1] = 'X';
669 ox[1] = '\0';
812 ox[1] = 'x';
867 ox[1] = ch;
957 if (ox[1]
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 698 GLfloat ox = sx + x; local
709 f[0] = sx; f[4] = 0; f[ 8] = 0; f[12] = ox;

Completed in 627 milliseconds

1 2