/external/chromium_org/third_party/icu/source/test/intltest/ |
nmfmapts.cpp | 122 UnicodeString res1, res2, res3, res4, res5, res6; local 134 res4 = cur_fr->format(l, res4, pos2); 135 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res4); 330 UnicodeString res0, res1, res2, res3, res4, res5; local 339 f4->format(n, res4); 350 logln((UnicodeString)"f4 reg int: " + res4); 366 if (res4 != res1) {
|
dcfmapts.cpp | 157 UnicodeString res1, res2, res3, res4; local 174 res4 = cust2.format(fL, res4, pos4, status); 178 logln((UnicodeString) "" + fL.getLong() + " formatted to " + res4);
|
/external/icu/icu4c/source/test/intltest/ |
nmfmapts.cpp | 122 UnicodeString res1, res2, res3, res4, res5, res6; local 134 res4 = cur_fr->format(l, res4, pos2); 135 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res4); 330 UnicodeString res0, res1, res2, res3, res4, res5; local 339 f4->format(n, res4); 350 logln((UnicodeString)"f4 reg int: " + res4); 366 if (res4 != res1) {
|
dcfmapts.cpp | 163 UnicodeString res1, res2, res3, res4; local 180 res4 = cust2.format(fL, res4, pos4, status); 184 logln((UnicodeString) "" + fL.getLong() + " formatted to " + res4);
|
/external/clang/test/SemaCXX/ |
altivec.cpp | 23 int res4[vec_step(vuc) == 16 ? 1 : -1]; local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_quad_blend.c | 158 uint *res4 = (uint *) res; local 178 res4[j] = 0; 182 res4[j] = ~(src4[j] | dst4[j]); 186 res4[j] = ~src4[j] & dst4[j]; 190 res4[j] = ~src4[j]; 194 res4[j] = src4[j] & ~dst4[j]; 198 res4[j] = ~dst4[j]; 202 res4[j] = dst4[j] ^ src4[j]; 206 res4[j] = ~(src4[j] & dst4[j]); 210 res4[j] = src4[j] & dst4[j] [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad_blend.c | 158 uint *res4 = (uint *) res; local 178 res4[j] = 0; 182 res4[j] = ~(src4[j] | dst4[j]); 186 res4[j] = ~src4[j] & dst4[j]; 190 res4[j] = ~src4[j]; 194 res4[j] = src4[j] & ~dst4[j]; 198 res4[j] = ~dst4[j]; 202 res4[j] = dst4[j] ^ src4[j]; 206 res4[j] = ~(src4[j] & dst4[j]); 210 res4[j] = src4[j] & dst4[j] [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
single2.c | 917 GLboolean *res4 = malloc((n + 3) & ~3); 918 retval = (GLboolean) __glXReadReply(dpy, 1, res4, GL_TRUE); 919 memcpy(residences, res4, n); 920 free(res4); 965 GLboolean *res4 = malloc((n + 3) & ~3); local 966 retval = (GLboolean) __glXReadReply(dpy, 1, res4, GL_TRUE); 967 memcpy(residences, res4, n); 968 free(res4);
|
/external/mesa3d/src/glx/ |
single2.c | 917 GLboolean *res4 = malloc((n + 3) & ~3); 918 retval = (GLboolean) __glXReadReply(dpy, 1, res4, GL_TRUE); 919 memcpy(residences, res4, n); 920 free(res4); 965 GLboolean *res4 = malloc((n + 3) & ~3); local 966 retval = (GLboolean) __glXReadReply(dpy, 1, res4, GL_TRUE); 967 memcpy(residences, res4, n); 968 free(res4);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_dct_sse2.c | 491 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local 540 res4 = _mm_packs_epi32(w2, w3); 620 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5); 622 const __m128i tr0_6 = _mm_unpackhi_epi16(res4, res5); [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_avx2.c | 319 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local 368 res4 = _mm_packs_epi32(w2, w3); 448 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5); 450 const __m128i tr0_6 = _mm_unpackhi_epi16(res4, res5); [all...] |
vp9_dct_sse2.c | 420 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local 469 res4 = _mm_packs_epi32(w2, w3); 549 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5); 551 const __m128i tr0_6 = _mm_unpackhi_epi16(res4, res5); [all...] |