HomeSort by: relevance | last modified time | path
    Searched refs:xend (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
clear_cache.c 134 uint64_t xend = (uint64_t)(uintptr_t) end;
146 for (addr = xstart & ~(dcache_line_size - 1); addr < xend;
152 for (addr = xstart & ~(icache_line_size - 1); addr < xend;
158 uintptr_t xend = (uintptr_t) end;
160 for (; xstart < xend; xstart += 4) {
  /src/sys/arch/ews4800mips/stand/common/
cons_fb.c 113 int i, j, k, xend, yend; local in function:fb_clear
120 xend = MINMAX(x + w, 0, FB_WIDTH);
125 j = xend - x;
  /src/bin/ksh/
emacs.c 85 static char *xend; /* end input buffer */ variable in typeref:typename:char *
329 xbp = xbuf = buf; xend = buf + len;
440 if (xep+len >= xend) {
883 strlcpy(xbuf, *hp, xend - xbuf);
1591 char *o_xbuf = xbuf, *o_xend = xend;
1596 xend = xep = ksh_version + 4 + strlen(ksh_version + 4);
1602 xend = o_xend;
1975 int ret = x_do_comment(xbuf, xend - xbuf, &len);

Completed in 14 milliseconds