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

1 2

  /external/compiler-rt/lib/asan/
asan_posix.cc 59 u32 xo = (inst >> 1) & 0x3FF; local
68 (opcd == 31 && (xo == 247 || xo == 439 || xo == 183 || xo == 181))))
  /external/libvncserver/x11vnc/
scan.h 57 extern void rotate_coords(int x, int y, int *xo, int *yo, int dxi, int dyi);
58 extern void rotate_coords_inverse(int x, int y, int *xo, int *yo, int dxi, int dyi);
8to24.c 854 int fac, n_off, w, xo, yo;
926 XTranslateCoordinates(dpy, win, window, 0, 0, &xo, &yo, &c);
928 xo = x1 - xo;
932 if (trapped_xerror || xo < 0 || yo < 0 || xo + w > attr.width) {
941 xi_r = XGetSubImage(dpy, win, xo, yo, w, 1, AllPlanes, ZPixmap, xi,
    [all...]
scan.c 70 void rotate_coords(int x, int y, int *xo, int *yo, int dxi, int dyi);
71 void rotate_coords_inverse(int x, int y, int *xo, int *yo, int dxi, int dyi);
    [all...]
  /external/proguard/src/proguard/gui/splash/
ShadowedSprite.java 87 int xo = xOffset.getInt(time) - b/2; local
95 int xt = xo + x;
  /external/zlib/src/
zlib2ansi 24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ;
25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;
  /development/perftests/panorama/feature_stab/src/dbreg/
vp_motionmodel.c 312 int xo, int yo, int w, int h)
319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1);
320 VP_WARP_POINT_2D(xo+w-1, yo, *mot_a, ax2, ay2);
321 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_a, ax3, ay3);
322 VP_WARP_POINT_2D(xo, yo+h-1, *mot_a, ax4, ay4);
323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1);
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
325 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_b, bx3, by3);
326 VP_WARP_POINT_2D(xo, yo+h-1, *mot_b, bx4, by4);
vp_motionmodel.h 278 int xo, int yo, int w, int h);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 312 int xo, int yo, int w, int h)
319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1);
320 VP_WARP_POINT_2D(xo+w-1, yo, *mot_a, ax2, ay2);
321 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_a, ax3, ay3);
322 VP_WARP_POINT_2D(xo, yo+h-1, *mot_a, ax4, ay4);
323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1);
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
325 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_b, bx3, by3);
326 VP_WARP_POINT_2D(xo, yo+h-1, *mot_b, bx4, by4);
vp_motionmodel.h 278 int xo, int yo, int w, int h);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 312 int xo, int yo, int w, int h)
319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1);
320 VP_WARP_POINT_2D(xo+w-1, yo, *mot_a, ax2, ay2);
321 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_a, ax3, ay3);
322 VP_WARP_POINT_2D(xo, yo+h-1, *mot_a, ax4, ay4);
323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1);
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
325 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_b, bx3, by3);
326 VP_WARP_POINT_2D(xo, yo+h-1, *mot_b, bx4, by4);
vp_motionmodel.h 278 int xo, int yo, int w, int h);
  /external/boringssl/src/crypto/md5/asm/
md5-586.pl 26 @xo=(
48 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
66 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
82 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
114 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0));
129 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
154 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if $pos != 2; # load X/k value
  /external/webp/src/enc/
filter.c 124 int xo, int yo, int W, int H,
128 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL;
129 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 1465 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y), xo, 0); local
    [all...]
  /external/v8/test/mjsunit/
array-sort.js 102 for (var xo = -1; xo <= 1; xo++) {
103 addSigned(xb * xf + xo);
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 541 for (int xo = 0; xo < w; xo++)
543 const float xf = float(xo+0.5f) / float(w);
546 const int dx = x0+xo;
es2fTextureSpecificationTests.cpp 1428 int xo = rnd.getInt(0, levelW-w); local
1509 int xo = rnd.getInt(0, levelW-w); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 456 for (int xo = 0; xo < width; xo++)
457 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo);
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp     [all...]
es3fShaderBuiltinVarTests.cpp 567 for (int xo = 0; xo < w; xo++)
569 const float xf = float(xo+0.5f) / float(w);
572 const int dx = x0+xo;
    [all...]
es3fTextureSpecificationTests.cpp 2023 int xo = rnd.getInt(0, levelW-w); local
2100 int xo = rnd.getInt(0, levelSize-w); local
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 1049 const int xo = fragNdx%2; local
1081 const int xo = fragNdx%2; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 

Completed in 744 milliseconds

1 2