Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h85 #define UINT8_MAX 255 macro
122 #define UINT8_MAX 255 macro
/third_party/openssl/ohos_lite/include/internal/
Dnumbers.h42 # define UINT8_MAX __MAXUINT__(uint8_t) macro
/third_party/openssl/include/internal/
Dnumbers.h43 # define UINT8_MAX __MAXUINT__(uint8_t) macro
/third_party/node/deps/openssl/openssl/include/internal/
Dnumbers.h43 # define UINT8_MAX __MAXUINT__(uint8_t) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dumachine.h191 # define UINT8_MAX ((uint8_t)(255U)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h213 # define UINT8_MAX ((uint8_t)(255U)) macro
/third_party/icu/icu4c/source/common/unicode/
Dumachine.h213 # define UINT8_MAX ((uint8_t)(255U)) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h48 #define UINT8_MAX (0xff) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h48 #define UINT8_MAX (0xff) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h48 #define UINT8_MAX (0xff) macro
/third_party/musl/include/
Dstdint.h48 #define UINT8_MAX (0xff) macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h48 #define UINT8_MAX (0xff) macro
/third_party/node/deps/uv/include/uv/
Dstdint-msvc2008.h140 #define UINT8_MAX _UI8_MAX macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp171 #define UINT8_MAX (255U) macro
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp319 # define UINT8_MAX (255U) macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp405 #define UINT8_MAX (255U) macro
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp135 # define UINT8_MAX (255U) macro
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
Dittnotify_bindings.rs66 pub const UINT8_MAX: u32 = 255; constant