Home
last modified time | relevance | path

Searched refs:ps2 (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/common/util/
H A Dmemcmp.c55 const unsigned char *ps2 = s2; in memcmp() local
58 if (*ps1++ != *ps2++) in memcmp()
59 return (ps1[-1] - ps2[-1]); in memcmp()
H A Dmemstr.c71 const uchar_t *ps2 = s2; 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.c294 static GENERIC ps2[14] = { variable
454 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
457 s = z*s + ps2[i];
H A Dj1l.c298 static GENERIC ps2[14] = { variable
459 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
462 s = z*s + ps2[i];
/titanic_41/usr/src/lib/libm/common/Q/
H A Dj0l.c286 static const GENERIC ps2[14] = { variable
445 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
448 s = z*s + ps2[i];
H A Dj1l.c282 static const GENERIC ps2[14] = { variable
442 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
445 s = z*s + ps2[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/cmd/fm/fmd/common/
H A Dfmd_asru.c203 int ps2 = fmd_fmri_replaced(rsrc); in fmd_asru_replacement_state() local
204 if (ps2 == FMD_OBJ_STATE_STILL_PRESENT || in fmd_asru_replacement_state()
205 ps2 == FMD_OBJ_STATE_REPLACED) in fmd_asru_replacement_state()
206 ps = ps2; in fmd_asru_replacement_state()
219 int ps2 = fmd_fmri_replaced(fru); in fmd_asru_replacement_state() local
220 if (ps2 == FMD_OBJ_STATE_STILL_PRESENT || in fmd_asru_replacement_state()
221 ps2 == FMD_OBJ_STATE_REPLACED) in fmd_asru_replacement_state()
222 ps = ps2; in fmd_asru_replacement_state()
/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c660 int tmpflg, i = 0, ps1 = -1, ps2 = -1; in sigint() local
671 ps2 = 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.c101 const uchar_t *ps2 = s2; in zfs_bcmp() local
105 if (*ps1++ != *ps2++) in zfs_bcmp()
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vsincosf.S97 ! l2 ps2
251 mov %i3,%l2 ! ps2 = s
H A D__vsincos.S90 ! o2 ps2
245 mov %i3,%o2 ! ps2 = s
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c1820 const md_mps_t *ps2 = (md_mps_t *)p2; 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()
/titanic_41/usr/src/grub/grub-0.97/
H A Dconfig.sub843 ps2)
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c1085 const uint8_t *ps2 = s2; in dtrace_bcmp() local
1088 if (dtrace_load8((uintptr_t)ps1++) != *ps2++) in dtrace_bcmp()