Home
last modified time | relevance | path

Searched refs:first (Results 101 – 125 of 798) sorted by last modified time

12345678910>>...32

/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.S136 bz,pn %xcc, .loop16 ! Copy odd amounts first, then multiples of 16.
146 .mod4: ! Do first 4 bytes, then do multiples of 16.
155 .mod8: ! Do first 8 bytes, then do multiples of 16.
166 .mod12: ! Do first 12 bytes, then do multiples of 16.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.S117 ! The first part of this algorithm walks through the beginning of
313 srl %g1, 24, %i2 ! first byte of mismatching word in s2
314 srl %i3, 24, %i1 ! first byte of mismatching word in s1
H A Dmemchr.S50 ! The first part of this algorithm focuses on determining
51 ! whether or not the desired character is in the first few bytes
72 bz %ncc, .notfound ! c not found in first n bytes
81 bz %ncc, .notfound ! c not found in first n bytes
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.S117 ! The first part of this algorithm walks through the beginning of
312 srl %g1, 24, %i2 ! first byte of mismatching word in s2
313 srl %i3, 24, %i1 ! first byte of mismatching word in s1
H A Dmemchr.S50 ! The first part of this algorithm focuses on determining
51 ! whether or not the desired character is in the first few bytes
72 bz .notfound ! c not found in first n bytes
81 bz .notfound ! c not found in first n bytes
H A Dstrchr.S172 ! not being aligned at all. Search the first half of the word
177 srl %o1, 8, %o4 ! %o4<7:0> = first byte
178 tst %o4 ! first byte zero ?
201 andcc %o1, %o4, %g0 ! first byte zero?
H A Dstrcmp.S53 ! This strcmp implementation first determines whether s1 is aligned.
H A Dstrcpy.S54 ! first checking the alignment of its source pointer. And,
74 stb %o1, [%o2] ! store first byte
82 srl %o1, 8, %o4 ! %o4<7:0> = first byte
83 tst %o4 ! first byte zero ?
85 stb %o4, [%o2] ! store first byte
111 srl %o1, 24, %o3 ! %o3<7:0> = first byte
112 andcc %o1, %o4, %g0 ! first byte zero?
114 stb %o3, [%o2 - 4] ! store first byte
143 srl %o1, 24, %g1 ! %g1<7:0> = first byte
144 stb %g1, [%o2 - 4] ! store first byte; half-word aligned now
[all …]
H A Dstrlcpy.S208 srl %l1, 16, %g1 ! first two bytes
H A Dstrlen.S120 bz,pn %icc, .done ! first byte zero
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemchr.S70 cmpb %dl, %cl / if the first byte is %cl
120 / found at the first byte
H A Dstrncmp.S32 movl 8(%esp),%esi / %esi = first string
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.S110 ldd [%g1], %d0 ! get first 8 byte block
117 ! when we first enter the loop
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.S216 ldd [%o5], %d0 ! get first 8 byte block
285 ! when we first enter the loop
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S240 ldd [%o5], %d0 ! get first 8 byte block
308 ! when we first enter the loop
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemchr.S67 cmpb %cl, %al / if the first byte is %al
116 / found at the first byte
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_convert.c49 krb5_tl_data *first, *second; in find_changed_attrs() local
113 for (first = current->tl_data, second = new->tl_data; in find_changed_attrs()
114 first; first = first->tl_data_next, in find_changed_attrs()
116 if ((first->tl_data_length == second->tl_data_length) && in find_changed_attrs()
117 (first->tl_data_type == second->tl_data_type)) { in find_changed_attrs()
118 if ((memcmp((char *)first->tl_data_contents, in find_changed_attrs()
120 first->tl_data_length)) != 0) { in find_changed_attrs()
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c249 char *first; in libhal_drive_policy_compute_display_name() local
253 first = "CD-ROM"; in libhal_drive_policy_compute_display_name()
255 first = "CD-R"; in libhal_drive_policy_compute_display_name()
257 first = "CD-RW"; in libhal_drive_policy_compute_display_name()
301 snprintf (buf, MAX_STRING_SZ, _("External %s%s Drive"), first, second); in libhal_drive_policy_compute_display_name()
304 snprintf (buf, MAX_STRING_SZ, _("%s%s Drive"), first, second); in libhal_drive_policy_compute_display_name()
/illumos-gate/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.S170 / on the correct implementation, at the time of first use,
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DResourceMonitor.java215 StatisticList first = (StatisticList) get("idle"); in calcDerivedStatistic() local
217 switch (first.size()) { in calcDerivedStatistic()
244 ((AggregateStatistic)first.get(first.size() - in calcDerivedStatistic()
245 2)).getStart(), ((AggregateStatistic)first. in calcDerivedStatistic()
H A DStatistic.java290 Date first = start, last = end; in getSnapshotForInterval() local
298 if (first == null) in getSnapshotForInterval()
299 first = s.getStart(); in getSnapshotForInterval()
311 return (new DoubleStatistic(new Double(total / count), first, in getSnapshotForInterval()
378 Date first = start, last = end; in getSnapshotForInterval() local
385 if (first == null) in getSnapshotForInterval()
386 first = s.getStart(); in getSnapshotForInterval()
398 return (new LongStatistic(new Long(total / count), first, in getSnapshotForInterval()
465 Date first = start, last = end; in getSnapshotForInterval() local
473 if (first == null) in getSnapshotForInterval()
[all …]
H A DStatisticList.java213 Object first = getFirst(); in removeFirst() local
214 remove(first); in removeFirst()
215 return (first); in removeFirst()
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_layout.c297 if (tbl->first_row->first == NULL) { in tbl_layout()
323 rp->next->first == NULL) { in tbl_layout()
341 tbl->last_row->first != NULL) { in tbl_layout()
369 rp->first = p; in cell_alloc()
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c1092 *msgvec = first(0, MMNORM); in forward()
H A Dcmd4.c85 *msgvec = first(0, MMNORM); in dopipe()
205 *msgvec = first(0, MMNORM); in loadmsg()
281 *msgvec = first(0, MMNORM); in field()

12345678910>>...32