/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataTypes.h | 152 #ifndef INT16_C 153 # define INT16_C(C) C##i16 macro
|
D | DataTypes.h.cmake | 151 #ifndef INT16_C 152 # define INT16_C(C) C##i16
|
D | DataTypes.h.in | 151 #ifndef INT16_C 152 # define INT16_C(C) C##i16 macro
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/ |
D | DataTypes.h | 151 #ifndef INT16_C 152 # define INT16_C(C) C##i16 macro
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/ |
D | DataTypes.h | 151 #ifndef INT16_C 152 # define INT16_C(C) C##i16 macro
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/ |
D | DataTypes.h | 151 #ifndef INT16_C 152 # 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/syslinux/com32/include/ |
D | stdint.h | 81 #define INT16_C(c) c macro 91 #define INT_LEAST16_C(c) INT16_C(c)
|
/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/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/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/syslinux/dos/ |
D | stdint.h | 128 # define INT16_C(n) n macro
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1487 INT16_C_(0) INT16_C(0)
|
/external/bison/darwin-lib/ |
D | stdint.h | 586 #undef INT16_C 588 #define INT16_C(x) x macro
|
/external/bison/lib/ |
D | stdint.in.h | 585 #undef INT16_C 587 #define INT16_C(x) x
|
/external/libcxx/include/ |
D | cstdint | 88 INT16_C(value)
|
/external/libvncserver/compat/msvc/ |
D | stdint.h | 231 #define INT16_C(val) val##i16 macro
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 231 #define INT16_C(val) val##i16 macro
|
/external/libusb/msvc/ |
D | stdint.h | 241 #define INT16_C(val) (INT_LEAST16_MAX-INT_LEAST16_MAX+(val)) macro
|
/external/mesa3d/include/c99/ |
D | stdint.h | 231 #define INT16_C(val) val##i16 macro
|
/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
|
/external/bison/m4/ |
D | stdint.m4 | 114 int_least16_t c2 = INT16_C (0x7fff);
|
/external/libexif/m4m/ |
D | stdint.m4 | 634 # define INT16_C(c) c
|