Searched defs:umax (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/lib/libutil/ |
H A D | humanize_unsigned.c | 56 uint64_t umax; in humanize_unsigned() local
|
/dflybsd-src/sys/sys/ |
H A D | libkern.h | 73 static __inline u_int umax(u_int a, u_int b) { return (a > b ? a : b); } in umax() function
|
/dflybsd-src/contrib/grep/lib/ |
H A D | intprops.h | 448 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument 453 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument
|
/dflybsd-src/usr.sbin/pfctl/ |
H A D | pfctl_parser.c | 328 print_ugid(u_int8_t op, unsigned u1, unsigned u2, const char *t, unsigned umax) in print_ugid()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | double-int.c | 1422 double_int::umax (double_int b) in umax() function
|