Home
last modified time | relevance | path

Searched refs:INT_FAST16_MIN (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.cpp121 #ifndef INT_FAST16_MIN
122 #error INT_FAST16_MIN not defined
Dstdint_h.xopen_source.compile.pass.cpp118 #ifndef INT_FAST16_MIN
119 #error INT_FAST16_MIN not defined
/external/clang/test/Preprocessor/
Dstdint.c1442 INT_FAST16_MIN_ INT_FAST16_MIN
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1554 INT_FAST16_MIN_ INT_FAST16_MIN
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h52 #define INT_FAST16_MIN INT32_MIN macro
/external/capstone/include/windowsce/
Dstdint.h84 #define INT_FAST16_MIN INT32_MIN macro
/external/llvm-project/libcxx/include/
Dcstdint49 INT_FAST16_MIN
/external/libcxx/include/
Dcstdint50 INT_FAST16_MIN
/external/python/cpython2/Lib/plat-linux2/
DIN.py117 INT_FAST16_MIN = (-9223372036854775807L-1) variable
119 INT_FAST16_MIN = (-2147483647-1) variable
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h162 #define INT_FAST16_MIN INT16_MIN macro
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp116 #ifndef INT_FAST16_MIN
117 #error INT_FAST16_MIN not defined
Dstdint_h.pass.cpp192 static_assert(INT_FAST16_MIN <= -32768, "INT_FAST16_MIN <= -32768"); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp115 #ifndef INT_FAST16_MIN
116 #error INT_FAST16_MIN not defined
Dstdint_h.pass.cpp191 static_assert(INT_FAST16_MIN <= -32768, "INT_FAST16_MIN <= -32768"); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp116 #ifndef INT_FAST16_MIN
117 #error INT_FAST16_MIN not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp115 #ifndef INT_FAST16_MIN
116 #error INT_FAST16_MIN not defined
/external/python/cpython2/Lib/plat-atheos/
DIN.py246 INT_FAST16_MIN = (-9223372036854775807L-1) variable
248 INT_FAST16_MIN = (-2147483647-1) variable
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp192 static_assert(INT_FAST16_MIN <= -32768, "INT_FAST16_MIN <= -32768"); in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp193 static_assert(INT_FAST16_MIN <= -32768, "INT_FAST16_MIN <= -32768"); in main()
/external/llvm-project/clang/lib/Headers/
Dstdint.h614 # define INT_FAST16_MIN __INT_LEAST16_MIN macro
/external/clang/lib/Headers/
Dstdint.h628 # define INT_FAST16_MIN __INT_LEAST16_MIN macro
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs95 pub const INT_FAST16_MIN: ::std::os::raw::c_longlong = -9223372036854775808; constant
Dvhost.rs127 pub const INT_FAST16_MIN: ::std::os::raw::c_longlong = -9223372036854775808; constant
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc102 SYMBOL(INT_FAST16_MIN, None, <stdint.h>)