Home
last modified time | relevance | path

Searched refs:umax (Results 1 – 16 of 16) sorted by relevance

/dragonfly/lib/libutil/
H A Dhumanize_unsigned.c56 uint64_t umax; in humanize_unsigned() local
79 umax = 1; in humanize_unsigned()
81 umax *= 10; in humanize_unsigned()
82 if (umax > bytes) in humanize_unsigned()
85 for (i = 0; bytes >= umax && prefixes[i + 1]; i++) in humanize_unsigned()
/dragonfly/contrib/grep/lib/
H A Dintprops.h448 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument
451 : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
453 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument
455 ? (overflow (a, b, 0, umax) \
458 : (overflow (a, b, 0, umax) \
/dragonfly/sys/dev/raid/vinum/
H A Dvinumraid5.c428 m.writelen = umax(m.writeoffset + m.writelen, in bre5()
433 m.writelen = umax(m.writeoffset + m.writelen, in bre5()
695 rqe->buflen = umax(rqe->dataoffset + rqe->datalen, /* total buffer length */ in setrqebounds()
/dragonfly/sys/sys/
H A Dlibkern.h73 static __inline u_int umax(u_int a, u_int b) { return (a > b ? a : b); } in umax() function
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddouble-int.h184 double_int umax (double_int b);
H A Doptabs.def150 OPTAB_NL(umax_optab, "umax$I$a3", UMAX, "umax", '3', gen_int_libfunc)
H A Ddouble-int.c1422 double_int::umax (double_int b) in umax() function
H A Dwide-int.h537 BINARY_FUNCTION umax (const T1 &, const T2 &);
2254 wi::umax (const T1 &x, const T2 &y)
H A Drtl.def516 DEF_RTL_EXPR(UMAX, "umax", "ee", RTX_COMM_ARITH)
H A Dsimplify-rtx.c4311 result = wi::umax (pop0, pop1); in simplify_const_binary_operation()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c328 print_ugid(u_int8_t op, unsigned u1, unsigned u2, const char *t, unsigned umax) in print_ugid() argument
335 if (u1 == umax && (op == PF_OP_EQ || op == PF_OP_NE)) in print_ugid()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dpredicates.md1169 (match_code "plus,mult,and,ior,xor,smin,smax,umin,umax,compare,minus,div,
1174 (match_code "plus,mult,and,ior,xor,smin,smax,umin,umax"))
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dpredicates.md1449 (match_code "plus,mult,and,ior,xor,smin,smax,umin,umax,compare,minus,div,
1454 (match_code "plus,mult,and,ior,xor,smin,smax,umin,umax"))
/dragonfly/contrib/gcc-4.7/gcc/
H A Drtl.def487 DEF_RTL_EXPR(UMAX, "umax", "ee", RTX_COMM_ARITH)
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Drtl.texi2279 @findex umax
2282 @itemx (umax:@var{m} @var{x} @var{y})
H A Dmd.texi4403 @cindex @code{umax@var{m}3} instruction pattern
4413 @itemx @samp{umin@var{m}3}, @samp{umax@var{m}3}
6392 @code{umax} are associative when applied to integers, and sometimes to