Home
last modified time | relevance | path

Searched refs:INT8_MIN (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/include/llvm/Support/
DDataTypes.h85 #define INT8_MIN -128 macro
118 #ifndef INT8_MIN
119 # define INT8_MIN -128 macro
DDataTypes.h.in105 #ifndef INT8_MIN
106 # define INT8_MIN -128 macro
DDataTypes.h.cmake108 #ifndef INT8_MIN
109 # define INT8_MIN -128
/external/libusb_aah/msvc/
Dstdint.h127 #define INT8_MIN (-128) macro
143 #define INT_LEAST8_MIN INT8_MIN
159 #define INT_FAST8_MIN INT8_MIN
/external/icu4c/common/unicode/
Dumachine.h123 #ifndef INT8_MIN
125 # define INT8_MIN ((int8_t)(-128)) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dumachine.h158 #ifndef INT8_MIN
160 # define INT8_MIN ((int8_t)(-128)) macro
/external/webkit/Source/WebCore/icu/unicode/
Dumachine.h158 #ifndef INT8_MIN
160 # define INT8_MIN ((int8_t)(-128)) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dumachine.h158 #ifndef INT8_MIN
160 # define INT8_MIN ((int8_t)(-128)) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dumachine.h158 #ifndef INT8_MIN
160 # define INT8_MIN ((int8_t)(-128)) macro
/external/bison/darwin-lib/
Dstdint.h353 #undef INT8_MIN
356 #define INT8_MIN (~ INT8_MAX) macro
394 #define INT_LEAST8_MIN INT8_MIN
/external/bison/lib/
Dstdint.in.h352 #undef INT8_MIN
355 #define INT8_MIN (~ INT8_MAX)
393 #define INT_LEAST8_MIN INT8_MIN
/external/clang/test/Preprocessor/
Dstdint.c891 INT8_MIN_ INT8_MIN
/external/bison/src/
Dsystem.h26 # undef INT8_MIN
Dscan-skel.c102 #ifndef INT8_MIN
103 #define INT8_MIN (-128) macro
Dscan-code.c102 #ifndef INT8_MIN
103 #define INT8_MIN (-128) macro
Dscan-gram.c102 #ifndef INT8_MIN
103 #define INT8_MIN (-128) macro
/external/clang/lib/Headers/
Dstdint.h596 # define INT8_MIN (-INT8_C(127)-1) macro
598 # define __INT_LEAST8_MIN INT8_MIN
/external/mdnsresponder/mDNSShared/
DCommonServices.h746 #if( !defined( INT8_MIN ) )
748 #define INT8_MIN SCHAR_MIN macro
/external/elfutils/libcpu/
Di386_lex.c78 #ifndef INT8_MIN
79 #define INT8_MIN (-128) macro
/external/bison/examples/calc++/
Dcalc++-scanner.cc83 #ifndef INT8_MIN
84 #define INT8_MIN (-128) macro
/external/elfutils/src/
Dldlex.c79 #ifndef INT8_MIN
80 #define INT8_MIN (-128) macro
/external/libpcap/
Dscanner.c51 #ifndef INT8_MIN
52 #define INT8_MIN (-128) macro
/external/libmtp/m4/
Dstdint.m4666 # define INT8_MIN (-128)
683 # define INT_LEAST8_MIN INT8_MIN
/external/libvpx/libvpx/nestegg/m4/
Dax_create_stdint_h.m4629 # define INT8_MIN (-128)
646 # define INT_LEAST8_MIN INT8_MIN
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_lex.cpp69 #ifndef INT8_MIN
70 #define INT8_MIN (-128) macro

12