Searched refs:ps1 (Results 1 – 12 of 12) sorted by relevance
54 const unsigned char *ps1 = s1; in memcmp() local58 if (*ps1++ != *ps2++) in memcmp()59 return (ps1[-1] - ps2[-1]); in memcmp()
70 const uchar_t *ps1 = s1; in memcmp() local75 if (*ps1++ != *ps2++) in memcmp()76 return (ps1[-1] - ps2[-1]); in memcmp()
264 static GENERIC ps1[14] = { variable448 r = pr1[11]; s = ps1[11]+z*(ps1[12]+z*ps1[13]);451 s = z*s + ps1[i];
268 static GENERIC ps1[14] = { variable453 r = pr1[11]; s = ps1[11]+z*(ps1[12]+z*ps1[13]);456 s = z*s + ps1[i];
256 static const GENERIC ps1[14] = { variable439 r = pr1[11]; s = ps1[11]+z*(ps1[12]+z*ps1[13]);442 s = z*s + ps1[i];
252 static const GENERIC ps1[14] = { variable436 r = pr1[11]; s = ps1[11]+z*(ps1[12]+z*ps1[13]);439 s = z*s + ps1[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))
660 int tmpflg, i = 0, ps1 = -1, ps2 = -1; in sigint() local669 ps1 = i; in sigint()674 if (ps1 >= 0 && ps2 >= 0) in sigint()675 environ[ps1] = environ[ps2]; in sigint()
96 ! l1 ps1235 mov %i3,%l1 ! ps1 = s
89 ! o1 ps1220 mov %i3,%o1 ! ps1 = s
100 const uchar_t *ps1 = s1; in zfs_bcmp() local105 if (*ps1++ != *ps2++) in zfs_bcmp()
1084 const uint8_t *ps1 = s1; in dtrace_bcmp() local1088 if (dtrace_load8((uintptr_t)ps1++) != *ps2++) in dtrace_bcmp()