/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 85 #define INT8_MIN -128 macro 118 #ifndef INT8_MIN 119 # define INT8_MIN -128 macro
|
D | DataTypes.h.in | 105 #ifndef INT8_MIN 106 # define INT8_MIN -128 macro
|
D | DataTypes.h.cmake | 108 #ifndef INT8_MIN 109 # define INT8_MIN -128
|
/external/libusb_aah/msvc/ |
D | stdint.h | 127 #define INT8_MIN (-128) macro 143 #define INT_LEAST8_MIN INT8_MIN 159 #define INT_FAST8_MIN INT8_MIN
|
/external/icu4c/common/unicode/ |
D | umachine.h | 123 #ifndef INT8_MIN 125 # define INT8_MIN ((int8_t)(-128)) macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | umachine.h | 158 #ifndef INT8_MIN 160 # define INT8_MIN ((int8_t)(-128)) macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | umachine.h | 158 #ifndef INT8_MIN 160 # define INT8_MIN ((int8_t)(-128)) macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | umachine.h | 158 #ifndef INT8_MIN 160 # define INT8_MIN ((int8_t)(-128)) macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | umachine.h | 158 #ifndef INT8_MIN 160 # define INT8_MIN ((int8_t)(-128)) macro
|
/external/bison/darwin-lib/ |
D | stdint.h | 353 #undef INT8_MIN 356 #define INT8_MIN (~ INT8_MAX) macro 394 #define INT_LEAST8_MIN INT8_MIN
|
/external/bison/lib/ |
D | stdint.in.h | 352 #undef INT8_MIN 355 #define INT8_MIN (~ INT8_MAX) 393 #define INT_LEAST8_MIN INT8_MIN
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 891 INT8_MIN_ INT8_MIN
|
/external/bison/src/ |
D | system.h | 26 # undef INT8_MIN
|
D | scan-skel.c | 102 #ifndef INT8_MIN 103 #define INT8_MIN (-128) macro
|
D | scan-code.c | 102 #ifndef INT8_MIN 103 #define INT8_MIN (-128) macro
|
D | scan-gram.c | 102 #ifndef INT8_MIN 103 #define INT8_MIN (-128) macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 596 # define INT8_MIN (-INT8_C(127)-1) macro 598 # define __INT_LEAST8_MIN INT8_MIN
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 746 #if( !defined( INT8_MIN ) ) 748 #define INT8_MIN SCHAR_MIN macro
|
/external/elfutils/libcpu/ |
D | i386_lex.c | 78 #ifndef INT8_MIN 79 #define INT8_MIN (-128) macro
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 83 #ifndef INT8_MIN 84 #define INT8_MIN (-128) macro
|
/external/elfutils/src/ |
D | ldlex.c | 79 #ifndef INT8_MIN 80 #define INT8_MIN (-128) macro
|
/external/libpcap/ |
D | scanner.c | 51 #ifndef INT8_MIN 52 #define INT8_MIN (-128) macro
|
/external/libmtp/m4/ |
D | stdint.m4 | 666 # define INT8_MIN (-128) 683 # define INT_LEAST8_MIN INT8_MIN
|
/external/libvpx/libvpx/nestegg/m4/ |
D | ax_create_stdint_h.m4 | 629 # define INT8_MIN (-128) 646 # define INT_LEAST8_MIN INT8_MIN
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_lex.cpp | 69 #ifndef INT8_MIN 70 #define INT8_MIN (-128) macro
|