/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 152 #ifndef INT16_C 153 #define INT16_C(C) C##i16 macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 152 #ifndef INT16_C 153 # define INT16_C(C) C##i16 macro
|
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 229 #ifndef INT16_C 230 #error INT16_C not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 226 #ifndef INT16_C 227 #error INT16_C not defined
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 413 # define INT16_C(v) __int_c(v, __int16_c_suffix) macro 416 # define INT16_C(v) v macro 599 #define INT16_MAX INT16_C(32767) 600 #define INT16_MIN (-INT16_C(32767)-1)
|
/external/clang/lib/Headers/ |
D | stdint.h | 427 # define INT16_C(v) __int_c(v, __int16_c_suffix) macro 430 # define INT16_C(v) v macro 613 #define INT16_MAX INT16_C(32767) 614 #define INT16_MIN (-INT16_C(32767)-1)
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | int_typedefs.h | 27 #define S16_C(x) INT16_C(x)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 256 #ifndef INT16_C in main() 257 #error INT16_C not defined in main()
|
D | inttypes_h.pass.cpp | 223 #ifndef INT16_C 224 #error INT16_C not defined
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 257 #ifndef INT16_C in main() 258 #error INT16_C not defined in main()
|
D | inttypes_h.pass.cpp | 224 #ifndef INT16_C 225 #error INT16_C not defined
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 257 #ifndef INT16_C in main() 258 #error INT16_C not defined in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 258 #ifndef INT16_C in main() 259 #error INT16_C not defined in main()
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1487 INT16_C_(0) INT16_C(0)
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1599 INT16_C_(0) INT16_C(0)
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 78 #define INT16_C(x) x macro
|
/external/mesa3d/src/util/ |
D | u_atomic_test.c | 133 test_atomic(int16_t, INT16_C(-1))
|
/external/capstone/include/windowsce/ |
D | stdint.h | 121 #define INT16_C(x) (x) macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 87 INT16_C(value)
|
/external/libcxx/include/ |
D | cstdint | 88 INT16_C(value)
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 231 #define INT16_C(val) val##i16 macro
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 76 def INT16_C(c): return (c) function
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 224 #ifndef INT16_C 225 #error INT16_C not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 223 #ifndef INT16_C 224 #error INT16_C not defined
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 801 #if( !defined( INT16_C ) ) 802 #define INT16_C( value ) value macro
|