/freebsd/sys/kern/ |
H A D | subr_physmem.c | 188 uint64_t adj, end, start, xend, xstart; in regions_to_avail() local 212 xend = exp->size + xstart; in regions_to_avail() 217 if (xend <= start) in regions_to_avail() 229 if ((start >= xstart) && (end <= xend)) { in regions_to_avail() 230 start = xend; in regions_to_avail() 231 end = xend; in regions_to_avail() 243 if ((xstart > start) && (xend < end)) { in regions_to_avail() 260 start = xend; in regions_to_avail() 269 start = xend; in regions_to_avail()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | clear_cache.c | 125 uint64_t xend = (uint64_t)(uintptr_t)end; in __clear_cache() 140 for (addr = xstart & ~(dcache_line_size - 1); addr < xend; in __clear_cache() 150 for (addr = xstart & ~(icache_line_size - 1); addr < xend; in __clear_cache()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_impl.h | 664 const v_t * const xend = x + (xsize / sizeof (v_t)); in raidz_syn_q_abd() local 674 for (; x < xend; x += SYN_STRIDE) { in raidz_syn_q_abd() 758 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_syn_r_abd() local 768 for (; x < xend; x += SYN_STRIDE) { in raidz_syn_r_abd() 884 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_pq_abd() local 890 for (; x < xend; x += REC_PQ_STRIDE, y += REC_PQ_STRIDE, in raidz_rec_pq_abd() 1045 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_pr_abd() local 1051 for (; x < xend; x += REC_PR_STRIDE, y += REC_PR_STRIDE, in raidz_rec_pr_abd() 1175 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_syn_qr_abd() local 1188 for (; x < xend; x += SYN_STRIDE, y += SYN_STRIDE) { in raidz_syn_qr_abd() [all …]
|
/freebsd/lib/libvgl/ |
H A D | mouse.c | 401 int pos, x1, xend, xstart; in VGLMouseMerge() local 406 xend = x + width; in VGLMouseMerge() 407 if (xend > VGLMouseXpos + VGLMouseAndMask->VXsize) in VGLMouseMerge() 408 xend = VGLMouseXpos + VGLMouseAndMask->VXsize; in VGLMouseMerge() 409 for (x1 = xstart; x1 < xend; x1++) { in VGLMouseMerge()
|
H A D | simple.c | 187 int dx, dy, incr1, incr2, D, x, y, xend, c, pixels_left; in VGLLine() local 222 xend = (dx - 1) / 4; in VGLLine() 236 for (i = 0; i < xend; i++) { /* plotting loop */ in VGLLine() 301 for (i = 0; i < xend; i++) { in VGLLine()
|
/freebsd/sys/dev/syscons/ |
H A D | scvgarndr.c | 1255 int bx, by, i, line_width, xend, xoff, yend, yoff; in remove_pxlmouse_planar() local 1265 xend = imin(x + mdp->md_width, scp->xpixel); in remove_pxlmouse_planar() 1267 if (xend <= bx && yend <= by) in remove_pxlmouse_planar() 1277 for (i = x / 8, xoff = i * 8; xoff < xend; ++i, xoff += 8) { in remove_pxlmouse_planar() 1293 int xend, yend; in vga_pxlmouse_direct() local 1302 xend = imin(x + mdp->md_width, scp->xpixel); in vga_pxlmouse_direct() 1304 if (!on && xend <= (scp->xoff + scp->xsize) * 8 && in vga_pxlmouse_direct() 1317 for (j = xend - x - 1; j >= 0; j--) in vga_pxlmouse_direct() 1325 for (j = xend - x - 1; j >= 0; j--) in vga_pxlmouse_direct()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrTSX.td | 40 "xend", [(int_x86_xend)]>, TB, Requires<[HasRTM]>;
|
/freebsd/tools/sched/ |
H A D | schedgraph.py | 1260 xstart, xend = self.xview() 1261 midpoint = xstart + ((xend - xstart) / 2) 1267 xstart, xend = self.xview() 1268 xsize = (xend - xstart) / 2
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_open.c | 254 uint_t *xend = xp + fp->ctf_nsyms; in init_symtab() local 271 for (; xp < xend; xp++, symp += sp->cts_entsize) { in init_symtab()
|