Home
last modified time | relevance | path

Searched refs:INT_FAST32_MIN (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/sys/riscv/include/
HD_stdint.h104 #define INT_FAST32_MIN INT32_MIN macro
/freebsd-13-stable/sys/arm64/include/
HD_stdint.h104 #define INT_FAST32_MIN INT32_MIN macro
/freebsd-13-stable/sys/arm/include/
HD_stdint.h106 #define INT_FAST32_MIN INT32_MIN macro
/freebsd-13-stable/sys/x86/include/
HD_stdint.h125 #define INT_FAST32_MIN INT32_MIN macro
/freebsd-13-stable/sys/mips/include/
HD_stdint.h131 #define INT_FAST32_MIN INT32_MIN macro
/freebsd-13-stable/sys/powerpc/include/
HD_stdint.h129 #define INT_FAST32_MIN INT32_MIN macro
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDcstdint50 INT_FAST32_MIN
/freebsd-13-stable/contrib/tzcode/
HDprivate.h370 # define INT_FAST32_MIN LONG_MIN macro
374 # define INT_FAST32_MIN INT_MIN macro
HDlocaltime.c2008 if ((l >= 0) ? (m > INT_FAST32_MAX - l) : (m < INT_FAST32_MIN - l)) in increment_overflow32()
2231 && ((max(INT_FAST32_MIN, LONG_MIN) in time2sub()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDstdint.h741 # define INT_FAST32_MIN __INT_LEAST32_MIN macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSymbolMap.inc105 SYMBOL(INT_FAST32_MIN, None, <stdint.h>)
HDStdSymbolMap.inc337 SYMBOL(INT_FAST32_MIN, None, <cstdint>)
338 SYMBOL(INT_FAST32_MIN, None, <stdint.h>)