Searched refs:xoff (Results 1 – 9 of 9) sorted by relevance
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 109 private int diag (int xoff, int xlim, int yoff, int ylim) in diag() argument 115 final int dmin = xoff - ylim; // Minimum valid diagonal. in diag() 117 final int fmid = xoff - yoff; // Center diagonal of top-down search. in diag() 125 fd[fdiagoff + fmid] = xoff; in diag() 184 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) { in diag() 213 if ((fd[fdiagoff + d] - xoff)*2 - dd > 12 * (c + (dd > 0 ? dd : -dd))) in diag() 216 && fd[fdiagoff + d] - xoff > 20 in diag() 288 private void compareseq (int xoff, int xlim, int yoff, int ylim) { in compareseq() argument 290 while (xoff < xlim && yoff < ylim && xvec[xoff] == yvec[yoff]) { in compareseq() 291 ++xoff; ++yoff; in compareseq() [all …]
|
/external/skia/src/utils/ |
D | SkTextureCompressor_Blitter.h | 192 const int xoff = x - startBlockX; in blitRect() local 193 SkASSERT((xoff + width) <= BlockDim); in blitRect() 199 memset(mask + (j + yoff)*BlockDim + xoff, 0xFF, width); in blitRect() 651 const int xoff = x - blockX; in updateBlockRow() local 652 memset(mask + (j + yoff)*BlockDim + xoff, 0xFF, BlockDim - xoff); in updateBlockRow() 676 const int xoff = (x+width-blockX); in updateBlockRow() local 677 memset(mask + (j+yoff)*BlockDim, 0xFF, xoff); in updateBlockRow()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPopupWindow.java | 152 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() argument 153 xOffset = xoff; in showAsDropDown()
|
/external/libvpx/libvpx/test/ |
D | variance_test.cc | 55 int l2w, int l2h, int xoff, int yoff, in subpel_variance_ref() argument 67 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_variance_ref() 68 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_variance_ref() 171 int xoff, int yoff, in subpel_avg_variance_ref() argument 183 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_avg_variance_ref() 184 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_avg_variance_ref()
|
/external/libexif/ |
D | configure.ac | 161 || test "x$enableval" = xoff \
|
D | configure | 11898 || test "x$enableval" = xoff \
|
/external/guava/guava/lib/ |
D | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 6744 - int xoff = 7 - (x & 7); 6754 + int xoff = 7 - (x & 7); 6774 - xcur = xoff; 6818 + xcur = xoff;
|