/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataTypes.h | 146 #ifndef INT8_C 147 # define INT8_C(C) C##i8 macro
|
D | DataTypes.h.in | 145 #ifndef INT8_C 146 # define INT8_C(C) C##i8 macro
|
D | DataTypes.h.cmake | 145 #ifndef INT8_C 146 # define INT8_C(C) C##i8
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/ |
D | DataTypes.h | 145 #ifndef INT8_C 146 # define INT8_C(C) C##i8 macro
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/ |
D | DataTypes.h | 145 #ifndef INT8_C 146 # define INT8_C(C) C##i8 macro
|
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/ |
D | DataTypes.h | 145 #ifndef INT8_C 146 # define INT8_C(C) C##i8 macro
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/ |
D | DataTypes.h | 145 #ifndef INT8_C 146 # define INT8_C(C) C##i8 macro
|
/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/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/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/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/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 253 #ifndef INT8_C in main() 254 #error INT8_C not defined in main()
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1485 INT8_C_(0) INT8_C(0)
|
/external/mesa3d/src/util/ |
D | u_atomic_test.c | 140 test_atomic_8bits(int8_t, INT8_C(-1))
|
/external/libcxx/include/ |
D | cstdint | 87 INT8_C(value)
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 230 #define INT8_C(val) val##i8 macro
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 230 #define INT8_C(val) val##i8 macro
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 215 #define INT8_C(val) val##i8 macro
|
/external/libusb/msvc/ |
D | stdint.h | 240 #define INT8_C(val) (INT_LEAST8_MAX-INT_LEAST8_MAX+(val)) macro
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 74 def INT8_C(c): return (c) function
|
/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
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 145 def INT8_C(c): return c function
|