Searched refs:small (Results 1 - 25 of 56) sorted by relevance

123

/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.s61 cmp %o2, 12 ! if small counts, just write bytes
H A Dmemcmp.s60 ! for small counts byte compare immediately
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemset.s64 cmp %o2, 12 ! if small counts, just write bytes
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s43 cmp %i2, 17 ! delay slot, for small counts copy bytes
48 cmp %i2, 17 ! delay slot, for small counts copy bytes
H A Dmemcpy.s58 cmp %o2, 17 ! for small counts copy bytes
H A Dmemset.s57 cmp %o2, 7 ! if small counts, just write bytes
H A Dmemcmp.s61 bleu,a .cmpbyt ! for small counts go do bytes
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s43 cmp %i2, 17 ! delay slot, for small counts copy bytes
48 cmp %i2, 17 ! delay slot, for small counts copy bytes
H A Dmemcpy.s62 cmp %o2, 17 ! for small counts copy bytes
H A Dmemset.s53 * For small stores (6 or fewer bytes), bytes will be stored one at a time.
80 blu,pn %xcc, .wrchar ! small count: just set bytes
H A Dmemcmp.s60 bleu,a,pn %xcc, .cmpbyt ! for small counts go do bytes
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.s45 cmp %o2, 18 ! for small counts copy bytes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAnyDBM_File.pm57 Code Size ? ? small big big
58 Database Size ? ? small big? ok[1]
H A Dlib_pm.PL176 This is a small simple module which simplifies the manipulation of @INC
228 In order to keep lib.pm small and simple, it only works with Unix
H A Dsort.pm128 is often faster for small arrays, and on arrays of a few distinct
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DSoundex.pm99 intended to hash words (in particular surnames) into a small space using a
140 As it is mapping a large space (arbitrary length strings) onto a small
/osnet-11/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s64 ! for small counts byte compare immediately
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemset.s71 cmp %o2, 32 ! if small counts, just write bytes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsprintf.t132 >%G< >.1234567e-101< >1.23457E-102< >exponent too small for OS/390<
134 >%e< >.1234567E-101< >1.234567e-102< >exponent too small for OS/390<
135 >%g< >.1234567E-101< >1.23457e-102< >exponent too small for OS/390<
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c21 /* looks like 'small' is reserved word for WINCE (or somesuch)*/
22 #define small xsmall macro
347 gptr small[SMALLSORT]; local
352 if (nmemb <= SMALLSORT) aux = small; /* use stack for aux array */
533 if (aux != small) Safefree(aux); /* free iff allocated */
605 Anything bigger and we use qsort. If you make this too small, the qsort
1187 /* This partition is too small to fool with qsort complexity, just
1311 gptr *small[SMALLSORT], **indir, tmp; local
1316 if (nmemb <= SMALLSORT) indir = small;
1366 if (indir != small) { Safefre
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DDecomposition.pl3274 FE50 <small> 002C
3275 FE51 <small> 3001
3276 FE52 <small> 002E
3277 FE54 <small> 003B
3278 FE55 <small> 003A
3279 FE56 <small> 003F
3280 FE57 <small> 0021
3281 FE58 <small> 2014
3282 FE59 <small> 0028
3283 FE5A <small> 002
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintpm.inc584 # see if mul shortcut for small numbers works
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t226 my @keys = qw(small medium large);
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s51 * For small 6 or fewer bytes stores, bytes will be stored.
77 cmp %o2, 7 ! if small counts, just write bytes
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspeedtest.tcl270 runtest {A big DELETE followed by many small INSERTs}

Completed in 62 milliseconds

123