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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
x86-tsx.S 25 xend
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
x86-tsx.S 25 xend
  /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/external/gpl2/groff/dist/src/libs/libgroff/
geometry.cpp 131 int xend = xcenter + xv_2; local
135 int xs = xend - xcenter;
  /src/sys/arch/ews4800mips/stand/common/
cons_fb.c 113 int i, j, k, xend, yend; local
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
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);
  /src/external/cddl/osnet/dist/common/ctf/
ctf_open.c 273 uint_t *xend = xp + fp->ctf_nsyms; local
290 for (; xp < xend; xp++, symp += sp->cts_entsize) {
  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 241 uint32_t *xend = PTR_ADD (xp, fp->ctf_nsyms); local
272 for (i = 0, symp = sp->cts_data; xp < xend; xp++, symp += sp->cts_entsize,
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 241 uint32_t *xend = PTR_ADD (xp, fp->ctf_nsyms); local
272 for (i = 0, symp = sp->cts_data; xp < xend; xp++, symp += sp->cts_entsize,
  /src/external/gpl3/gdb/dist/libctf/
ctf-open.c 241 uint32_t *xend = PTR_ADD (xp, fp->ctf_nsyms); local
272 for (i = 0, symp = sp->cts_data; xp < xend; xp++, symp += sp->cts_entsize,
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open.c 241 uint32_t *xend = PTR_ADD (xp, fp->ctf_nsyms); local
272 for (i = 0, symp = sp->cts_data; xp < xend; xp++, symp += sp->cts_entsize,

Completed in 41 milliseconds