Searched defs:out8 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c685 char out8[10]; local
688 (err=U_ZERO_ERROR, u_strToUTF8(out8, LENGTHOF(out8), NULL, withLead16, LENGTHOF(withLead16), &err), err!=U_INVALID_CHAR_FOUND) ||
689 (err=U_ZERO_ERROR, u_strToUTF8(out8, LENGTHOF(out8), NULL, withTrail16, -1, &err), err!=U_INVALID_CHAR_FOUND) ||
744 out8[0]=(char)0xf5;
746 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen,
751 0!=uprv_memcmp((const char *)withTrail8SubFFFD, out8, u8DestLen+1) ||
759 out8[
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c685 char out8[10]; local
688 (err=U_ZERO_ERROR, u_strToUTF8(out8, LENGTHOF(out8), NULL, withLead16, LENGTHOF(withLead16), &err), err!=U_INVALID_CHAR_FOUND) ||
689 (err=U_ZERO_ERROR, u_strToUTF8(out8, LENGTHOF(out8), NULL, withTrail16, -1, &err), err!=U_INVALID_CHAR_FOUND) ||
744 out8[0]=(char)0xf5;
746 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen,
751 0!=uprv_memcmp((const char *)withTrail8SubFFFD, out8, u8DestLen+1) ||
759 out8[
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c814 __m128i out0, out8; local
874 out8 = _mm_packs_epi32(out_08, out_12);
878 out8 = _mm_min_epi16(out8, max_coeff_2047);
883 out8 = _mm_xor_si128(out8, sign8);
885 out8 = _mm_sub_epi16(out8, sign8);
889 in8 = _mm_mullo_epi16(out8, q8);
904 outZ8 = _mm_shufflelo_epi16(out8, _MM_SHUFFL
[all...]
/external/webp/src/dsp/
H A Denc_sse2.c814 __m128i out0, out8; local
874 out8 = _mm_packs_epi32(out_08, out_12);
878 out8 = _mm_min_epi16(out8, max_coeff_2047);
883 out8 = _mm_xor_si128(out8, sign8);
885 out8 = _mm_sub_epi16(out8, sign8);
889 in8 = _mm_mullo_epi16(out8, q8);
904 outZ8 = _mm_shufflelo_epi16(out8, _MM_SHUFFL
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c8122 IRTemp* out9, IRTemp* out8,
8134 if (out8) *out8 = newTemp(Ity_I64);
8175 if (out8)
8176 assign(*out8, binop(Iop_And64,
8120 breakV128to8s( IRTemp* outF, IRTemp* outE, IRTemp* outD, IRTemp* outC, IRTemp* outB, IRTemp* outA, IRTemp* out9, IRTemp* out8, IRTemp* out7, IRTemp* out6, IRTemp* out5, IRTemp* out4, IRTemp* out3, IRTemp* out2, IRTemp* out1,IRTemp* out0, IRTemp v128 ) argument

Completed in 633 milliseconds