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

/external/icu/icu4c/source/common/unicode/
H A Dumachine.h189 #ifndef UINT16_MAX
191 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h88 #define UINT16_MAX 65535 macro
130 #ifndef UINT16_MAX
131 # define UINT16_MAX 65535 macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h88 #define UINT16_MAX 65535 macro
129 #ifndef UINT16_MAX
130 # define UINT16_MAX 65535 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h88 #define UINT16_MAX 65535 macro
129 #ifndef UINT16_MAX
130 # define UINT16_MAX 65535 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h88 #define UINT16_MAX 65535 macro
129 #ifndef UINT16_MAX
130 # define UINT16_MAX 65535 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h88 #define UINT16_MAX 65535 macro
129 #ifndef UINT16_MAX
130 # define UINT16_MAX 65535 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h88 #define UINT16_MAX 65535 macro
130 #ifndef UINT16_MAX
131 #define UINT16_MAX 65535 macro
/external/capstone/include/
H A Dplatform.h55 #define UINT16_MAX 0xffffui16 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/skia/src/ports/
H A DSkImageEncoder_WIC.cpp25 #undef UINT16_MAX macro
/external/skqp/src/ports/
H A DSkImageEncoder_WIC.cpp25 #undef UINT16_MAX macro
/external/libpcap/
H A Dscanner.h91 #ifndef UINT16_MAX
92 #define UINT16_MAX (65535U) macro
H A Dscanner.c87 #ifndef UINT16_MAX
88 #define UINT16_MAX (65535U) macro
/external/syslinux/com32/include/
H A Dstdint.h42 #define UINT16_MAX (65535U) macro
57 #define UINT_LEAST16_MAX UINT16_MAX
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h141 #define UINT16_MAX _UI16_MAX macro
155 #define UINT_LEAST16_MAX UINT16_MAX
169 #define UINT_FAST16_MAX UINT16_MAX
/external/libusb/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/libvncserver/compat/msvc/
H A Dstdint.h141 #define UINT16_MAX _UI16_MAX macro
155 #define UINT_LEAST16_MAX UINT16_MAX
169 #define UINT_FAST16_MAX UINT16_MAX
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h126 #define UINT16_MAX _UI16_MAX macro
140 #define UINT_LEAST16_MAX UINT16_MAX
154 #define UINT_FAST16_MAX UINT16_MAX
/external/syslinux/dos/
H A Dstdint.h70 # define UINT16_MAX (65535U) macro
/external/clang/lib/Headers/
H A Dstdint.h615 #define UINT16_MAX UINT16_C(65535) macro
618 # define __UINT_LEAST16_MAX UINT16_MAX
621 # define __UINT_LEAST8_MAX UINT16_MAX
/external/syslinux/gpxe/src/drivers/net/
H A Dwlan_compat.h244 #define UINT16_MAX (0xffffUL) macro
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp173 #ifndef UINT16_MAX
174 #define UINT16_MAX (65535U) macro
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp407 #ifndef UINT16_MAX
408 #define UINT16_MAX (65535U) macro
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py103 UINT16_MAX = (65535) variable

Completed in 609 milliseconds