HomeSort by relevance Sort by last modified time
    Searched full:int16_t (Results 676 - 700 of 1335) sorted by null

<<21222324252627282930>>

  /external/icu4c/test/intltest/
itrbnf.cpp 461 // public int16_t constructor
462 LLAssert(llong((int16_t)0).asInt() == (int16_t)0);
463 LLAssert(llong((int16_t)1).asInt() == (int16_t)1);
464 LLAssert(llong((int16_t)-1).asInt() == (int16_t)-1);
465 LLAssert(llong((int16_t)0x7fff).asInt() == (int16_t)0x7fff);
466 LLAssert(llong((int16_t)0xffff).asInt() == (int16_t)0xffff)
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp     [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 184 if (disp != (int16_t) disp)
452 if (arg == (int16_t) arg)
532 if (offset == (int16_t) offset)
543 if (offset == (int16_t) (offset & ~3))
950 if (si == (int16_t) si)
962 if (si == (int16_t) si
986 if ((int16_t) arg2 == arg2) {
1006 if ((int16_t) arg2 == arg2) {
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 143 void MixStereoToMono(const int16_t* stereo,
144 int16_t* mono,
149 mono[i] = static_cast<int16_t>(int32);
163 void SetFrameTo(AudioFrame* frame, int16_t value) {
170 int16_t MaxAudioFrame(const AudioFrame& frame) {
172 int16_t max = AbsValue(frame._payloadData[0]);
191 sizeof(int16_t))) {
    [all...]
  /frameworks/wilhelm/src/android/
android_Effect.cpp 83 size = sizeof(int16_t);
86 size = 2 * sizeof(int16_t);
117 size = sizeof(int16_t);
140 size = sizeof(int16_t);
163 size = sizeof(int16_t); // millibel
173 size = sizeof(int16_t); // permille
264 int16_t strength;
286 int16_t range[2] = {0, 0};
332 int16_t strength;
  /system/core/libpixelflinger/
trap.cpp 234 int16_t* covPtr = c->state.buffers.coverage;
299 int16_t* covPtr = c->state.buffers.coverage;
828 int16_t y_top; // starting scanline, 12.4 format
829 int16_t y_bot; // starting scanline, 12.4 format
919 void SET_COVERAGE(int16_t*& p, int32_t value, ssize_t n)
926 void ADD_COVERAGE(int16_t*& p, int32_t value)
935 void SUB_COVERAGE(int16_t*& p, int32_t value)
980 int16_t* const covPtr = c->state.buffers.coverage;
993 int16_t* coverage;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CheckedInt.h 89 struct IsSupported<int16_t>
164 { typedef int16_t Type; };
530 // 1000 is of type int16_t, is found not to be in range for int8_t,
532 CheckedInt<int8_t> x(int16_t(1000));
810 typedef CheckedInt<int16_t> CheckedInt16;
  /external/chromium_org/third_party/libwebp/dsp/
dec_neon.c 163 static void TransformOneNEON(const int16_t *in, uint8_t *dst) {
165 const int16_t constants[] = {20091, 17734, 0, 0};
312 static void TransformTwoNEON(const int16_t* in, uint8_t* dst, int do_two) {
319 static void TransformWHT(const int16_t* in, int16_t* out) {
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 261 int16_t y_dc_levels[16]; // Quantized levels for luma-DC, luma-AC, chroma.
262 int16_t y_ac_levels[16][16];
263 int16_t uv_levels[4 + 4][16];
360 const int16_t* const coeffs,
490 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]);
  /external/chromium_org/third_party/re2/patches/
re2-msvc9-chrome.patch 105 + typedef signed short int16_t;
112 + typedef signed __int16 int16_t;
124 +typedef int16_t int_least16_t;
134 +typedef int16_t int_fast16_t;
163 +#define INT16_MIN ((int16_t)_I16_MIN)
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 52 const int16_t runs[]) SK_OVERRIDE {
136 fRuns.fRuns = (int16_t*)sk_malloc_throw((width + 1 + (width + 2)/2) * sizeof(int16_t));
244 int16_t* run = runs.fRuns;
647 // the clip to that limit here. (the runs[] uses int16_t for its index).
  /external/libmtp/src/
libmtp.h 48 typedef __int16 int16_t; typedef
519 int16_t i16max;
520 int16_t i16min;
521 int16_t i16step;
522 int16_t* i16vals;
    [all...]
libmtp.h.in 48 typedef __int16 int16_t;
517 int16_t i16max;
518 int16_t i16min;
519 int16_t i16step;
520 int16_t* i16vals;
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.c 41 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count);
45 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count)
47 return (int16_t)strncmp((const char*)s1,(const char*)s2, count);
49 int16_t phFriNfc_NdefReg_Strnicmp(const int8_t *s1, const int8_t *s2, uint32_t count)
52 int16_t returnvalue;
  /external/safe-iop/include/
safe_iop.h 577 MAKE_SADD(s, 16, int16_t, SHRT_MAX)
593 MAKE_SSUB(s, 16, int16_t, SHRT_MIN, SHRT_MAX)
610 MAKE_SMUL(s, 16, int16_t, SHRT_MAX, SHRT_MIN)
627 MAKE_SDIV(s, 16, int16_t, SHRT_MIN)
644 MAKE_SMOD(s, 16, int16_t, SHRT_MIN)
  /external/skia/src/core/
SkScan_AntiPath.cpp 52 const int16_t runs[]) SK_OVERRIDE {
136 fRuns.fRuns = (int16_t*)sk_malloc_throw((width + 1 + (width + 2)/2) * sizeof(int16_t));
244 int16_t* run = runs.fRuns;
647 // the clip to that limit here. (the runs[] uses int16_t for its index).
  /external/webp/src/dsp/
dec_neon.c 163 static void TransformOneNEON(const int16_t *in, uint8_t *dst) {
165 const int16_t constants[] = {20091, 17734, 0, 0};
312 static void TransformTwoNEON(const int16_t* in, uint8_t* dst, int do_two) {
319 static void TransformWHT(const int16_t* in, int16_t* out) {
  /external/webp/src/enc/
vp8enci.h 261 int16_t y_dc_levels[16]; // Quantized levels for luma-DC, luma-AC, chroma.
262 int16_t y_ac_levels[16][16];
263 int16_t uv_levels[4 + 4][16];
360 const int16_t* const coeffs,
490 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]);
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 526 int16_t *ptr = (int16_t *)buffer->data();
527 int16_t *stop = (int16_t *)(buffer->data() + buffer->size());
533 static const size_t kFrameSize = 2 * sizeof(int16_t); // stereo
  /external/bison/darwin-lib/
stdint.h 147 #undef int16_t macro
151 #define int16_t gl_int16_t macro
233 #define int_least16_t int16_t
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 415 util_is_half_inf_or_nan(int16_t x)
422 util_is_half_nan(int16_t x)
429 util_half_inf_sign(int16_t x)
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 189 SK_API int16_t SkToS16(intmax_t);
196 #define SkToS16(x) ((int16_t)(x))
219 return (int16_t)x == x;
  /external/chromium_org/third_party/skia/include/gpu/
GrTypes.h 168 static inline int16_t GrToS16(intptr_t x) {
169 GrAssert((int16_t)x == x);
170 return (int16_t)x;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 644 int16_t fMinX;
645 int16_t fMinY;
646 int16_t fMaxX;
647 int16_t fMaxY;
    [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.h 264 inline int16_t ReadH(int32_t addr, Instruction* instr);
267 inline void WriteH(int32_t addr, int16_t value, Instruction* instr);
343 int16_t exceptions[kNumExceptions];

Completed in 1301 milliseconds

<<21222324252627282930>>