Home
last modified time | relevance | path

Searched refs:least (Results 1 – 25 of 100) sorted by relevance

1234

/titanic_41/usr/src/cmd/acct/
H A Dacctmerg.c147 struct tacct *tp, *least; in getleast() local
149 least = NULL; in getleast()
153 if (least == NULL || in getleast()
154 tp->ta_uid < least->ta_uid || in getleast()
155 ((tp->ta_uid == least->ta_uid) && in getleast()
157 (strncmp(tp->ta_name, least->ta_name, NSZ) < 0))) in getleast()
158 least = tp; in getleast()
160 return(least); in getleast()
/titanic_41/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_8.s80 bpos,a,pt %xcc, .wrdbl1 ! Have at least 16 bytes to copy.
94 bg,a,pt %xcc, .wrdbl1 ! Have at least 16 more bytes.
H A D__align_cpy_4.s97 bg,pt %xcc, .loop16a ! Have at least 16 bytes left.
/titanic_41/usr/src/uts/sun4/ml/
H A Dip_ocsum.s294 andncc %i1, 31, %i4 ! at least 64 bytes for main loop?
403 ! while at least 1 dword, do dwords. Max 7 iterations.
424 ! while at least 1 hword, do hwords. Max 3 iterations.
/titanic_41/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s87 bz,a .bytepad ! yes, at least one byte to pad here
141 ! here there is a least one more byte to zero out: otherwise we would
154 ! here we know that there at least another 4 bytes to pad, since
/titanic_41/usr/src/test/zfs-tests/tests/functional/migration/
H A Dmigration.cfg48 # In this case there are at least enough disks to use.
/titanic_41/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s83 bz,a %ncc, .bytepad ! yes, at least one byte to pad here
159 ! here there is a least one more byte to zero out: otherwise we would
173 ! here we know that there at least another 8 bytes to pad, since
/titanic_41/usr/src/test/zfs-tests/tests/functional/interop/
H A Dinterop.cfg62 # In this case there are at least enough disks to use.
/titanic_41/
H A DREADME42 Each commit must have at least one bug id that is listed in the
/titanic_41/usr/src/uts/common/inet/
H A Dinetddi.c73 #error inetddi.c: at least one of INET_DEVDESC or INET_MODDESC or \
/titanic_41/usr/src/lib/libdll/common/
H A DRELEASE29 01-07-17 dllfind: do at least one dlopen() to prime dlerror()
/titanic_41/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE54 at least ONE of the following:
74 executable form, provided that you do at least ONE of the following:
/titanic_41/usr/src/cmd/cmd-crypto/scripts/
H A Di.kmfconf81 # Check the input file syntax (should at least contain
/titanic_41/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.2.sample130 # Timeout flows if packets not seen for at least 60 secs.
/titanic_41/usr/src/uts/common/io/usb/hcd/
H A DREADME138 4.For non-periodic transfers, reserve for at least one low-speed device
196 - Compare the bandwidth available in the least allocated frame list out of
426 - Compare the bandwidth available in the least allocated frame list out of
472 - Compare the bandwidth available in the least allocated frame list out of
/titanic_41/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s177 bgu,pt %ncc, .dbmedl64 ! repeat if at least 64 bytes left
198 bgu,pt %ncc, .dbmedl32 ! repeat if at least 32 bytes left
507 bgu,pt %ncc, .medw16 ! repeat if at least 16 bytes left
583 bgu,pt %ncc, .medl32 ! repeat if at least 32 bytes left
723 ! At least one, and possibly all, of these need to be written.
/titanic_41/usr/src/uts/common/io/aac/
H A DREADME56 least AACDB_FLAGS_FW_PRINT to enable the UART trace and any other flags
/titanic_41/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE46 Not quite, at least I didn't find that it was possible to do a good job drawing
/titanic_41/usr/src/cmd/ssh/doc/
H A DWARNING.RNG69 supports at least 12 different OSs. That is already 600 sets of data
/titanic_41/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state75 # there must be at least one, and the effect of each block is cumulative
/titanic_41/usr/src/grub/grub-0.97/
H A DTODO55 * Port the script ``grub-install'' to OpenBSD. At least you will have to
/titanic_41/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s99 1: stb %o1, [%o5] ! there is at least 1 byte to set
/titanic_41/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s174 bgu,pt %ncc, .dbmedl32 ! repeat if at least 32 bytes left
489 bgu,pt %ncc, .medw16 ! repeat if at least 16 bytes left
565 bgu,pt %ncc, .medl32 ! repeat if at least 32 bytes left
706 ! At least one, and possibly all, of these need to be written.
/titanic_41/usr/src/cmd/bnu/
H A DDevices28 # NOTE - all lines must have at least 5 fields
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dhistory.c1131 register int least = (int)hp->histind-hp->histsize; in hist_locate() local
1136 if(--command < least) in hist_locate()

1234