HomeSort by relevance Sort by last modified time
    Searched refs:out16 (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/include/
spl_inl.h 28 int16_t out16 = (int16_t) value32; local
31 out16 = 32767;
33 out16 = -32768;
35 return out16;
spl_inl_mips.h 77 int16_t out16 = (int16_t)value32; local
78 return out16;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 320 int16_t *out16,
353 out16[k] = in[k];
380 int16_t *out16,
414 out16[k] = in[k];
codec.h 124 int16_t* out16,
136 int16_t* out16,
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 685 UChar out16[10]; local
691 (err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withLead8, UPRV_LENGTHOF(withLead8), &err), err!=U_INVALID_CHAR_FOUND) ||
692 (err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withTrail8, -1, &err), err!=U_INVALID_CHAR_FOUND)
702 out16[0]=0x55aa;
704 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen,
709 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) ||
717 out16[0]=0x55aa
856 UChar out16[10]; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
regs.s 251 { .mii; mov out16 = r0; nop.i 0; nop.i 0;; }
    [all...]

Completed in 427 milliseconds