Home
last modified time | relevance | path

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

1234

/titanic_41/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_41/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
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()
947 i, less[i], i, more[i]); in output_one_mo_file()
968 (void) fwrite(&less[i], sizeof (int), 1, fp); in output_one_mo_file()
991 free(less); in output_one_mo_file()
/titanic_41/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_41/usr/src/cmd/make/bin/
H A Dimplicit.cc445 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()
H A Ddoname.cc80 …date_tail, Property old_locals, Boolean implicit, Property *command, Name less, Boolean rechecking…
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()
926 …date_tail, Property old_locals, Boolean implicit, Property *command, Name less, Boolean rechecking… in check_dependencies() argument
1226 less = line->body.line.dependencies->name; in check_dependencies()
1268 if (less != NULL) { in check_dependencies()
[all …]
/titanic_41/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_41/usr/src/uts/sparc/ml/
H A Dip_ocsum.s56 cmp %o1, 31 ! less than 62 bytes?
/titanic_41/usr/src/lib/libc/inc/
H A Dmsgfmt.h94 int less; /* index of left leaf */ member
/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Dzero.s52 andcc %o0, 7, %g0 ! Is the address less than double-word aligned?
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-man.mf62 # less is the default (per user environment) pager. We really should just
64 depend fmri=text/less type=require
/titanic_41/usr/src/cmd/mandoc/
H A Dman_term.c420 int len, less; in pre_in() local
432 less = 0; in pre_in()
435 less = -1; in pre_in()
437 less = 1; in pre_in()
446 if (less < 0) in pre_in()
448 else if (less > 0) in pre_in()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.h131 ERROR _MAXQUEUEGROUPS must be less than _BITMAPBITS
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dreport1.txt60 database entries have a combined key and data size of less than
/titanic_41/usr/src/lib/libshell/common/
H A DOBSOLETE49 is less than
59 is less than or equal to
/titanic_41/usr/src/test/zfs-tests/include/
H A Dmath.shlib23 # Do $action if the calculated percentage is less than that passed in:
/titanic_41/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_41/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_41/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_41/usr/src/test/libc-tests/cfg/
H A Dcompilation.cfg56 # These are ordered from less inclusive (most recent) to most inclusive.
/titanic_41/usr/src/lib/librstp/common/
H A DREADME.files53 deleting, starting & stopping the RSTP instance) less
/titanic_41/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE0.dict31 # since the bits required to hold the value is less than 22.
/titanic_41/usr/src/cmd/lp/filter/postscript/font/
H A DREADME35 column) less than 32 are looked up (by dpost) in the charlib directory. A code
77 that are assigned codes less than 32 (typically 1 or 2) are special and are
/titanic_41/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging76 If the first character (MAX) is less than the second character (MIN),
/titanic_41/usr/src/lib/libsqlite/test/
H A Dsubselect.test81 # x value is less than half of the maximum.
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c844 if (check_msg_list->less != LEAFINDICATOR) { in key_2_text()
846 check_msg_list->less; in key_2_text()

1234