Home
last modified time | relevance | path

Searched defs:INT32_MAX (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h89 #define INT32_MAX 2147483647 macro
134 #define INT32_MAX 2147483647 macro
/third_party/openssl/ohos_lite/include/internal/
Dnumbers.h53 # define INT32_MAX __MAXINT__(int32_t) macro
/third_party/openssl/include/internal/
Dnumbers.h54 # define INT32_MAX __MAXINT__(int32_t) macro
/third_party/node/deps/openssl/openssl/include/internal/
Dnumbers.h54 # define INT32_MAX __MAXINT__(int32_t) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dumachine.h186 # define INT32_MAX ((int32_t)(2147483647)) macro
/third_party/icu/icu4c/source/common/unicode/
Dumachine.h208 # define INT32_MAX ((int32_t)(2147483647)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h208 # define INT32_MAX ((int32_t)(2147483647)) macro
/third_party/protobuf/python/google/protobuf/internal/
Dwire_format.py57 INT32_MAX = int((1 << 31) - 1) variable
/third_party/musl/include/
Dstdint.h45 #define INT32_MAX (0x7fffffff) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h45 #define INT32_MAX (0x7fffffff) macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h45 #define INT32_MAX (0x7fffffff) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h45 #define INT32_MAX (0x7fffffff) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h45 #define INT32_MAX (0x7fffffff) macro
/third_party/icu/icu4c/source/tools/tzcode/
Dprivate.h202 #define INT32_MAX 0x7fffffff macro
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h202 #define INT32_MAX 0x7fffffff macro
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp36 #define INT32_MAX 2147483647 macro
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfold.cpp36 #define INT32_MAX 2147483647 macro
/third_party/node/deps/uv/include/uv/
Dstdint-msvc2008.h137 #define INT32_MAX _I32_MAX macro
/third_party/spirv-tools/source/opt/
Dfold.cpp35 #define INT32_MAX 2147483647 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp168 #define INT32_MAX (2147483647) macro
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp316 # define INT32_MAX (2147483647) macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp402 #define INT32_MAX (2147483647) macro
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp132 # define INT32_MAX (2147483647) macro
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
Dittnotify_bindings.rs65 pub const INT32_MAX: u32 = 2147483647; constant