Searched refs:ps1 (Results 1 – 14 of 14) 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))
1376 md_mps_t *ps1; in wait_for_overlaps() local1392 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() local1822 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() local3790 ps1 = un->un_rs_prev_overlap; in become_owner()[all …]
1664 md_mps_t *ps1; in mirror_owner_thread() local1704 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()
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()
100 const uchar_t *ps1 = s1; in zfs_bcmp() local105 if (*ps1++ != *ps2++) in zfs_bcmp()
96 ! l1 ps1235 mov %i3,%l1 ! ps1 = s
89 ! o1 ps1220 mov %i3,%o1 ! ps1 = s
1084 const uint8_t *ps1 = s1; in dtrace_bcmp() local1088 if (dtrace_load8((uintptr_t)ps1++) != *ps2++) in dtrace_bcmp()