Home
last modified time | relevance | path

Searched defs:INT16_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.h86 #define INT16_MAX 32767 macro
125 #define INT16_MAX 32767 macro
/third_party/openssl/ohos_lite/include/internal/
Dnumbers.h47 # define INT16_MAX __MAXINT__(int16_t) macro
/third_party/openssl/include/internal/
Dnumbers.h48 # define INT16_MAX __MAXINT__(int16_t) macro
/third_party/node/deps/openssl/openssl/include/internal/
Dnumbers.h48 # define INT16_MAX __MAXINT__(int16_t) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dumachine.h182 # define INT16_MAX ((int16_t)(32767)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h204 # define INT16_MAX ((int16_t)(32767)) macro
/third_party/icu/icu4c/source/common/unicode/
Dumachine.h204 # define INT16_MAX ((int16_t)(32767)) macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h44 #define INT16_MAX (0x7fff) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h44 #define INT16_MAX (0x7fff) macro
/third_party/musl/include/
Dstdint.h44 #define INT16_MAX (0x7fff) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h44 #define INT16_MAX (0x7fff) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h44 #define INT16_MAX (0x7fff) macro
/third_party/ffmpeg/libavfilter/
Daf_aecho.c200 ECHO(s16, int16_t, INT16_MIN, INT16_MAX) in ECHO() argument
/third_party/node/deps/uv/include/uv/
Dstdint-msvc2008.h135 #define INT16_MAX _I16_MAX macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h135 #define INT16_MAX _I16_MAX macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp165 #define INT16_MAX (32767) macro
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp313 # define INT16_MAX (32767) macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp399 #define INT16_MAX (32767) macro
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp129 # define INT16_MAX (32767) macro
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
Dittnotify_bindings.rs64 pub const INT16_MAX: u32 = 32767; constant