/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 146 #ifndef INT8_C 147 #define INT8_C(C) C##i8 macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 146 #ifndef INT8_C 147 # define INT8_C(C) C##i8 macro
|
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 225 #ifndef INT8_C 226 #error INT8_C not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 222 #ifndef INT8_C 223 #error INT8_C not defined
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 432 # define INT8_C(v) __int_c(v, __int8_c_suffix) macro 435 # define INT8_C(v) v macro 621 # define INT8_MAX INT8_C(127) 622 # define INT8_MIN (-INT8_C(127)-1)
|
/external/clang/lib/Headers/ |
D | stdint.h | 446 # define INT8_C(v) __int_c(v, __int8_c_suffix) macro 449 # define INT8_C(v) v macro 635 # define INT8_MAX INT8_C(127) 636 # define INT8_MIN (-INT8_C(127)-1)
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | int_typedefs.h | 25 #define S8_C(x) INT8_C(x)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 252 #ifndef INT8_C in main() 253 #error INT8_C not defined in main()
|
D | inttypes_h.pass.cpp | 219 #ifndef INT8_C 220 #error INT8_C not defined
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 253 #ifndef INT8_C in main() 254 #error INT8_C not defined in main()
|
D | inttypes_h.pass.cpp | 220 #ifndef INT8_C 221 #error INT8_C not defined
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 253 #ifndef INT8_C in main() 254 #error INT8_C not defined in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 254 #ifndef INT8_C in main() 255 #error INT8_C not defined in main()
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1485 INT8_C_(0) INT8_C(0)
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1597 INT8_C_(0) INT8_C(0)
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 77 #define INT8_C(x) x macro
|
/external/mesa3d/src/util/ |
D | u_atomic_test.c | 140 test_atomic_8bits(int8_t, INT8_C(-1))
|
/external/capstone/include/windowsce/ |
D | stdint.h | 120 #define INT8_C(x) (x) macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 86 INT8_C(value)
|
/external/libcxx/include/ |
D | cstdint | 87 INT8_C(value)
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 230 #define INT8_C(val) val##i8 macro
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 74 def INT8_C(c): return (c) function
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 220 #ifndef INT8_C 221 #error INT8_C not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 219 #ifndef INT8_C 220 #error INT8_C not defined
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 797 #if( !defined( INT8_C ) ) 798 #define INT8_C( value ) value macro
|