Home
last modified time | relevance | path

Searched refs:U_INT32_MAX (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/ntp/include/
Dntp_types.h87 # if defined(UINT32_MAX) && !defined(U_INT32_MAX)
88 # define U_INT32_MAX UINT32_MAX macro
103 # if defined(UINT_MAX) && !defined(U_INT32_MAX)
104 # define U_INT32_MAX UINT_MAX macro
120 # if defined(ULONG_MAX) && !defined(U_INT32_MAX)
121 # define U_INT32_MAX ULONG_MAX macro
129 #ifndef U_INT32_MAX
130 # define U_INT32_MAX 0xffffffff macro
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_proto.c3058 double orphmet = 2.0 * U_INT32_MAX; /* 2x is greater than */ in clock_select()
3144 localmet = U_INT32_MAX; in clock_select()
/freebsd-9-stable/contrib/ntp/
DChangeLog1350 * U_INT32_MAX cleanup in include/ntp_types.h .
DCommitLog85610 U_INT32_MAX cleanup in include/ntp_types.h
85613 U_INT32_MAX cleanup in include/ntp_types.h
85616 U_INT32_MAX cleanup in include/ntp_types.h
95596 Avoid redefinition warnings for INT32_MIN, INT32_MAX, U_INT32_MAX.
95599 Avoid redefinition warnings for INT32_MIN, INT32_MAX, U_INT32_MAX.