Searched refs:UINT_LEAST16_MAX (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/arm/include/
H A D_stdint.h95 #define UINT_LEAST16_MAX UINT16_MAX macro
/freebsd-current/sys/arm64/include/
H A D_stdint.h97 #define UINT_LEAST16_MAX UINT16_MAX macro
/freebsd-current/sys/riscv/include/
H A D_stdint.h93 #define UINT_LEAST16_MAX UINT16_MAX macro
/freebsd-current/sys/powerpc/include/
H A D_stdint.h118 #define UINT_LEAST16_MAX UINT16_MAX macro
/freebsd-current/sys/x86/include/
H A D_stdint.h112 #define UINT_LEAST16_MAX UINT16_MAX macro
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_parser.c1015 # undef UINT_LEAST16_MAX macro
1017 # define UINT_LEAST16_MAX 65535 macro
1034 && UINT_LEAST16_MAX <= INT_MAX)
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h820 # define UINT_LEAST16_MAX __UINT_LEAST16_MAX macro
/freebsd-current/contrib/unbound/util/
H A Dconfigparser.c918 # undef UINT_LEAST16_MAX macro
920 # define UINT_LEAST16_MAX 65535 macro
937 && UINT_LEAST16_MAX <= INT_MAX)

Completed in 259 milliseconds