/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 125 #ifndef INT_FAST32_MIN 126 #error INT_FAST32_MIN not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 122 #ifndef INT_FAST32_MIN 123 #error INT_FAST32_MIN not defined
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1452 INT_FAST32_MIN_ INT_FAST32_MIN
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1564 INT_FAST32_MIN_ INT_FAST32_MIN
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 56 #define INT_FAST32_MIN INT32_MIN macro
|
/external/capstone/include/windowsce/ |
D | stdint.h | 85 #define INT_FAST32_MIN INT32_MIN macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 50 INT_FAST32_MIN
|
/external/libcxx/include/ |
D | cstdint | 51 INT_FAST32_MIN
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 118 INT_FAST32_MIN = (-9223372036854775807L-1) variable 120 INT_FAST32_MIN = (-2147483647-1) variable
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 164 #define INT_FAST32_MIN INT32_MIN macro
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 120 #ifndef INT_FAST32_MIN 121 #error INT_FAST32_MIN not defined
|
D | stdint_h.pass.cpp | 193 static_assert(INT_FAST32_MIN <= -2147483647 - 1, "INT_FAST32_MIN <= -2147483648"); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 119 #ifndef INT_FAST32_MIN 120 #error INT_FAST32_MIN not defined
|
D | stdint_h.pass.cpp | 192 static_assert(INT_FAST32_MIN <= -2147483647 - 1, "INT_FAST32_MIN <= -2147483648"); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 120 #ifndef INT_FAST32_MIN 121 #error INT_FAST32_MIN not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 119 #ifndef INT_FAST32_MIN 120 #error INT_FAST32_MIN not defined
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 247 INT_FAST32_MIN = (-9223372036854775807L-1) variable 249 INT_FAST32_MIN = (-2147483647-1) variable
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 193 static_assert(INT_FAST32_MIN <= -2147483647 - 1, "INT_FAST32_MIN <= -2147483648"); in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 194 static_assert(INT_FAST32_MIN <= -2147483647 - 1, "INT_FAST32_MIN <= -2147483648"); in main()
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 573 # define INT_FAST32_MIN __INT_LEAST32_MIN macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 587 # define INT_FAST32_MIN __INT_LEAST32_MIN macro
|
/external/crosvm/virtio_sys/src/ |
D | virtio_ring.rs | 96 pub const INT_FAST32_MIN: ::std::os::raw::c_longlong = -9223372036854775808; constant
|
D | vhost.rs | 128 pub const INT_FAST32_MIN: ::std::os::raw::c_longlong = -9223372036854775808; constant
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 1603 if ((l >= 0) ? (m > INT_FAST32_MAX - l) : (m < INT_FAST32_MIN - l)) in increment_overflow32()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 104 SYMBOL(INT_FAST32_MIN, None, <stdint.h>)
|