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

  /external/jdiff/src/jdiff/
DiffMyers.java 109 private int diag (int xoff, int xlim, int yoff, int ylim)
115 final int dmin = xoff - ylim; // Minimum valid diagonal.
117 final int fmid = xoff - yoff; // Center diagonal of top-down search.
125 fd[fdiagoff + fmid] = xoff;
184 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) {
213 if ((fd[fdiagoff + d] - xoff)*2 - dd > 12 * (c + (dd > 0 ? dd : -dd)))
216 && fd[fdiagoff + d] - xoff > 20
283 The subsequence of file 0 is [XOFF, XLIM) and likewise for file 1.
288 private void compareseq (int xoff, int xlim, int yoff, int ylim) {
290 while (xoff < xlim && yoff < ylim && xvec[xoff] == yvec[yoff])
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_Blitter.h 192 const int xoff = x - startBlockX; variable
193 SkASSERT((xoff + width) <= BlockDim);
199 memset(mask + (j + yoff)*BlockDim + xoff, 0xFF, width);
650 const int xoff = x - blockX; local
651 memset(mask + (j + yoff)*BlockDim + xoff, 0xFF, BlockDim - xoff);
675 const int xoff = (x+width-blockX); local
676 memset(mask + (j+yoff)*BlockDim, 0xFF, xoff);
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl 139 set xoff [expr {10.0 - $xmin*$xscale}]
145 set x1 [expr {$x1*$xscale + $xoff}]
146 set x2 [expr {$x2*$xscale + $xoff}]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
variance_test.cc 63 int l2w, int l2h, int xoff, int yoff,
75 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4);
76 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4);
316 int xoff, int yoff,
328 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4);
329 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4);
    [all...]
  /external/libvpx/libvpx/test/
variance_test.cc 55 int l2w, int l2h, int xoff, int yoff,
67 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4);
68 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4);
169 int xoff, int yoff,
181 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4);
182 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4);
  /external/guava/guava/lib/
jdiff.jar 
  /external/libexif/
configure     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 654 milliseconds