Home
last modified time | relevance | path

Searched refs:INT16_MIN (Results 1 – 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
DWaveFileWriter.cpp109 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/
DDataTypes.h87 #define INT16_MIN -32768 macro
127 #ifndef INT16_MIN
128 #define INT16_MIN -32768 macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h134 #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/
Dg726.c113 { 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 };
Dqsvenc_h264.c133 … OFFSET(qsv.int_ref_qp_delta), AV_OPT_TYPE_INT, { .i64 = INT16_MIN }, INT16_MIN, INT16_MA…
/third_party/musl/ndk_musl_include/
Dstdint.h39 #define INT16_MIN (-1-0x7fff) macro
57 #define INT_LEAST16_MIN INT16_MIN
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h39 #define INT16_MIN (-1-0x7fff) macro
57 #define INT_LEAST16_MIN INT16_MIN
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h39 #define INT16_MIN (-1-0x7fff) macro
57 #define INT_LEAST16_MIN INT16_MIN
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h39 #define INT16_MIN (-1-0x7fff) macro
57 #define INT_LEAST16_MIN INT16_MIN
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h39 #define INT16_MIN (-1-0x7fff) macro
57 #define INT_LEAST16_MIN INT16_MIN
/third_party/musl/include/
Dstdint.h39 #define INT16_MIN (-1-0x7fff) macro
57 #define INT_LEAST16_MIN INT16_MIN
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h152 #ifndef INT16_MIN
154 # define INT16_MIN ((int16_t)(-32767-1)) macro
/third_party/icu/icu4c/source/common/unicode/
Dumachine.h189 #ifndef INT16_MIN
191 # define INT16_MIN ((int16_t)(-32767-1)) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dumachine.h189 #ifndef INT16_MIN
191 # define INT16_MIN ((int16_t)(-32767-1)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h189 #ifndef INT16_MIN
191 # define INT16_MIN ((int16_t)(-32767-1)) macro
/third_party/skia/src/core/
DSkDraw_text.cpp33 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/
DSinkI16.cpp51 *shortData++ = std::min(INT16_MAX, std::max(INT16_MIN, n)); // clip in read()
/third_party/mesa3d/src/util/tests/
Dint_min_max.cpp43 EXPECT_EQ(INT16_MIN, u_intN_min(16)); in TEST()
/third_party/openssl/ohos_lite/include/internal/
Dnumbers.h46 # define INT16_MIN __MININT__(int16_t) macro
/third_party/elfutils/tests/
Dread_unaligned.c117 INT16_MIN,
118 INT16_MIN + 1,
/third_party/openssl/include/internal/
Dnumbers.h47 # define INT16_MIN __MININT__(int16_t) macro
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dbasictypes.h39 const int16 kint16min = INT16_MIN;
/third_party/gstreamer/gstreamer/gst/parse/
Dparse_lex.h288 #ifndef INT16_MIN
289 #define INT16_MIN (-32767-1) macro
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h37 const int16 kint16min = INT16_MIN;
/third_party/musl/libc-test/src/api/
Dstdint.c37 C(INT16_MIN) in f()

123