Searched defs:out16 (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/include/
H A Dspl_inl.h23 WebRtc_Word16 out16 = (WebRtc_Word16) value32; local
26 out16 = 32767;
28 out16 = -32768;
30 return out16;
H A Dspl_inl_armv7.h131 WebRtc_Word16 out16; local
133 __asm__("ssat %r0, #16, %r1" : "=r"(out16) : "r"(value32));
135 return out16;
/external/icu4c/test/cintltst/
H A Dcustrtrn.c684 UChar out16[10]; local
690 (err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withLead8, LENGTHOF(withLead8), &err), err!=U_INVALID_CHAR_FOUND) ||
691 (err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withTrail8, -1, &err), err!=U_INVALID_CHAR_FOUND)
701 out16[0]=0x55aa;
703 u_strFromUTF8WithSub(out16, LENGTHOF(out16), &uDestLen,
708 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) ||
716 out16[
[all...]
/external/chromium/net/base/
H A Dnet_util.cc1293 string16 out16; local
1302 size_t new_component_start = out16.length();
1307 component_length, languages, &out16);
1309 size_t new_component_length = out16.length() - new_component_start;
1318 out16.push_back('.');
1328 return UTF16ToWideAndAdjustOffsets(out16, offsets_for_adjustment);

Completed in 304 milliseconds