Searched refs:ps2 (Results 1 – 14 of 14) sorted by relevance
55 const unsigned char *ps2 = s2; in memcmp() local58 if (*ps1++ != *ps2++) in memcmp()59 return (ps1[-1] - ps2[-1]); in memcmp()
71 const uchar_t *ps2 = s2; in memcmp() local75 if (*ps1++ != *ps2++) in memcmp()76 return (ps1[-1] - ps2[-1]); in memcmp()
294 static GENERIC ps2[14] = { variable454 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);457 s = z*s + ps2[i];
298 static GENERIC ps2[14] = { variable459 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);462 s = z*s + ps2[i];
286 static const GENERIC ps2[14] = { variable445 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);448 s = z*s + ps2[i];
282 static const GENERIC ps2[14] = { variable442 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);445 s = z*s + ps2[i];
271 #define NEWER(ps1, ps2) \ argument272 ((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))
203 int ps2 = fmd_fmri_replaced(rsrc); in fmd_asru_replacement_state() local204 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() local220 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()
660 int tmpflg, i = 0, ps1 = -1, ps2 = -1; in sigint() local671 ps2 = i; in sigint()674 if (ps1 >= 0 && ps2 >= 0) in sigint()675 environ[ps1] = environ[ps2]; in sigint()
97 ! l2 ps2251 mov %i3,%l2 ! ps2 = s
90 ! o2 ps2245 mov %i3,%o2 ! ps2 = s
101 const uchar_t *ps2 = s2; in zfs_bcmp() local105 if (*ps1++ != *ps2++) in zfs_bcmp()
843 ps2)
1085 const uint8_t *ps2 = s2; in dtrace_bcmp() local1088 if (dtrace_load8((uintptr_t)ps1++) != *ps2++) in dtrace_bcmp()