Home
last modified time | relevance | path

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

/NextBSD/sys/arm/arm/
HDphysmem.c164 uint64_t end, start, xend, xstart; in regions_to_avail() local
183 xend = exp->size + xstart; in regions_to_avail()
188 if (xend <= start) in regions_to_avail()
200 if ((start >= xstart) && (end <= xend)) { in regions_to_avail()
201 start = xend; in regions_to_avail()
202 end = xend; in regions_to_avail()
214 if ((xstart > start) && (xend < end)) { in regions_to_avail()
219 start = xend; in regions_to_avail()
228 start = xend; in regions_to_avail()
/NextBSD/contrib/compiler-rt/lib/builtins/
HDclear_cache.c130 uint64_t xend = (uint64_t)(uintptr_t) end; in __clear_cache()
142 for (addr = xstart; addr < xend; addr += dcache_line_size) in __clear_cache()
147 for (addr = xstart; addr < xend; addr += icache_line_size) in __clear_cache()
/NextBSD/contrib/groff/src/libs/libgroff/
HDgeometry.cpp129 int xend = xcenter + xv_2; in check_output_arc_limits() local
133 int xs = xend - xcenter; in check_output_arc_limits()
/NextBSD/lib/libvgl/
HDsimple.c223 int dx, dy, incr1, incr2, D, x, y, xend, c, pixels_left; in VGLLine() local
258 xend = (dx - 1) / 4; in VGLLine()
272 for (i = 0; i < xend; i++) { /* plotting loop */ in VGLLine()
337 for (i = 0; i < xend; i++) { in VGLLine()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86InstrTSX.td34 "xend", [(int_x86_xend)]>, TB, Requires<[HasRTM]>;
/NextBSD/sys/dev/syscons/
HDscvgarndr.c1163 int xend, yend; in vga_pxlmouse_direct() local
1183 xend = imin(x + 16, scp->xpixel); in vga_pxlmouse_direct()
1214 for (j = (xend - x - 1); j >= 0; j--) { in vga_pxlmouse_direct()
1256 xend_old = xend; in vga_pxlmouse_direct()
/NextBSD/cddl/contrib/opensolaris/common/ctf/
HDctf_open.c116 uint_t *xend = xp + fp->ctf_nsyms; in init_symtab() local
132 for (; xp < xend; xp++, symp += sp->cts_entsize) { in init_symtab()
/NextBSD/tools/sched/
HDschedgraph.py1259 xstart, xend = self.xview()
1260 midpoint = xstart + ((xend - xstart) / 2)
1266 xstart, xend = self.xview()
1267 xsize = (xend - xstart) / 2