Home
last modified time | relevance | path

Searched refs:QUAD_MAX (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/libkern/
H A Dstrtoq.c100 cutoff = neg ? (u_quad_t)-(QUAD_MIN + QUAD_MAX) + QUAD_MAX : QUAD_MAX; in strtoq()
123 acc = neg ? QUAD_MIN : QUAD_MAX; in strtoq()
/freebsd/lib/libc/quad/
H A Dfixsfdi.c53 if (x >= (float)QUAD_MAX) in __fixsfdi()
54 return (QUAD_MAX); in __fixsfdi()
H A Dfixdfdi.c51 if (x >= (double)QUAD_MAX) in __fixdfdi()
52 return (QUAD_MAX); in __fixdfdi()
/freebsd/tools/build/cross-build/include/linux/
H A Dlimits.h62 #ifndef QUAD_MAX
63 #define QUAD_MAX INT64_MAX macro
/freebsd/contrib/sendmail/libsm/
H A Dt-types.c98 #ifdef QUAD_MAX
99 SM_TEST(QUAD_MAX <= LLONG_MAX);
/freebsd/sys/sys/
H A Dlimits.h87 #define QUAD_MAX (__QUAD_MAX) /* max value for a quad_t */ macro
/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_unpriv.c134 { QUAD_MAX, 999999 } in times()
/freebsd/bin/pax/
H A Doptions.c1430 if ((num == QUAD_MAX) || (num <= 0) || (expr == val)) in str_offt()
/freebsd/usr.bin/find/
H A Dfunction.c1543 if (new->o_data > QUAD_MAX / scale) in c_size()