/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprivate.c | 228 { 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 D | vmprivate.c | 203 { 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 D | msgfmt.c | 843 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 D | heap.c | 166 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 D | implicit.cc | 76 * (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 D | doname.cc | 80 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 D | shman.sh | 136 # 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 D | shman.sh | 148 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 D | ip_ocsum.s | 56 cmp %o1, 31 ! less than 62 bytes?
|
/titanic_51/usr/src/lib/libc/inc/ |
H A D | msgfmt.h | 56 * | (int) less | 94 int less; /* index of left leaf */ member
|
/titanic_51/usr/src/cmd/sgs/rtld.4.x/ |
H A D | zero.s | 52 andcc %o0, 7, %g0 ! Is the address less than double-word aligned?
|
/titanic_51/usr/src/pkg/manifests/ |
H A D | system-man.mf | 60 # 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 D | man_term.c | 405 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 D | conf.h | 128 /* must be less than BITMAPBITS for DoQueueRun */ 131 ERROR _MAXQUEUEGROUPS must be less than _BITMAPBITS
|
/titanic_51/usr/src/lib/libsqlite/tool/ |
H A D | report1.txt | 60 database entries have a combined key and data size of less than
|
/titanic_51/usr/src/lib/libshell/common/ |
H A D | OBSOLETE | 49 is less than 59 is less than or equal to
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | OBSOLETE | 49 is less than 59 is less than or equal to
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | pty.sh | 430 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 D | math.shlib | 23 # Do $action if the calculated percentage is less than that passed in:
|
/titanic_51/usr/src/uts/common/avs/ns/sdbc/ |
H A D | CACHE_SPEC.txt | 181 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 D | memcpy.s | 159 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 D | algorithm.txt | 68 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 D | memcpy.s | 185 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 D | compilation.cfg | 58 # These are ordered from less inclusive (most recent) to most inclusive.
|
/titanic_51/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | SAMPLE0.dict | 31 # since the bits required to hold the value is less than 22.
|