Searched refs:sp1 (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.s38 * memset(void *sp1, int c, size_t n)
41 * char *sp = sp1;
46 * return (sp1);
63 mov %o0, %o5 ! copy sp1 before using it
75 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound
81 ! Set -(%o3) bytes till sp1 double aligned
88 ! Now sp1 is double aligned (sp1 is found in %o5)
102 andcc %o5, 63, %o3 ! is sp1 block aligned?
148 ! sp1 i
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemset.s38 * memset(void *sp1, int c, size_t n)
41 * char *sp = sp1;
46 * return (sp1);
66 mov %o0, %o5 ! copy sp1 before using it
79 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound
85 ! Set -(%o3) bytes till sp1 long aligned
91 ! Now sp1 is long aligned (sp1 is found in %o5)
113 ! %o0 = original sp1
155 ! %o0 = original sp1
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s38 * memset(void *sp1, int c, size_t n)
41 * char *sp = sp1;
46 * return (sp1);
76 mov %o0, %o5 ! copy sp1 before using it
93 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound
98 ! Set -(%o3) bytes till sp1 double aligned
104 ! Now sp1 is double aligned (sp1 is found in %o5)
112 andcc %o5, 63, %o3 ! is sp1 block aligned?
126 ! Now sp1 i
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemset.s40 * memset(void *sp1, int c, size_t n)
43 * char *sp = sp1;
48 * return (sp1);
120 mov %o0, %o5 ! copy sp1 before using it
136 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound
141 ! Set -(%o3) bytes till sp1 long word aligned
147 ! Now sp1 is long word aligned (sp1 is found in %o5)
153 andcc %o5, 63, %o3 ! is sp1 block aligned?
167 ! Now sp1 i
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c445 mdsetname_t *sp1; local
451 if ((sp1 = metasetnosetname(setno, ep)) == NULL) {
463 metaflushsetname(sp1);
465 if ((is_it = meta_is_drive_in_thisset(sp1, dn, FALSE, ep))
471 sp1->setname, dn->cname, sp->setname));
H A Dmeta_name.c969 mdsetname_t *sp1,
973 if (strcmp(sp1->setname, sp2->setname) == 0) {
974 assert(sp1->setno == sp2->setno);
977 assert(sp1->setno != sp2->setno);
968 metaissameset( mdsetname_t *sp1, mdsetname_t *sp2 ) argument
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemset.s38 * memset(void *sp1, int c, size_t n)
41 * char *sp = sp1;
46 * return (sp1);
73 mov %o0, %o5 ! copy sp1 before using it
86 andcc %o5, 15, %o3 ! is sp1 aligned on a 16 byte bound
92 ! Set -(%o3) bytes till sp1 aligned
98 ! Now sp1 is double aligned (sp1 is found in %o5)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c1591 _ure_state_t *sp1, *sp2, *ls, *rs; local
1594 sp1 = b->states.states + i;
1595 if (sp1->id != i)
1632 for (i = eq = 0, sp1 = b->states.states; i < b->states.states_used;
1633 sp1++, i++)
1634 sp1->id = (sp1->id == i) ? eq++ : b->states.states[sp1->id].id;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dndbm.c963 short *sp, *sp1; local
983 for (sp1 = sp + sp[0], sp += n+1; sp <= sp1; sp++)
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc726 void *memset(void *sp1, int c, size_t n);

Completed in 53 milliseconds