Searched refs:xoff (Results 1 - 7 of 7) sorted by relevance

/external/jdiff/src/jdiff/
H A DDiffMyers.java109 private int diag (int xoff, int xlim, int yoff, int ylim) argument
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
288 private void compareseq (int xoff, int xlim, int yoff, int ylim) { argument
290 while (xoff < xlim && yoff < ylim && xvec[xoff]
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPopupWindow.java152 public void showAsDropDown(View anchor, int xoff, int yoff) { argument
153 xOffset = xoff;
/external/skia/src/utils/
H A DSkTextureCompressor_Blitter.h192 const int xoff = x - startBlockX; variable
193 SkASSERT((xoff + width) <= BlockDim);
199 memset(mask + (j + yoff)*BlockDim + xoff, 0xFF, width);
651 const int xoff = x - blockX; local
652 memset(mask + (j + yoff)*BlockDim + xoff, 0xFF, BlockDim - xoff);
676 const int xoff = (x+width-blockX); local
677 memset(mask + (j+yoff)*BlockDim, 0xFF, xoff);
/external/libvpx/libvpx/test/
H A Dvariance_test.cc55 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);
171 int xoff, int yoff,
183 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4);
184 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4);
54 subpel_variance_ref(const uint8_t *ref, const uint8_t *src, int l2w, int l2h, int xoff, int yoff, unsigned int *sse_ptr) argument
167 subpel_avg_variance_ref(const uint8_t *ref, const uint8_t *src, const uint8_t *second_pred, int l2w, int l2h, int xoff, int yoff, unsigned int *sse_ptr) argument
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/libexif/
H A Dconfigure11898 || test "x$enableval" = xoff \

Completed in 377 milliseconds