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

/freebsd-11.0-release/sys/arm/arm/
H A Dphysmem.c166 uint64_t end, start, xend, xstart; local
185 xend = exp->size + xstart;
190 if (xend <= start)
202 if ((start >= xstart) && (end <= xend)) {
203 start = xend;
204 end = xend;
216 if ((xstart > start) && (xend < end)) {
221 start = xend;
230 start = xend;
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dclear_cache.c130 uint64_t xend = (uint64_t)(uintptr_t) end;
142 for (addr = xstart; addr < xend; addr += dcache_line_size)
147 for (addr = xstart; addr < xend; addr += icache_line_size)
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Dgeometry.cpp129 int xend = xcenter + xv_2; local
133 int xs = xend - xcenter;
/freebsd-11.0-release/lib/libvgl/
H A Dsimple.c223 int dx, dy, incr1, incr2, D, x, y, xend, c, pixels_left; local
258 xend = (dx - 1) / 4;
272 for (i = 0; i < xend; i++) { /* plotting loop */
337 for (i = 0; i < xend; i++) {
/freebsd-11.0-release/sys/dev/syscons/
H A Dscvgarndr.c1163 int xend, yend; local
1183 xend = imin(x + 16, scp->xpixel);
1214 for (j = (xend - x - 1); j >= 0; j--) {
1256 xend_old = xend;
/freebsd-11.0-release/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-11.0-release/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 146 milliseconds