Searched defs:out8 (Results 1 - 4 of 4) 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/icu4c/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.c817 __m128i out0, out8; local
880 out8 = _mm_packs_epi32(out_08, out_12);
884 out8 = _mm_min_epi16(out8, max_coeff_2047);
889 out8 = _mm_xor_si128(out8, sign8);
891 out8 = _mm_sub_epi16(out8, sign8);
895 in8 = _mm_mullo_epi16(out8, q8);
906 out8
[all...]
/external/webp/src/dsp/
H A Denc_sse2.c817 __m128i out0, out8; local
880 out8 = _mm_packs_epi32(out_08, out_12);
884 out8 = _mm_min_epi16(out8, max_coeff_2047);
889 out8 = _mm_xor_si128(out8, sign8);
891 out8 = _mm_sub_epi16(out8, sign8);
895 in8 = _mm_mullo_epi16(out8, q8);
906 out8
[all...]

Completed in 131 milliseconds