Home
last modified time | relevance | path

Searched refs:INT_FAST16_MAX (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp137 #ifndef INT_FAST16_MAX
138 #error INT_FAST16_MAX not defined
Dstdint_h.xopen_source.compile.pass.cpp134 #ifndef INT_FAST16_MAX
135 #error INT_FAST16_MAX not defined
/external/clang/test/Preprocessor/
Dstdint.c1443 INT_FAST16_MAX_ INT_FAST16_MAX
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1555 INT_FAST16_MAX_ INT_FAST16_MAX
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h53 #define INT_FAST16_MAX INT32_MAX macro
/external/capstone/include/windowsce/
Dstdint.h88 #define INT_FAST16_MAX INT32_MAX macro
/external/llvm-project/libcxx/include/
Dcstdint54 INT_FAST16_MAX
/external/libcxx/include/
Dcstdint55 INT_FAST16_MAX
/external/python/cpython2/Lib/plat-linux2/
DIN.py123 INT_FAST16_MAX = (9223372036854775807L) variable
125 INT_FAST16_MAX = (2147483647) variable
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h163 #define INT_FAST16_MAX INT16_MAX macro
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp132 #ifndef INT_FAST16_MAX
133 #error INT_FAST16_MAX not defined
Dstdint_h.pass.cpp198 static_assert(INT_FAST16_MAX >= 32767, "INT_FAST16_MAX >= 32767"); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp131 #ifndef INT_FAST16_MAX
132 #error INT_FAST16_MAX not defined
Dstdint_h.pass.cpp197 static_assert(INT_FAST16_MAX >= 32767, "INT_FAST16_MAX >= 32767"); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp132 #ifndef INT_FAST16_MAX
133 #error INT_FAST16_MAX not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp131 #ifndef INT_FAST16_MAX
132 #error INT_FAST16_MAX not defined
/external/python/cpython2/Lib/plat-atheos/
DIN.py252 INT_FAST16_MAX = (9223372036854775807L) variable
254 INT_FAST16_MAX = (2147483647) variable
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp198 static_assert(INT_FAST16_MAX >= 32767, "INT_FAST16_MAX >= 32767"); in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp199 static_assert(INT_FAST16_MAX >= 32767, "INT_FAST16_MAX >= 32767"); in main()
/external/llvm-project/clang/lib/Headers/
Dstdint.h615 # define INT_FAST16_MAX __INT_LEAST16_MAX macro
/external/clang/lib/Headers/
Dstdint.h629 # define INT_FAST16_MAX __INT_LEAST16_MAX macro
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs98 pub const INT_FAST16_MAX: ::std::os::raw::c_ulonglong = 9223372036854775807; constant
Dvhost.rs130 pub const INT_FAST16_MAX: ::std::os::raw::c_ulonglong = 9223372036854775807; constant
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc101 SYMBOL(INT_FAST16_MAX, None, <stdint.h>)