Home
last modified time | relevance | path

Searched refs:smax (Results 1 – 25 of 35) sorted by relevance

12

/trueos/tools/regression/p1003_1b/
HDsched.c63 int smax; in checkpris() local
70 if ( (smax = sched_get_priority_max(sched)) == -1 && errno) in checkpris()
73 if (smax - smin + 1 < 32 || smax < smin) { in checkpris()
75 sched_text(sched), smin, smax); in checkpris()
81 sched_text(sched), smin, smax); in checkpris()
/trueos/contrib/apr-util/misc/
HDapr_reslist.c48 int smax; /* soft maximum on the total number of resources */ member
223 while (reslist->nidle > reslist->smax && reslist->nidle > 0) { in apr_reslist_maintain()
252 int min, int smax, int hmax, in apr_reslist_create() argument
264 if (min < 0 || min > smax || min > hmax || smax > hmax || hmax == 0 || in apr_reslist_create()
274 if (smax > 0) { in apr_reslist_create()
275 smax = 1; in apr_reslist_create()
283 rl->smax = smax; in apr_reslist_create()
/trueos/contrib/ncurses/form/
HDfrm_def.c240 form->page[page_nr].smax = fld->sprev->index; in Connect_Fields()
245 form->page[page_nr].smax = 0; in Connect_Fields()
HDform.h64 short smax; /* index of bottom rightmost field on page */ member
HDfrm_driver.c3618 Sorted_Next_Field(form->field[form->page[form->curpage].smax]))); in FN_Sorted_First_Field()
/trueos/contrib/apr-util/include/
HDapr_reslist.h90 int min, int smax, int hmax,
HDapr_memcache.h221 apr_uint32_t smax,
/trueos/contrib/llvm/include/llvm/Support/
HDConstantRange.h228 ConstantRange smax(const ConstantRange &Other) const;
/trueos/sys/netipx/
HDspx_debug.c192 printf("\t"); p3(rack);p3(ralo);p3(smax);p3(flags); printf("\n"); in spx_trace()
/trueos/contrib/llvm/lib/Support/
HDConstantRange.cpp601 ConstantRange::smax(const ConstantRange &Other) const { in smax() function in ConstantRange
606 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax()
607 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1; in smax()
/trueos/contrib/apr-util/dbm/sdbm/
HDsdbm.c308 register int smax = SPLTMAX; in makroom() local
363 } while (--smax); in makroom()
/trueos/lib/libelf/
HDelf_update.c293 uint64_t smax, smin, tmax, tmin; in _libelf_insert_section() local
296 smax = smin + s->s_size; in _libelf_insert_section()
309 } else if (smax <= tmin) in _libelf_insert_section()
/trueos/contrib/gcc/config/ia64/
HDvect.md255 (define_expand "smax<mode>3"
257 (smax:VECINT (match_operand:VECINT 1 "gr_reg_or_0_operand" "")
295 (smax:V4HI (match_operand:V4HI 1 "gr_reg_or_0_operand" "rU")
1050 (smax:V2SF (match_operand:V2SF 1 "fr_register_operand" "f")
/trueos/contrib/gcc/config/i386/
HDsse.md467 (smax:V4SF (match_operand:V4SF 1 "nonimmediate_operand" "")
478 (smax:V4SF (match_operand:V4SF 1 "nonimmediate_operand" "%0")
488 (smax:V4SF (match_operand:V4SF 1 "register_operand" "0")
498 (smax:V4SF (match_operand:V4SF 1 "register_operand" "0")
1499 (smax:V2DF (match_operand:V2DF 1 "nonimmediate_operand" "")
1510 (smax:V2DF (match_operand:V2DF 1 "nonimmediate_operand" "%0")
1520 (smax:V2DF (match_operand:V2DF 1 "register_operand" "0")
1530 (smax:V2DF (match_operand:V2DF 1 "register_operand" "0")
2839 (smax:V8HI (match_operand:V8HI 1 "nonimmediate_operand" "")
2846 (smax:V8HI (match_operand:V8HI 1 "nonimmediate_operand" "%0")
[all …]
HDmmx.md252 (smax:V2SF (match_operand:V2SF 1 "nonimmediate_operand" "%0")
750 (smax:V4HI (match_operand:V4HI 1 "nonimmediate_operand" "%0")
HDpredicates.md958 (match_code "plus,mult,and,ior,xor,smin,smax,umin,umax,compare,minus,div,
/trueos/contrib/gcc/config/rs6000/
HDaltivec.md689 (define_insn "smax<mode>3"
691 (smax:VI (match_operand:VI 1 "register_operand" "v")
699 (smax:V4SF (match_operand:V4SF 1 "register_operand" "v")
1964 (smax:VI (match_dup 1) (match_dup 3)))]
2001 (smax:VI (match_dup 1) (match_dup 3)))]
HDpredicates.md791 (match_code "smin,smax,umin,umax"))
/trueos/contrib/apr-util/memcache/
HDapr_memcache.c401 apr_uint32_t min, apr_uint32_t smax, in apr_memcache_server_create() argument
425 smax, /* soft maximum */ in apr_memcache_server_create()
/trueos/contrib/gcc/config/arm/
HDiwmmxt.md735 (smax:V8QI (match_operand:V8QI 1 "register_operand" "y")
751 (smax:V4HI (match_operand:V4HI 1 "register_operand" "y")
767 (smax:V2SI (match_operand:V2SI 1 "register_operand" "y")
HDpredicates.md186 (and (match_code "smin,smax,umin,umax")
/trueos/contrib/llvm/include/llvm/ADT/
HDAPInt.h1699 inline APInt smax(const APInt &A, const APInt &B) { return A.sgt(B) ? A : B; } in smax() function
/trueos/contrib/gcc/config/mips/
HDmips-ps-3d.md611 (smax:V2SF (match_operand:V2SF 1 "register_operand")
/trueos/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp2403 APIntOps::smax(LHSC->getValue()->getValue(), in getSMaxExpr()
3346 X = X.smax(getUnsignedRange(SMax->getOperand(i))); in getUnsignedRange()
3487 X = X.smax(getSignedRange(SMax->getOperand(i))); in getSignedRange()
3573 APInt Max = APIntOps::smax(StartRange.getSignedMax(), in getSignedRange()
6537 IsSigned ? APIntOps::smax(getSignedRange(RHS).getSignedMin(), Limit) in HowManyGreaterThans()
/trueos/contrib/gcc/doc/
HDrtl.texi1951 @findex smax
1955 @itemx (smax:@var{m} @var{x} @var{y})
1956 Represents the smaller (for @code{smin}) or larger (for @code{smax}) of
1967 Like @code{smin} and @code{smax}, but the values are interpreted as unsigned

12