/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/ |
D | WaveFileWriter.cpp | 109 float temp = (INT16_MAX * value) + 0.5 - INT16_MIN; in writePCM16() 110 int32_t sample = ((int) temp) + INT16_MIN; in writePCM16() 113 } else if (sample < INT16_MIN) { in writePCM16() 114 sample = INT16_MIN; in writePCM16()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 87 #define INT16_MIN -32768 macro 127 #ifndef INT16_MIN 128 #define INT16_MIN -32768 macro
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 134 #define INT16_MIN ((int16_t)_I16_MIN) macro 148 #define INT_LEAST16_MIN INT16_MIN 162 #define INT_FAST16_MIN INT16_MIN
|
/third_party/ffmpeg/libavcodec/ |
D | g726.c | 113 { INT16_MIN, 135, 273, 373, 373, 273, 135, INT16_MIN }; 122 { INT16_MIN, 4, 135, 213, 273, 323, 373, 425, 123 425, 373, 323, 273, 213, 135, 4, INT16_MIN }; 134 { INT16_MIN, -66, 28, 104, 169, 224, 274, 318, 137 318, 274, 224, 169, 104, 28, -66, INT16_MIN };
|
D | qsvenc_h264.c | 133 … OFFSET(qsv.int_ref_qp_delta), AV_OPT_TYPE_INT, { .i64 = INT16_MIN }, INT16_MIN, INT16_MA…
|
/third_party/musl/ndk_musl_include/ |
D | stdint.h | 39 #define INT16_MIN (-1-0x7fff) macro 57 #define INT_LEAST16_MIN INT16_MIN
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 39 #define INT16_MIN (-1-0x7fff) macro 57 #define INT_LEAST16_MIN INT16_MIN
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 39 #define INT16_MIN (-1-0x7fff) macro 57 #define INT_LEAST16_MIN INT16_MIN
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 39 #define INT16_MIN (-1-0x7fff) macro 57 #define INT_LEAST16_MIN INT16_MIN
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 39 #define INT16_MIN (-1-0x7fff) macro 57 #define INT_LEAST16_MIN INT16_MIN
|
/third_party/musl/include/ |
D | stdint.h | 39 #define INT16_MIN (-1-0x7fff) macro 57 #define INT_LEAST16_MIN INT16_MIN
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | umachine.h | 152 #ifndef INT16_MIN 154 # define INT16_MIN ((int16_t)(-32767-1)) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | umachine.h | 189 #ifndef INT16_MIN 191 # define INT16_MIN ((int16_t)(-32767-1)) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | umachine.h | 189 #ifndef INT16_MIN 191 # define INT16_MIN ((int16_t)(-32767-1)) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | umachine.h | 189 #ifndef INT16_MIN 191 # define INT16_MIN ((int16_t)(-32767-1)) macro
|
/third_party/skia/src/core/ |
D | SkDraw_text.cpp | 33 lt(position.fX, INT_MIN - (INT16_MIN + 0 /*UINT16_MIN*/)) || in check_glyph_position() 35 lt(position.fY, INT_MIN - (INT16_MIN + 0 /*UINT16_MIN*/))); in check_glyph_position()
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/ |
D | SinkI16.cpp | 51 *shortData++ = std::min(INT16_MAX, std::max(INT16_MIN, n)); // clip in read()
|
/third_party/mesa3d/src/util/tests/ |
D | int_min_max.cpp | 43 EXPECT_EQ(INT16_MIN, u_intN_min(16)); in TEST()
|
/third_party/openssl/ohos_lite/include/internal/ |
D | numbers.h | 46 # define INT16_MIN __MININT__(int16_t) macro
|
/third_party/elfutils/tests/ |
D | read_unaligned.c | 117 INT16_MIN, 118 INT16_MIN + 1,
|
/third_party/openssl/include/internal/ |
D | numbers.h | 47 # define INT16_MIN __MININT__(int16_t) macro
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
D | basictypes.h | 39 const int16 kint16min = INT16_MIN;
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | parse_lex.h | 288 #ifndef INT16_MIN 289 #define INT16_MIN (-32767-1) macro
|
/third_party/libphonenumber/tools/cpp/src/base/ |
D | basictypes.h | 37 const int16 kint16min = INT16_MIN;
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 37 C(INT16_MIN) in f()
|