Searched refs:less (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprivate.c228 { reg ssize_t less; local
231 less = size;
233 { if((less = vm->disc->round) <= 0)
234 less = _Vmpagesize;
235 less = (size/less)*less;
236 less = (less/vd->incr)*vd->incr;
237 if(less >
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dwcsncasecmp.c24 * o An ASCII string that would compare greater due to case is properly less
44 const char *less = "celes"; local
70 ret = mbstowcs(b, less, len);
80 ret = mbstowcs(b, less, len);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dip_ocsum.s56 cmp %o1, 31 ! less than 62 bytes?
/illumos-gate/usr/src/lib/libc/inc/
H A Dmsgfmt.h56 * | (int) less |
94 int less; /* index of left leaf */ member in struct:msg_struct
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dzero.s52 andcc %o0, 7, %g0 ! Is the address less than double-word aligned?
/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c843 binary_compute(int i, int j, int *more, int *less) argument
852 less[k] = binary_compute(i, k - 1, more, less);
853 more[k] = binary_compute(k + 1, j, more, less);
898 int *less, *more; local
932 * Fill up less and more entries to be used for binary search.
936 less = (int *)Xcalloc(message_count, sizeof (int));
939 (void) binary_compute(0, message_count - 1, more, less);
946 " less[%2d]=%2d, more[%2d]=%2d\n",
947 i, less[
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.h128 /* must be less than BITMAPBITS for DoQueueRun */
131 ERROR _MAXQUEUEGROUPS must be less than _BITMAPBITS
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dheap.c166 int less; local
177 less = ctx->higher_priority(elt, ctx->heap[i]);
179 if (less)
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc76 * (target name less target suffix) and the source suffix and checking
445 line->body.line.less = source;
806 Name less; local
852 less = NULL;
879 if ((less == NULL) || nonpattern_less) {
880 less = depe_to_check;
896 if (less == NULL) {
897 less = depe_to_check;
1142 line->body.line.less = less;
[all...]
H A Ddoname.cc82 static Boolean check_dependencies(Doname *result, Property line, Boolean do_get, Name target, Name true_target, Boolean doing_subtree, Chain *out_of_date_tail, Property old_locals, Boolean implicit, Property *command, Name less, Boolean rechecking_target, Boolean recheck_conditionals);
200 line->body.line.less = target;
292 Name less = NULL; local
396 less = NULL;
490 less,
695 line->body.line.less = true_target;
815 less,
901 * old_locals, implicit, command, less, rechecking_target)
917 * less Set to $< value
928 check_dependencies(Doname *result, Property line, Boolean do_get, Name target, Name true_target, Boolean doing_subtree, Chain *out_of_date_tail, Property old_locals, Boolean implicit, Property *command, Name less, Boolea argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshman.sh136 # wrapper around more/less
147 # check if we have "less" installed, if not fall back to /usr/xpg4/bin/more
148 if which less >/dev/null 2>&1 ; then
149 # use "cat" here to avoid that "less" may try funny things
150 cat <"${doc_filename}" | less -I -M $"--prompt=MManual\ page\ ${doc_title}\ ?ltline\ %lt?L/%L.:"
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_term.c402 int less; local
412 less = 0;
415 less = -1;
417 less = 1;
426 if (less < 0)
428 else if (less > 0)
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s159 ble,pt %ncc, .dbmedl31 ! skip big loop if less than 32
230 sub %o2, 64, %o2 ! 64 less bytes to copy
268 sub %o2,32, %o2 ! 32 less bytes to copy
286 sub %o2, 8, %o2 ! 8 less bytes to copy
474 ble,pt %ncc, .medw15 ! skip big loop if less than 16
507 .medw7: ! count is ge 1, less than 8
550 ble,pt %ncc, .medl31 ! skip big loop if less than 32
709 bgu %ncc, .large ! otherwise, less than 16 bytes left
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s185 ble,pt %ncc, .dbmedl31 ! skip big loop if less than 32
254 sub %o2, 64, %o2 ! 64 less bytes to copy
291 sub %o2,32, %o2 ! 32 less bytes to copy
309 sub %o2, 8, %o2 ! 8 less bytes to copy
490 ble,pt %ncc, .medw15 ! skip big loop if less than 16
525 .medw7: ! count is ge 1, less than 8
566 ble,pt %ncc, .medl31 ! skip big loop if less than 32
726 bgu %ncc, .large ! otherwise, less than 16 bytes left
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.s383 bl,a 0b ! If less, take another lap
602 add %g2, 1, %g2 ! less than zero
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h78 FNPROTO(less); variable
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.s256 ! If %g1 is less than zero, no interrupt will be queued.
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c848 if (check_msg_list->less != LEAFINDICATOR) {
850 check_msg_list->less;
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s639 * and total data to move is less than FP_COPY bytes
640 * Also handles finish up for large block moves, so may be less than 32 bytes
686 blt,pt %ncc, .bc_small3x ! skip if less than 4 bytes left
760 ! Size is less than FP_COPY
840 blt,pt %ncc, .bc_small3x ! skip if less than 4 bytes left
919 blt,pt %ncc, .bc_small3x ! skip if less than 4 bytes left
1019 blt,pt %ncc, .bc_small3x ! skip if less than 4 bytes left
1557 blt,pt %ncc, .bc_unaln3x ! skip if less than 4 bytes left
2077 cmp %i2, 128 ! for less than 128 bytes
2615 blu %ncc, .dbytecp ! if 3 or less byte
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h580 struct _Name *less; member in struct:Line
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s219 cmp %o2, 8 ! less than 8 byte do byte copy
1042 * and total data to move is less than MED_MAX bytes
1046 ble,pt %ncc, .medl63 ! skip big loop if less than 64 bytes
1131 ble,pt %ncc, .medw31 ! skip big loop if less than 16
1186 .medw7: ! count is ge 1, less than 8
2108 cmp %o2, 0x80 ! For lengths less than 128 bytes no
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs469 has less than minfree space in reserve.
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s330 movl %xcc, %o1, %o2 ! use new pri if base is less
794 * instruction uses less resources than casx on those cpus.
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c343 less(fcode_env_t *env) function
2531 ANSI(0x03a, 0, "<", less);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c469 /* This below happens, if a file whose size is less than 512 bytes
3126 /* A salt must be terminated with `$', if it is less than 8 chars. */
4376 {"comma", "less", ',', '<', 0x33},
4553 " less, period, greater, slash, question, alt, space, capslock, FX (X"
4884 /* XXX: Assume less than 32 terminals. */
4911 /* Probably less than four is meaningless.... */

Completed in 146 milliseconds

12