/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 141 #ifndef INT_FAST32_MAX 142 #error INT_FAST32_MAX not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 138 #ifndef INT_FAST32_MAX 139 #error INT_FAST32_MAX not defined
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1453 INT_FAST32_MAX_ INT_FAST32_MAX
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1565 INT_FAST32_MAX_ INT_FAST32_MAX
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 57 #define INT_FAST32_MAX INT32_MAX macro
|
/external/capstone/include/windowsce/ |
D | stdint.h | 89 #define INT_FAST32_MAX INT32_MAX macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 55 INT_FAST32_MAX
|
/external/libcxx/include/ |
D | cstdint | 56 INT_FAST32_MAX
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 124 INT_FAST32_MAX = (9223372036854775807L) variable 126 INT_FAST32_MAX = (2147483647) variable
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 165 #define INT_FAST32_MAX INT32_MAX macro
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 162 #ifndef INT_FAST32_MAX
|
D | zdump.c | 60 #ifndef INT_FAST32_MAX
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 136 #ifndef INT_FAST32_MAX 137 #error INT_FAST32_MAX not defined
|
D | stdint_h.pass.cpp | 199 static_assert(INT_FAST32_MAX >= 2147483647, "INT_FAST32_MAX >= 2147483647"); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 135 #ifndef INT_FAST32_MAX 136 #error INT_FAST32_MAX not defined
|
D | stdint_h.pass.cpp | 198 static_assert(INT_FAST32_MAX >= 2147483647, "INT_FAST32_MAX >= 2147483647"); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 136 #ifndef INT_FAST32_MAX 137 #error INT_FAST32_MAX not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 135 #ifndef INT_FAST32_MAX 136 #error INT_FAST32_MAX not defined
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 253 INT_FAST32_MAX = (9223372036854775807L) variable 255 INT_FAST32_MAX = (2147483647) variable
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 199 static_assert(INT_FAST32_MAX >= 2147483647, "INT_FAST32_MAX >= 2147483647"); in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 200 static_assert(INT_FAST32_MAX >= 2147483647, "INT_FAST32_MAX >= 2147483647"); in main()
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 574 # define INT_FAST32_MAX __INT_LEAST32_MAX macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 588 # define INT_FAST32_MAX __INT_LEAST32_MAX macro
|
/external/crosvm/virtio_sys/src/ |
D | virtio_ring.rs | 99 pub const INT_FAST32_MAX: ::std::os::raw::c_ulonglong = 9223372036854775807; constant
|
D | vhost.rs | 131 pub const INT_FAST32_MAX: ::std::os::raw::c_ulonglong = 9223372036854775807; constant
|