Home
last modified time | relevance | path

Searched defs:UINT8_MAX (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataTypes.h.in85 #define UINT8_MAX 255 macro
121 # define UINT8_MAX 255 macro
DDataTypes.h85 #define UINT8_MAX 255 macro
122 # define UINT8_MAX 255 macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DDataTypes.h85 #define UINT8_MAX 255 macro
121 # define UINT8_MAX 255 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DDataTypes.h85 #define UINT8_MAX 255 macro
121 # define UINT8_MAX 255 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DDataTypes.h85 #define UINT8_MAX 255 macro
121 # define UINT8_MAX 255 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DDataTypes.h85 #define UINT8_MAX 255 macro
121 # define UINT8_MAX 255 macro
/external/llvm/include/llvm/Support/
DDataTypes.h86 #define UINT8_MAX 255 macro
122 # define UINT8_MAX 255 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h85 #define UINT8_MAX 255 macro
122 #define UINT8_MAX 255 macro
/external/icu/icu4c/source/common/unicode/
Dumachine.h176 # define UINT8_MAX ((uint8_t)(255U)) macro
/external/icu/libandroidicu/include/unicode/
Dumachine.h176 # define UINT8_MAX ((uint8_t)(255U)) macro
/external/capstone/include/
Dplatform.h54 #define UINT8_MAX 0xffui8 macro
/external/libdivsufsort/include/
Ddivsufsort_private.h87 # define UINT8_MAX (255) macro
/external/libpcap/
Dscanner.h108 #define UINT8_MAX (255U) macro
Dscanner.c104 #define UINT8_MAX (255U) macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h125 #define UINT8_MAX _UI8_MAX macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h140 #define UINT8_MAX _UI8_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h140 #define UINT8_MAX _UI8_MAX macro
/external/libusb/msvc/
Dstdint.h137 #define UINT8_MAX 255 macro
/external/iproute2/tc/
Demp_ematch.lex.c97 #define UINT8_MAX (255U) macro
/external/clang/lib/Headers/
Dstdint.h637 # define UINT8_MAX UINT8_C(255) macro
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp171 #define UINT8_MAX (255U) macro
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp405 #define UINT8_MAX (255U) macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py102 UINT8_MAX = (255) variable