Home
last modified time | relevance | path

Searched defs:UINT16_MAX (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataTypes.h.in88 #define UINT16_MAX 65535 macro
130 # define UINT16_MAX 65535 macro
DDataTypes.h88 #define UINT16_MAX 65535 macro
131 # define UINT16_MAX 65535 macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DDataTypes.h88 #define UINT16_MAX 65535 macro
130 # define UINT16_MAX 65535 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DDataTypes.h88 #define UINT16_MAX 65535 macro
130 # define UINT16_MAX 65535 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DDataTypes.h88 #define UINT16_MAX 65535 macro
130 # define UINT16_MAX 65535 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DDataTypes.h88 #define UINT16_MAX 65535 macro
130 # define UINT16_MAX 65535 macro
/external/llvm/include/llvm/Support/
DDataTypes.h89 #define UINT16_MAX 65535 macro
131 # define UINT16_MAX 65535 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h88 #define UINT16_MAX 65535 macro
131 #define UINT16_MAX 65535 macro
/external/icu/icu4c/source/common/unicode/
Dumachine.h180 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/icu/libandroidicu/include/unicode/
Dumachine.h180 # define UINT16_MAX ((uint16_t)(65535U)) macro
/external/capstone/include/
Dplatform.h55 #define UINT16_MAX 0xffffui16 macro
/external/libpcap/
Dscanner.h111 #define UINT16_MAX (65535U) macro
Dscanner.c107 #define UINT16_MAX (65535U) macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h126 #define UINT16_MAX _UI16_MAX macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h141 #define UINT16_MAX _UI16_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h141 #define UINT16_MAX _UI16_MAX macro
/external/libusb/msvc/
Dstdint.h138 #define UINT16_MAX 65535 macro
/external/iproute2/tc/
Demp_ematch.lex.c100 #define UINT16_MAX (65535U) macro
/external/clang/lib/Headers/
Dstdint.h615 #define UINT16_MAX UINT16_C(65535) macro
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp174 #define UINT16_MAX (65535U) macro
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp408 #define UINT16_MAX (65535U) macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py103 UINT16_MAX = (65535) variable