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

/freebsd-current/sys/arm/include/
H A D_stdint.h106 #define INT_FAST32_MIN INT32_MIN macro
/freebsd-current/sys/arm64/include/
H A D_stdint.h108 #define INT_FAST32_MIN INT32_MIN macro
/freebsd-current/sys/riscv/include/
H A D_stdint.h104 #define INT_FAST32_MIN INT32_MIN macro
/freebsd-current/sys/powerpc/include/
H A D_stdint.h129 #define INT_FAST32_MIN INT32_MIN macro
/freebsd-current/sys/x86/include/
H A D_stdint.h123 #define INT_FAST32_MIN INT32_MIN macro
/freebsd-current/contrib/tzcode/
H A Dprivate.h346 # define INT_FAST32_MIN LONG_MIN macro
350 # define INT_FAST32_MIN INT_MIN macro
H A Dlocaltime.c2067 if ((l >= 0) ? (m > INT_FAST32_MAX - l) : (m < INT_FAST32_MIN - l))
2290 && ((max(INT_FAST32_MIN, LONG_MIN)
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h737 # define INT_FAST32_MIN __INT_LEAST32_MIN macro

Completed in 150 milliseconds