/external/syslinux/com32/include/ |
D | stdint.h | 80 #define INT8_C(c) c macro 90 #define INT_LEAST8_C(c) INT8_C(c) 100 #define INT_FAST8_C(c) INT8_C(c)
|
/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.cmake | 145 #ifndef INT8_C 146 # define INT8_C(C) C##i8
|
D | DataTypes.h.in | 145 #ifndef INT8_C 146 # define INT8_C(C) C##i8 macro
|
/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-osx/llvm/Support/ |
D | DataTypes.h | 145 #ifndef INT8_C 146 # 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/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/syslinux/dos/ |
D | stdint.h | 127 # define INT8_C(n) n macro
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1485 INT8_C_(0) INT8_C(0)
|
/external/bison/darwin-lib/ |
D | stdint.h | 581 #undef INT8_C 583 #define INT8_C(x) x macro
|
/external/bison/lib/ |
D | stdint.in.h | 580 #undef INT8_C 582 #define INT8_C(x) x
|
/external/libcxx/include/ |
D | cstdint | 87 INT8_C(value)
|
/external/libvncserver/compat/msvc/ |
D | stdint.h | 230 #define INT8_C(val) val##i8 macro
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 230 #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/mesa3d/include/c99/ |
D | stdint.h | 230 #define INT8_C(val) val##i8 macro
|
/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/bison/m4/ |
D | stdint.m4 | 111 int_least8_t c1 = INT8_C (0x7f);
|
/external/libexif/m4m/ |
D | stdint.m4 | 633 # define INT8_C(c) c
|