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

  /external/proguard/src/proguard/gui/splash/
ShadowedSprite.java 87 int xo = xOffset.getInt(time) - b/2; local
95 int xt = xo + x;
  /external/zlib/
zlib2ansi 24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ;
25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;
  /external/webkit/WebCore/css/
MediaList.h 74 void setMediaText(const String&, ExceptionCode&xo);
  /external/openssl/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/libvpx/vp8/encoder/
ssim.c 320 int xo, int yo, int W, int H,
329 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL;
330 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;
344 const int Wxy = Wy * K[KERNEL + x - xo];
385 int xo, int yo, int W, int H,
395 org += (xo - KERNEL);
397 rec += (xo - KERNEL);
  /external/v8/test/mjsunit/
array-sort.js 76 for (var xo = -1; xo <= 1; xo++) {
80 var x = xb * xf + xo;
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 1269 milliseconds