Searched defs:UINT16_MAX (Results 1 - 19 of 19) sorted by relevance

/external/bison/src/
H A Dsystem.h33 # undef UINT16_MAX macro
H A Dscan-skel.c123 #ifndef UINT16_MAX
124 #define UINT16_MAX (65535U) macro
H A Dscan-code.c123 #ifndef UINT16_MAX
124 #define UINT16_MAX (65535U) macro
H A Dscan-gram.c123 #ifndef UINT16_MAX
124 #define UINT16_MAX (65535U) macro
/external/icu4c/common/unicode/
H A Dumachine.h153 #ifndef UINT16_MAX
155 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h89 #define UINT16_MAX 65535 macro
130 #ifndef UINT16_MAX
131 # define UINT16_MAX 65535 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dumachine.h188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dumachine.h188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dumachine.h188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dumachine.h188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/libusb_aah/msvc/
H A Dstdint.h138 #define UINT16_MAX 65535 macro
154 #define UINT_LEAST16_MAX UINT16_MAX
170 #define UINT_FAST16_MAX UINT16_MAX
/external/bison/darwin-lib/
H A Dstdint.h362 #undef UINT16_MAX macro
365 #define UINT16_MAX 65535 macro
403 #define UINT_LEAST16_MAX UINT16_MAX
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc104 #ifndef UINT16_MAX
105 #define UINT16_MAX (65535U) macro
/external/clang/lib/Headers/
H A Dstdint.h575 #define UINT16_MAX UINT16_C(65535) macro
578 # define __UINT_LEAST16_MAX UINT16_MAX
581 # define __UINT_LEAST8_MAX UINT16_MAX
/external/clang/lib/include/
H A Dstdint.h575 #define UINT16_MAX UINT16_C(65535) macro
578 # define __UINT_LEAST16_MAX UINT16_MAX
581 # define __UINT_LEAST8_MAX UINT16_MAX
/external/elfutils/libcpu/
H A Di386_lex.c99 #ifndef UINT16_MAX
100 #define UINT16_MAX (65535U) macro
/external/elfutils/src/
H A Dldlex.c100 #ifndef UINT16_MAX
101 #define UINT16_MAX (65535U) macro
/external/libpcap/
H A Dscanner.c72 #ifndef UINT16_MAX
73 #define UINT16_MAX (65535U) macro
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp90 #ifndef UINT16_MAX
91 #define UINT16_MAX (65535U) macro

Completed in 1049 milliseconds