Home
last modified time | relevance | path

Searched defs:xend (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h634 const v_t * const xend = x + (xsize / sizeof (v_t)); in raidz_syn_q_abd() local
725 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_syn_r_abd() local
848 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_pq_abd() local
1006 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_pr_abd() local
1132 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_syn_qr_abd() local
1166 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_qr_abd() local
1334 const v_t * const xend = x + (tsize / sizeof (v_t)); in raidz_rec_pqr_abd() local
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwborder.c82 int x, sx, xend; in wborder() local
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c117 uint_t *xend = xp + fp->ctf_nsyms; in init_symtab() local
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c89 #define xend _xdat._end macro