/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 84 #define INT8_MAX 127 macro 115 #ifndef INT8_MAX 116 # define INT8_MAX 127 macro
|
D | DataTypes.h.in | 83 #define INT8_MAX 127 macro 114 #ifndef INT8_MAX 115 # define INT8_MAX 127 macro
|
D | DataTypes.h.cmake | 83 #define INT8_MAX 127 117 #ifndef INT8_MAX 118 # define INT8_MAX 127
|
/external/mesa3d/include/c99/ |
D | stdint.h | 133 #define INT8_MAX _I8_MAX macro 147 #define INT_LEAST8_MAX INT8_MAX 161 #define INT_FAST8_MAX INT8_MAX
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | umachine.h | 171 #ifndef INT8_MAX 173 # define INT8_MAX ((int8_t)(127)) macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | umachine.h | 171 #ifndef INT8_MAX 173 # define INT8_MAX ((int8_t)(127)) macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | umachine.h | 171 #ifndef INT8_MAX 173 # define INT8_MAX ((int8_t)(127)) macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | umachine.h | 171 #ifndef INT8_MAX 173 # define INT8_MAX ((int8_t)(127)) macro
|
/external/icu4c/common/unicode/ |
D | umachine.h | 164 #ifndef INT8_MAX 166 # define INT8_MAX ((int8_t)(127)) macro
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 890 INT8_MAX_ INT8_MAX
|
/external/bison/src/ |
D | system.h | 31 # undef INT8_MAX
|
D | scan-skel.c | 77 #ifndef INT8_MAX 78 #define INT8_MAX (127) macro
|
D | scan-gram.c | 77 #ifndef INT8_MAX 78 #define INT8_MAX (127) macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 595 # define INT8_MAX INT8_C(127) macro 599 # define __INT_LEAST8_MAX INT8_MAX
|
/external/bluetooth/bluez/tools/ |
D | lexer.c | 60 #ifndef INT8_MAX 61 #define INT8_MAX (127) macro
|
/external/elfutils/libcpu/ |
D | i386_lex.c | 87 #ifndef INT8_MAX 88 #define INT8_MAX (127) macro
|
/external/libpcap/ |
D | scanner.c | 60 #ifndef INT8_MAX 61 #define INT8_MAX (127) macro
|
/external/elfutils/src/ |
D | ldlex.c | 88 #ifndef INT8_MAX 89 #define INT8_MAX (127) macro
|
/external/libmtp/m4/ |
D | stdint.m4 | 671 # define INT8_MAX (127) 688 # define INT_LEAST8_MAX INT8_MAX
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-lex.c | 69 #ifndef INT8_MAX 70 #define INT8_MAX (127) macro
|
/external/libvpx/nestegg/m4/ |
D | ax_create_stdint_h.m4 | 634 # define INT8_MAX (127) 651 # define INT_LEAST8_MAX INT8_MAX
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_lex.cpp | 78 #ifndef INT8_MAX 79 #define INT8_MAX (127) macro
|
/external/mesa3d/src/glsl/ |
D | glsl_lexer.cpp | 69 #ifndef INT8_MAX 70 #define INT8_MAX (127) macro
|
/external/qemu/target-i386/ |
D | ops_sse.h | 1363 #define FABSB(_, x) x > INT8_MAX ? -(int8_t ) x : x 1373 #define FSIGNB(d, s) s <= INT8_MAX ? s ? d : 0 : -(int8_t ) d in SSE_HELPER_B()
|
/external/bison/ |
D | ChangeLog | 692 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
|