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

  /external/webrtc/src/common_audio/signal_processing/include/
spl_inl.h 23 WebRtc_Word16 out16 = (WebRtc_Word16) value32; local
26 out16 = 32767;
28 out16 = -32768;
30 return out16;
spl_inl_armv7.h 131 WebRtc_Word16 out16; local
133 __asm__("ssat %r0, #16, %r1" : "=r"(out16) : "r"(value32));
135 return out16;
signal_processing_library.h     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
codec.h 94 WebRtc_Word16 *out16,
106 WebRtc_Word16 *out16,
filterbanks.c 264 WebRtc_Word16 *out16,
293 out16[k] = in[k];
320 WebRtc_Word16 *out16,
350 out16[k] = in[k];
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c 684 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[0]=0x55aa
    [all...]
  /external/icu4c/test/cintltst/
custrtrn.c 684 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[0]=0x55aa
    [all...]
  /external/chromium_org/net/base/
net_util.cc 475 base::string16 out16; local
486 size_t new_component_start = out16.length();
492 &out16);
494 size_t new_component_length = out16.length() - new_component_start;
503 out16.push_back('.');
507 LimitOffsets(out16, offsets_for_adjustment);
508 return out16;
    [all...]
  /external/chromium/net/base/
net_util.cc 1293 string16 out16; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-ia64.S 102 #define M15_ out16
  /external/openssl/crypto/md5/asm/
md5-ia64.S 102 #define M15_ out16

Completed in 235 milliseconds