/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/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_gmem.c | 284 uint32_t i, j, t, xoff, yoff; in gmem_stateobj_init() local 340 xoff = yoff = 0; in gmem_stateobj_init() 344 if (xoff >= gmem->nbins_x) { in gmem_stateobj_init() 345 xoff = 0; in gmem_stateobj_init() 353 pipe->x = xoff; in gmem_stateobj_init() 355 pipe->w = MIN2(tpp_x, gmem->nbins_x - xoff); in gmem_stateobj_init() 358 xoff += tpp_x; in gmem_stateobj_init() 385 xoff = key->minx; in gmem_stateobj_init() 402 bw = MIN2(gmem->bin_w, key->minx + key->width - xoff); in gmem_stateobj_init() 410 tile->xoff = xoff; in gmem_stateobj_init() [all …]
|
D | freedreno_gmem.h | 45 uint16_t xoff, yoff; member
|
/external/libaom/libaom/test/ |
D | variance_test.cc | 123 int l2w, int l2h, int xoff, int yoff, in subpel_variance_ref() argument 131 xoff <<= 1; in subpel_variance_ref() 142 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_variance_ref() 143 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_variance_ref() 155 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_variance_ref() 156 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_variance_ref() 171 int l2h, int xoff, int yoff, in subpel_avg_variance_ref() argument 180 xoff <<= 1; in subpel_avg_variance_ref() 191 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_avg_variance_ref() 192 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_avg_variance_ref() [all …]
|
/external/libcups/cups/ |
D | testclient.c | 302 xoff, yoff, /* Offsets for X and Y */ in make_raster_file() local 491 xoff = header.HWResolution[0] / 2; in make_raster_file() 496 xoff = 0; in make_raster_file() 500 xrep = (header.cupsWidth - 2 * xoff) / 140; in make_raster_file() 564 for (lineptr = line + xoff; *template; template ++) in make_raster_file() 583 for (lineptr = line + 3 * xoff; *template; template ++) in make_raster_file()
|
/external/libvpx/libvpx/test/ |
D | variance_test.cc | 104 int l2w, int l2h, int xoff, int yoff, in subpel_variance_ref() argument 112 xoff <<= 1; in subpel_variance_ref() 123 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_variance_ref() 124 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_variance_ref() 137 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_variance_ref() 138 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_variance_ref() 155 int l2h, int xoff, int yoff, in subpel_avg_variance_ref() argument 164 xoff <<= 1; in subpel_avg_variance_ref() 175 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_avg_variance_ref() 176 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_avg_variance_ref() [all …]
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 531 float xoff,yoff,xadvance; member 579 float xoff,yoff,xadvance; member 857 …*info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 866 …ale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 897 …nfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff); 898 …t scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff); 931 …unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff); 932 …unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff); 3553 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel() argument 3578 if (xoff ) *xoff = ix0; in stbtt_GetGlyphBitmapSubpixel() [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_gmem.c | 343 x0 = ((float)tile->xoff) / ((float)pfb->width); in fd4_emit_tile_mem2gmem() 344 x1 = ((float)tile->xoff + bin_w) / ((float)pfb->width); in fd4_emit_tile_mem2gmem() 751 uint32_t x1 = tile->xoff; in fd4_emit_tile_renderprep() 753 uint32_t x2 = tile->xoff + tile->bin_w - 1; in fd4_emit_tile_renderprep() 787 OUT_RING(ring, A4XX_RB_BIN_OFFSET_X(tile->xoff) | in fd4_emit_tile_renderprep()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_gmem.c | 293 x0 = ((float)tile->xoff) / ((float)pfb->width); in fd2_emit_tile_mem2gmem() 294 x1 = ((float)tile->xoff + bin_w) / ((float)pfb->width); in fd2_emit_tile_mem2gmem() 698 OUT_RING(ring, A2XX_PA_SC_WINDOW_OFFSET_X(-tile->xoff) | in fd2_emit_tile_renderprep() 710 OUT_RING(ring, A2XX_RB_COPY_DEST_OFFSET_X(tile->xoff) | in fd2_emit_tile_renderprep() 717 OUT_RING(ring, fui(tile->xoff)); in fd2_emit_tile_renderprep()
|
/external/libaom/libaom/av1/encoder/ |
D | pickcdef.c | 478 const int xoff = CDEF_HBORDER * (fbc != 0); in av1_cdef_search() local 488 CDEF_HBORDER * (fbc + hb_step < nhfb) + xoff; in av1_cdef_search() 495 copy_fn(&in[(-yoff * CDEF_BSTRIDE - xoff)], CDEF_BSTRIDE, in av1_cdef_search() 496 xd->plane[pli].dst.buf, row - yoff, col - xoff, in av1_cdef_search()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_gmem.c | 553 x0 = ((float)tile->xoff) / ((float)pfb->width); in fd3_emit_tile_mem2gmem() 554 x1 = ((float)tile->xoff + bin_w) / ((float)pfb->width); in fd3_emit_tile_mem2gmem() 982 uint32_t x1 = tile->xoff; in fd3_emit_tile_renderprep() 984 uint32_t x2 = tile->xoff + tile->bin_w - 1; in fd3_emit_tile_renderprep() 1041 OUT_RING(ring, A3XX_RB_WINDOW_OFFSET_X(tile->xoff) | in fd3_emit_tile_renderprep()
|
/external/libcups/config-scripts/ |
D | cups-directories.m4 | 130 if test "x$LPDCONFIG" = xoff; then 153 if test "x$SMBCONFIG" = xoff; then
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_gmem.c | 417 uint32_t x1 = tile->xoff; in fd5_emit_tile_prep() 419 uint32_t x2 = tile->xoff + tile->bin_w - 1; in fd5_emit_tile_prep()
|
/external/libexif/ |
D | configure.ac | 161 || test "x$enableval" = xoff \
|
D | configure | 11898 || test "x$enableval" = xoff \
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_gmem.c | 790 uint32_t x1 = tile->xoff; in fd6_emit_tile_prep() 792 uint32_t x2 = tile->xoff + tile->bin_w - 1; in fd6_emit_tile_prep()
|
/external/igt-gpu-tools/lib/ |
D | igt_fb.c | 1395 int xoff, yoff; in paint_marker() local 1410 xoff = x ? -20 : 20; in paint_marker() 1416 cairo_move_to(cr, x + xoff, y + yoff); in paint_marker()
|
/external/libcups/ |
D | configure | 6198 if test "x$LPDCONFIG" = xoff; then 6232 if test "x$SMBCONFIG" = xoff; then
|