Searched refs:xend (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dsubr_physmem.c159 uint64_t end, start, xend, xstart; local
180 xend = exp->size + xstart;
185 if (xend <= start)
197 if ((start >= xstart) && (end <= xend)) {
198 start = xend;
199 end = xend;
211 if ((xstart > start) && (xend < end)) {
228 start = xend;
237 start = xend;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dclear_cache.c95 uint64_t xend = (uint64_t)(uintptr_t)end;
110 for (addr = xstart & ~(dcache_line_size - 1); addr < xend;
120 for (addr = xstart & ~(icache_line_size - 1); addr < xend;
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h638 const v_t * const xend = x + (xsize / sizeof (v_t)); local
648 for (; x < xend; x += SYN_STRIDE) {
732 const v_t * const xend = x + (tsize / sizeof (v_t)); local
742 for (; x < xend; x += SYN_STRIDE) {
858 const v_t * const xend = x + (tsize / sizeof (v_t)); local
864 for (; x < xend; x += REC_PQ_STRIDE, y += REC_PQ_STRIDE,
1019 const v_t * const xend = x + (tsize / sizeof (v_t)); local
1025 for (; x < xend; x += REC_PR_STRIDE, y += REC_PR_STRIDE,
1149 const v_t * const xend = x + (tsize / sizeof (v_t)); local
1162 for (; x < xend;
1183 const v_t * const xend = x + (tsize / sizeof (v_t)); local
1355 const v_t * const xend = x + (tsize / sizeof (v_t)); local
[all...]
/freebsd-13-stable/sys/dev/syscons/
H A Dscvgarndr.c1260 int bx, by, i, line_width, xend, xoff, yend, yoff; local
1270 xend = imin(x + mdp->md_width, scp->xpixel);
1272 if (xend <= bx && yend <= by)
1282 for (i = x / 8, xoff = i * 8; xoff < xend; ++i, xoff += 8) {
1298 int xend, yend; local
1307 xend = imin(x + mdp->md_width, scp->xpixel);
1309 if (!on && xend <= (scp->xoff + scp->xsize) * 8 &&
1322 for (j = xend - x - 1; j >= 0; j--)
1330 for (j = xend - x - 1; j >= 0; j--)
/freebsd-13-stable/lib/libvgl/
H A Dmouse.c406 int pos, x1, xend, xstart; local
411 xend = x + width;
412 if (xend > VGLMouseXpos + VGLMouseAndMask->VXsize)
413 xend = VGLMouseXpos + VGLMouseAndMask->VXsize;
414 for (x1 = xstart; x1 < xend; x1++) {
H A Dsimple.c189 int dx, dy, incr1, incr2, D, x, y, xend, c, pixels_left; local
224 xend = (dx - 1) / 4;
238 for (i = 0; i < xend; i++) { /* plotting loop */
303 for (i = 0; i < xend; i++) {
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c116 uint_t *xend = xp + fp->ctf_nsyms; local
132 for (; xp < xend; xp++, symp += sp->cts_entsize) {
/freebsd-13-stable/tools/sched/
H A Dschedgraph.py1259 xstart, xend = self.xview()
1260 midpoint = xstart + ((xend - xstart) / 2)
1266 xstart, xend = self.xview()
1267 xsize = (xend - xstart) / 2

Completed in 176 milliseconds