Home
last modified time | relevance | path

Searched refs:yend (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/lib/libvgl/
HDbitmap.c166 int mousemerge, srcline, dstline, yend, yextra, ystep; in __VGLBitmapCopy() local
201 yend = srcy + hight; in __VGLBitmapCopy()
205 yend = srcy - 1; in __VGLBitmapCopy()
209 for (srcline = srcy + yextra, dstline = dsty + yextra; srcline != yend; in __VGLBitmapCopy()
/freebsd-14-stable/sys/dev/syscons/
HDscvgarndr.c1255 int bx, by, i, line_width, xend, xoff, yend, yoff; in remove_pxlmouse_planar() local
1266 yend = imin(y + mdp->md_height, scp->ypixel); in remove_pxlmouse_planar()
1267 if (xend <= bx && yend <= by) in remove_pxlmouse_planar()
1280 for (; yoff < yend; ++yoff, p += line_width) in remove_pxlmouse_planar()
1293 int xend, yend; in vga_pxlmouse_direct() local
1303 yend = imin(y + mdp->md_height, scp->ypixel); in vga_pxlmouse_direct()
1305 yend <= (scp->yoff + scp->ysize) * scp->font_size) in vga_pxlmouse_direct()
1316 for (i = 0; i < yend - y; i++, p += line_width) in vga_pxlmouse_direct()
1324 for (i = 0; i < yend - y; i++, p += line_width) in vga_pxlmouse_direct()
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDvdev_raidz_math_impl.h828 const v_t * const yend = y + (tsize / sizeof (v_t)); in raidz_syn_pq_abd() local
839 for (; y < yend; y += SYN_STRIDE) { in raidz_syn_pq_abd()
989 const v_t * const yend = y + (tsize / sizeof (v_t)); in raidz_syn_pr_abd() local
1000 for (; y < yend; y += SYN_STRIDE) { in raidz_syn_pr_abd()
1318 const v_t * const yend = y + (tsize / sizeof (v_t)); in raidz_syn_pqr_abd() local
1333 for (; y < yend; y += SYN_STRIDE, z += SYN_STRIDE) { in raidz_syn_pqr_abd()
/freebsd-14-stable/tools/sched/
HDschedgraph.py1597 yend = self.sourceend(source)
1599 if (ypos >= ystart and ypos <= yend):