Home
last modified time | relevance | path

Searched refs:ps1 (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/common/util/
H A Dmemcmp.c54 const unsigned char *ps1 = s1; in memcmp() local
58 if (*ps1++ != *ps2++) in memcmp()
59 return (ps1[-1] - ps2[-1]); in memcmp()
H A Dmemstr.c70 const uchar_t *ps1 = s1; in memcmp() local
75 if (*ps1++ != *ps2++) in memcmp()
76 return (ps1[-1] - ps2[-1]); in memcmp()
/titanic_41/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];
/titanic_41/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];
/titanic_41/usr/src/cmd/pgrep/
H A Dpgrep.c271 #define NEWER(ps1, ps2) \ argument
272 ((ps1.pr_start.tv_sec > ps2.pr_start.tv_sec) || \
273 (ps1.pr_start.tv_sec == ps2.pr_start.tv_sec && \
274 ps1.pr_start.tv_nsec > ps2.pr_start.tv_nsec))
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c1376 md_mps_t *ps1; in wait_for_overlaps() local
1392 ps1 = avl_find(&un->un_overlap_root, ps, &where); in wait_for_overlaps()
1393 if (ps1 == NULL) { in wait_for_overlaps()
1819 const md_mps_t *ps1 = (md_mps_t *)p1; in mirror_overlap_compare() local
1822 if (ps1->ps_firstblk < ps2->ps_firstblk) { in mirror_overlap_compare()
1823 if (ps1->ps_lastblk >= ps2->ps_firstblk) in mirror_overlap_compare()
1828 if (ps1->ps_firstblk > ps2->ps_firstblk) { in mirror_overlap_compare()
1829 if (ps1->ps_firstblk <= ps2->ps_lastblk) in mirror_overlap_compare()
3682 md_mps_t *ps1; in become_owner() local
3790 ps1 = un->un_rs_prev_overlap; in become_owner()
[all …]
H A Dmirror_ioctl.c1664 md_mps_t *ps1; in mirror_owner_thread() local
1704 ps1 = un->un_rs_prev_overlap; in mirror_owner_thread()
1705 if ((ps1 != NULL) && in mirror_owner_thread()
1706 (ps1->ps_flags & MD_MPS_ON_OVERLAP)) in mirror_owner_thread()
1707 mirror_overlap_tree_remove(ps1); in mirror_owner_thread()
/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c660 int tmpflg, i = 0, ps1 = -1, ps2 = -1; in sigint() local
669 ps1 = i; in sigint()
674 if (ps1 >= 0 && ps2 >= 0) in sigint()
675 environ[ps1] = environ[ps2]; in sigint()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c100 const uchar_t *ps1 = s1; in zfs_bcmp() local
105 if (*ps1++ != *ps2++) in zfs_bcmp()
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vsincosf.S96 ! l1 ps1
235 mov %i3,%l1 ! ps1 = s
H A D__vsincos.S89 ! o1 ps1
220 mov %i3,%o1 ! ps1 = s
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c1084 const uint8_t *ps1 = s1; in dtrace_bcmp() local
1088 if (dtrace_load8((uintptr_t)ps1++) != *ps2++) in dtrace_bcmp()