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

1 2 3

  /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...]
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 43 Object ox = o; local
47 i = (ox instanceof String) ? 0 : 1;
  /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...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 92 float ox = nx; local
94 ny = -ox;
  /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...]
  /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/deqp/modules/egl/
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/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/skia/src/gpu/
GrXferProcessor.h 88 void setOffset(int ox, int oy) { fOffset.set(ox, oy); }
  /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/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...]
  /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),
ColorOpacityView.java 108 float ox = mDotX; local
126 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),
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 292 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
324 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
516 ox[1] = '\0';
682 ox[1] = 'x';
686 ox[1] = 'X';
716 ox[1] = '\0';
850 ox[1] = 'x';
907 ox[1] = ch;
997 if (ox[1]
    [all...]
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...]
  /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...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
LaunchClip.java 168 AllocationAdapter makeAdapter(Allocation base, int ax, int ay, int az, int ox, int oy, int oz) {
180 a.setX(ox);
188 mScript.set_biasX(ox);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 635 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
680 CHAR_T ox[2]; /* space for 0x hex-prefix */ local
880 ox[1] = '\0';
1056 ox[1] = 'x';
1060 ox[1] = 'X';
1081 ox[1] = '\0';
    [all...]
  /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_
  /system/extras/simpleperf/inferno/
script.js 81 var clicked_origin_x = clicked_rect.attributes["ox"].value;
97 rect_o_x = rect.attributes["ox"].value

Completed in 2508 milliseconds

1 2 3