Searched refs:least (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctmerg.c132 while ((tp = getleast()) != NULL) /* get least uid of all files, */
141 * getleast returns ptr to least (lowest uid) element of current
147 struct tacct *tp, *least; local
149 least = NULL;
153 if (least == NULL ||
154 tp->ta_uid < least->ta_uid ||
155 ((tp->ta_uid == least->ta_uid) &&
157 (strncmp(tp->ta_name, least->ta_name, NSZ) < 0)))
158 least = tp;
160 return(least);
[all...]
/illumos-gate/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.
/illumos-gate/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
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s124 cmp %o1, 32 ! at least a cacheline (64 bytes)?
251 andncc %i1, 31, %i4 ! at least 64 bytes for main loop?
294 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.
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c201 * for at least one type of the printer at hand, but not
/illumos-gate/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
/illumos-gate/usr/src/uts/common/inet/
H A Dinetddi.c73 #error inetddi.c: at least one of INET_DEVDESC or INET_MODDESC or \
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s99 1: stb %o1, [%o5] ! there is at least 1 byte to set
/illumos-gate/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.
/illumos-gate/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.
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c1131 register int least = (int)hp->histind-hp->histsize; local
1136 if(--command < least)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s113 * check for at least 8 bytes left,
122 * ! Medium length cases with at least CHKSIZE bytes available
331 * least 4 chunks of data are available for movement, the
1138 ! Now long word aligned and have at least 32 bytes to move
1188 ! Now word aligned and have at least 36 bytes to move
1235 ! Now half word aligned and have at least 38 bytes to move
1267 * This entry is particularly important as DTRACE (at least as of
2055 ! Now long word aligned and have at least 32 bytes to move
2113 ! Now word aligned and have at least 36 bytes to move
2166 ! Now half word aligned and have at least 3
[all...]
H A Dopl_olympus_copy.s109 * check for at least 8 bytes left,
118 * ! Medium length cases with at least CHKSIZE bytes available
326 * least 4 chunks of data are available for movement, the
1089 ! Now long word aligned and have at least 32 bytes to move
1139 ! Now word aligned and have at least 36 bytes to move
1186 ! Now half word aligned and have at least 38 bytes to move
1218 * This entry is particularly important as DTRACE (at least as of
1987 ! Now long word aligned and have at least 32 bytes to move
2045 ! Now word aligned and have at least 36 bytes to move
2098 ! Now half word aligned and have at least 3
[all...]
H A Dspitfire_copy.s832 srl %i1, 3, %l5 ! bits 3,4,5 are now least sig in %l5
2664 srl %i1, 3, %l5 ! bits 3,4,5 are now least sig in %l5
3905 srl %i1, 3, %l5 ! bits 3,4,5 are now least sig in %l5
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s657 bgu,pt %ncc, .bc_medl32 ! repeat if at least 32 bytes left
821 bgu,pt %ncc, .bc_medw32 ! repeat if at least 32 bytes left
895 bgu,pt %ncc, .bc_medh32 ! repeat if at least 32 bytes left
991 bgu,pt %ncc, .bc_medb32 ! repeat if at least 32 bytes left
1092 bgu,pt %ncc, .bc_medbh32 ! repeat if at least 32 bytes left
1155 * least FP_COPY bytes available. FP regs are used, so
1540 bgu,pt %ncc, .bc_aln_32 ! repeat if at least 32 bytes left
2100 * Copy that reach here have at least 2 blocks of data to copy.
3046 bgu,pt %ncc, .co_medl32 ! repeat if at least 32 bytes left
3204 bgu,pt %ncc, .co_medw32 ! repeat if at least 3
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c1255 ** something semantically identical if possible, else at least
1298 ERROR MAXNAME must be at least 10
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3803 / which computes whether or not the least significant 32-bits
3832 / which means the least significant 32-bits of hrestime_adj is
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S761 for %f2,TWO96,%f2 ! used to strip least sig bits
H A D__vpow.S39 ! __mt_constlog2[2*i+1] = low order least bits log2(1+i/256)*256, i = [0, 255]
308 ! __mt_constexp2[2*i+1] = least bits 2^(i/256), i = [0, 255]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s319 srl %i1, 3, %l5 ! bits 3,4,5 are now least sig in %l5
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2465 % space. In that case, we won't have a \nobreak before. At least
2978 % We have this subroutine so that we can handle at least some @value's
3716 % Like \dotfill except takes at least 1 em.
4594 % widest letter (M) is 1em, at least in the Computer Modern fonts.
6079 % If not defined, say something at least.
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s2439 # only here if already aligned on at least a qword bndry
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure1233 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
2762 array size at least. It's necessary to write '\x00'==0 to get something
3087 # This happens at least with the AIX C compiler.
3198 # This happens at least with the AIX C compiler.
5925 { { echo "$as_me:$LINENO: error: You must enable at least one network driver" >&5
5926 echo "$as_me: error: You must enable at least one network driver" >&2;}

Completed in 283 milliseconds