Home
last modified time | relevance | path

Searched defs:INT8_MAX (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h83 #define INT8_MAX 127 macro
116 #define INT8_MAX 127 macro
/third_party/openssl/ohos_lite/include/internal/
Dnumbers.h41 # define INT8_MAX __MAXINT__(int8_t) macro
/third_party/openssl/include/internal/
Dnumbers.h42 # define INT8_MAX __MAXINT__(int8_t) macro
/third_party/node/deps/openssl/openssl/include/internal/
Dnumbers.h42 # define INT8_MAX __MAXINT__(int8_t) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dumachine.h178 # define INT8_MAX ((int8_t)(127)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h200 # define INT8_MAX ((int8_t)(127)) macro
/third_party/icu/icu4c/source/common/unicode/
Dumachine.h200 # define INT8_MAX ((int8_t)(127)) macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h43 #define INT8_MAX (0x7f) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h43 #define INT8_MAX (0x7f) macro
/third_party/musl/include/
Dstdint.h43 #define INT8_MAX (0x7f) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h43 #define INT8_MAX (0x7f) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h43 #define INT8_MAX (0x7f) macro
/third_party/jerryscript/jerry-ext/arg/
Darg-transform-functions.c204 JERRYX_ARG_TRANSFORM_FUNC_FOR_INT (int8, INT8_MIN, INT8_MAX) in JERRYX_ARG_TRANSFORM_FUNC_FOR_INT() argument
/third_party/node/deps/uv/include/uv/
Dstdint-msvc2008.h133 #define INT8_MAX _I8_MAX macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h133 #define INT8_MAX _I8_MAX macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp162 #define INT8_MAX (127) macro
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp310 # define INT8_MAX (127) macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp396 #define INT8_MAX (127) macro
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp126 # define INT8_MAX (127) macro
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
Dittnotify_bindings.rs63 pub const INT8_MAX: u32 = 127; constant