/external/webrtc/src/common_audio/signal_processing/include/ |
D | spl_inl.h | 23 WebRtc_Word16 out16 = (WebRtc_Word16) value32; in WebRtcSpl_SatW32ToW16() local 26 out16 = 32767; in WebRtcSpl_SatW32ToW16() 28 out16 = -32768; in WebRtcSpl_SatW32ToW16() 30 return out16; in WebRtcSpl_SatW32ToW16()
|
D | spl_inl_armv7.h | 131 WebRtc_Word16 out16; in WebRtcSpl_SatW32ToW16() local 133 __asm__("ssat %0, #16, %1" : "=r"(out16) : "r"(value32)); in WebRtcSpl_SatW32ToW16() 135 return out16; in WebRtcSpl_SatW32ToW16()
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/ |
D | spl_inl.h | 28 int16_t out16 = (int16_t) value32; in WebRtcSpl_SatW32ToW16() local 31 out16 = 32767; in WebRtcSpl_SatW32ToW16() 33 out16 = -32768; in WebRtcSpl_SatW32ToW16() 35 return out16; in WebRtcSpl_SatW32ToW16()
|
D | spl_inl_mips.h | 77 int16_t out16 = (int16_t)value32; in WebRtcSpl_SatW32ToW16() local 78 return out16; in WebRtcSpl_SatW32ToW16()
|
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 684 UChar out16[10]; in Test_UChar_UTF8_API() local 690 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withLead8, LENGTHOF(w… in Test_UChar_UTF8_API() 691 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withTrail8, -1, &err)… in Test_UChar_UTF8_API() 701 out16[0]=0x55aa; in Test_UChar_UTF8_API() 703 u_strFromUTF8WithSub(out16, LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API() 708 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) || in Test_UChar_UTF8_API() 716 out16[0]=0x55aa; in Test_UChar_UTF8_API() 718 u_strFromUTF8WithSub(out16, LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API() 723 0!=u_memcmp(withTrail16SubFFFD, out16, uDestLen+1) || in Test_UChar_UTF8_API() 731 out16[0]=0x55aa; in Test_UChar_UTF8_API() [all …]
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | custrtrn.c | 684 UChar out16[10]; in Test_UChar_UTF8_API() local 690 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withLead8, LENGTHOF(w… in Test_UChar_UTF8_API() 691 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withTrail8, -1, &err)… in Test_UChar_UTF8_API() 701 out16[0]=0x55aa; in Test_UChar_UTF8_API() 703 u_strFromUTF8WithSub(out16, LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API() 708 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) || in Test_UChar_UTF8_API() 716 out16[0]=0x55aa; in Test_UChar_UTF8_API() 718 u_strFromUTF8WithSub(out16, LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API() 723 0!=u_memcmp(withTrail16SubFFFD, out16, uDestLen+1) || in Test_UChar_UTF8_API() 731 out16[0]=0x55aa; in Test_UChar_UTF8_API() [all …]
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | filterbanks.c | 264 WebRtc_Word16 *out16, in WebRtcIsacfix_FilterAndCombine1() argument 293 out16[k] = in[k]; in WebRtcIsacfix_FilterAndCombine1() 320 WebRtc_Word16 *out16, in WebRtcIsacfix_FilterAndCombine2() argument 350 out16[k] = in[k]; in WebRtcIsacfix_FilterAndCombine2()
|
D | codec.h | 94 WebRtc_Word16 *out16, 106 WebRtc_Word16 *out16,
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filterbanks.c | 320 int16_t *out16, in WebRtcIsacfix_FilterAndCombine1() argument 353 out16[k] = in[k]; in WebRtcIsacfix_FilterAndCombine1() 380 int16_t *out16, in WebRtcIsacfix_FilterAndCombine2() argument 414 out16[k] = in[k]; in WebRtcIsacfix_FilterAndCombine2()
|
D | codec.h | 124 int16_t* out16, 136 int16_t* out16,
|
/external/chromium_org/net/base/ |
D | net_util_icu.cc | 378 base::string16 out16; in IDNToUnicodeWithAdjustments() local 388 size_t new_component_start = out16.length(); in IDNToUnicodeWithAdjustments() 394 &out16); in IDNToUnicodeWithAdjustments() 396 size_t new_component_length = out16.length() - new_component_start; in IDNToUnicodeWithAdjustments() 405 out16.push_back('.'); in IDNToUnicodeWithAdjustments() 408 return out16; in IDNToUnicodeWithAdjustments()
|
/external/openssl/crypto/md5/asm/ |
D | md5-ia64.S | 102 #define M15_ out16
|