Home
last modified time | relevance | path

Searched refs:less (Results 1 – 25 of 114) sorted by relevance

12345

/titanic_51/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 > 0 && size > (size_t)less && (size-(size_t)less) < sizeof(Block_t) )
238 less = (size_t)less <= vd->incr ? 0 : (size_t)less - vd->incr;
241 if(less <= 0 ||
242 (*memoryf)(vm,caddr,seg->extent,seg->extent-less,vm->disc) != caddr)
[all …]
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmprivate.c203 { reg ssize_t less; local
206 less = size;
208 { if((less = vm->disc->round) <= 0)
209 less = _Vmpagesize;
210 less = (size/less)*less;
211 less = (less/vd->incr)*vd->incr;
212 if(less >
[all...]
/titanic_51/usr/src/cmd/msgfmt/
H A Dmsgfmt.c843 binary_compute(int i, int j, int *more, int *less) in binary_compute() argument
852 less[k] = binary_compute(i, k - 1, more, less); in binary_compute()
853 more[k] = binary_compute(k + 1, j, more, less); in binary_compute()
898 int *less, *more; in output_one_mo_file() local
932 * Fill up less and more entries to be used for binary search. in output_one_mo_file()
936 less = (int *)Xcalloc(message_count, sizeof (int)); in output_one_mo_file()
939 (void) binary_compute(0, message_count - 1, more, less); in output_one_mo_file()
946 " less[%2d]=%2d, more[%2d]=%2d\n", in output_one_mo_file()
947 i, less[ in output_one_mo_file()
[all...]
/titanic_51/usr/src/lib/libresolv2/common/isc/
H A Dheap.c166 int less; in heap_delete() local
177 less = ctx->higher_priority(elt, ctx->heap[i]); in heap_delete()
179 if (less) in heap_delete()
/titanic_51/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; in find_suffix_rule()
806 Name less; in find_percent_rule() local
852 less = NULL; in find_percent_rule()
879 if ((less == NULL) || nonpattern_less) { in find_percent_rule()
880 less = depe_to_check; in find_percent_rule()
896 if (less == NULL) { in find_percent_rule()
897 less = depe_to_check; in find_percent_rule()
1142 line->body.line.less = less; in find_percent_rule()
[all...]
H A Ddoname.cc80 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);
198 line->body.line.less = target; in enter_explicit_rule_from_dynamic_rule()
290 Name less = NULL; in doname() local
394 less = NULL; in doname()
488 less, in doname()
693 line->body.line.less = true_target; in doname()
813 less, in doname()
899 * old_locals, implicit, command, less, rechecking_target)
915 * less Set to $< value
926 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...]
/titanic_51/usr/src/cmd/ast/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.:"
/titanic_51/usr/src/lib/libshell/common/scripts/
H A Dshman.sh148 if which less >/dev/null 2>&1 ; then
150 cat <"${doc_filename}" | less -I -M $"--prompt=MManual\ page\ ${doc_title}\ ?ltline\ %lt?L/%L.:"
/titanic_51/usr/src/uts/sparc/ml/
H A Dip_ocsum.s56 cmp %o1, 31 ! less than 62 bytes?
/titanic_51/usr/src/lib/libc/inc/
H A Dmsgfmt.h56 * | (int) less |
94 int less; /* index of left leaf */ member
/titanic_51/usr/src/cmd/sgs/rtld.4.x/
H A Dzero.s52 andcc %o0, 7, %g0 ! Is the address less than double-word aligned?
/titanic_51/usr/src/pkg/manifests/
H A Dsystem-man.mf60 # less is the default (per user environment) pager. We really should just
62 depend fmri=text/less type=require
/titanic_51/usr/src/cmd/mandoc/
H A Dman_term.c405 int less; in pre_in() local
415 less = 0; in pre_in()
418 less = -1; in pre_in()
420 less = 1; in pre_in()
429 if (less < 0) in pre_in()
431 else if (less > 0) in pre_in()
/titanic_51/usr/src/cmd/sendmail/src/
H A Dconf.h128 /* must be less than BITMAPBITS for DoQueueRun */
131 ERROR _MAXQUEUEGROUPS must be less than _BITMAPBITS
/titanic_51/usr/src/lib/libsqlite/tool/
H A Dreport1.txt60 database entries have a combined key and data size of less than
/titanic_51/usr/src/lib/libshell/common/
H A DOBSOLETE49 is less than
59 is less than or equal to
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/
H A DOBSOLETE49 is less than
59 is less than or equal to
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dpty.sh430 whence -q less &&
434 w m=yes; while true; do echo $m-$m; done | less
/titanic_51/usr/src/test/zfs-tests/include/
H A Dmath.shlib23 # Do $action if the calculated percentage is less than that passed in:
/titanic_51/usr/src/uts/common/avs/ns/sdbc/
H A DCACHE_SPEC.txt181 if 0 or less, status will be one of:
215 if 0 or less, return will be one of:
236 if 0 or less, return will be one of:
274 if 0 or less, return will be one of:
292 if 0 or less, return will be:
/titanic_51/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
/titanic_51/usr/src/boot/lib/libz/doc/
H A Dalgorithm.txt68 input less than the length of longest code. It gets that many bits from the
70 code is that many bits or less and how many, and if it is, it will tell
88 little more than eight bits for 286 symbols and a little less than five bits
107 compression in the first place.) For the less frequent long symbols, there
/titanic_51/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
/titanic_51/usr/src/test/libc-tests/cfg/
H A Dcompilation.cfg58 # These are ordered from less inclusive (most recent) to most inclusive.
/titanic_51/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE0.dict31 # since the bits required to hold the value is less than 22.

12345