Searched defs:ps1 (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/common/util/
H A Dmemcmp.c54 const unsigned char *ps1 = s1; local
58 if (*ps1++ != *ps2++)
59 return (ps1[-1] - ps2[-1]);
H A Dmemstr.c70 const uchar_t *ps1 = s1; local
75 if (*ps1++ != *ps2++)
76 return (ps1[-1] - ps2[-1]);
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dj0l.c264 static GENERIC ps1[14] = { variable
448 r = pr1[11]; s = ps1[11]+z*(ps1[12]+z*ps1[13]);
451 s = z*s + ps1[i];
H A Dj1l.c268 static GENERIC ps1[14] = { variable
453 r = pr1[11]; s = ps1[11]+z*(ps1[12]+z*ps1[13]);
456 s = z*s + ps1[i];
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dj0l.c256 static const GENERIC ps1[14] = { variable
439 r = pr1[11]; s = ps1[11]+z*(ps1[12]+z*ps1[13]);
442 s = z*s + ps1[i];
H A Dj1l.c252 static const GENERIC ps1[14] = { variable
436 r = pr1[11]; s = ps1[11]+z*(ps1[12]+z*ps1[13]);
439 s = z*s + ps1[i];
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_ioctl.c1664 md_mps_t *ps1; local
1704 ps1 = un->un_rs_prev_overlap;
1705 if ((ps1 != NULL) &&
1706 (ps1->ps_flags & MD_MPS_ON_OVERLAP))
1707 mirror_overlap_tree_remove(ps1);
H A Dmirror.c1376 md_mps_t *ps1; local
1392 ps1 = avl_find(&un->un_overlap_root, ps, &where);
1393 if (ps1 == NULL) {
1812 * -1: ps1 < ps2
1813 * 0: ps1 and ps2 overlap
1814 * 1: ps1 > ps2
1819 const md_mps_t *ps1 = (md_mps_t *)p1; local
1822 if (ps1->ps_firstblk < ps2->ps_firstblk) {
1823 if (ps1->ps_lastblk >= ps2->ps_firstblk)
1828 if (ps1
3682 md_mps_t *ps1; local
3974 md_mps_t *ps1; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c660 int tmpflg, i = 0, ps1 = -1, ps2 = -1; local
669 ps1 = i;
674 if (ps1 >= 0 && ps2 >= 0)
675 environ[ps1] = environ[ps2];
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c101 const uchar_t *ps1 = s1; local
106 if (*ps1++ != *ps2++)
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1236 const uint8_t *ps1 = s1; local
1240 if (dtrace_load8((uintptr_t)ps1++) != *ps2++)

Completed in 260 milliseconds