Searched refs:out16 (Results 1 – 5 of 5) sorted by relevance
/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 %r0, #16, %r1" : "=r"(out16) : "r"(value32)); in WebRtcSpl_SatW32ToW16() 135 return out16; in WebRtcSpl_SatW32ToW16()
|
/external/icu4c/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/net/base/ |
D | net_util.cc | 1293 string16 out16; in IDNToUnicodeWithOffsets() local 1302 size_t new_component_start = out16.length(); in IDNToUnicodeWithOffsets() 1307 component_length, languages, &out16); in IDNToUnicodeWithOffsets() 1309 size_t new_component_length = out16.length() - new_component_start; in IDNToUnicodeWithOffsets() 1318 out16.push_back('.'); in IDNToUnicodeWithOffsets() 1328 return UTF16ToWideAndAdjustOffsets(out16, offsets_for_adjustment); in IDNToUnicodeWithOffsets()
|
/external/openssl/crypto/md5/asm/ |
D | md5-ia64.S | 102 #define M15_ out16
|