HomeSort by relevance Sort by last modified time
    Searched refs:res3 (Results 1 - 25 of 25) sorted by null

  /external/valgrind/memcheck/tests/
buflen_check.c 8 int res1, res2, res3; local
19 res3 = getsockname(res1, &name, NULL); /* NULL is bogus */
23 if (res3 == -1) {
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred8_dspr2.c 161 int32_t res0, res1, res2, res3; local
187 "sra %[res3], %[reshw], 16 \n\t"
199 "lbux %[res3], %[res3](%[cm]) \n\t"
204 "sb %[res3], 3(%[dst]) \n\t"
211 "sra %[res3], %[reshw], 16 \n\t"
225 "lbux %[res3], %[res3](%[cm]) \n\t"
230 "sb %[res3], 7(%[dst]) \n\t"
240 "sra %[res3], %[reshw], 16 \n\t
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred8_dspr2.c 161 int32_t res0, res1, res2, res3; local
187 "sra %[res3], %[reshw], 16 \n\t"
199 "lbux %[res3], %[res3](%[cm]) \n\t"
204 "sb %[res3], 3(%[dst]) \n\t"
211 "sra %[res3], %[reshw], 16 \n\t"
225 "lbux %[res3], %[res3](%[cm]) \n\t"
230 "sb %[res3], 7(%[dst]) \n\t"
240 "sra %[res3], %[reshw], 16 \n\t
    [all...]
  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 122 UnicodeString res1, res2, res3, res4, res5, res6; local
131 res3 = cur_fr->format(d, res3, pos1);
132 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res3);
330 UnicodeString res0, res1, res2, res3, res4, res5; local
338 f3->format(n, res3);
349 logln((UnicodeString)"f3 reg cur: " + res3);
363 if (res3 != res0) {
dtfmapts.cpp 164 UnicodeString res1, res2, res3; local
177 res3 = de->format(d, res3);
178 logln( (UnicodeString) "" + d + " formatted to " + res3);
dcfmapts.cpp 175 UnicodeString res1, res2, res3, res4; local
185 res3 = cust1.format(fD, res3, pos3, status);
189 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res3);
  /external/clang/test/SemaCXX/
altivec.cpp 22 int res3[vec_step(vsc) == 16 ? 1 : -1]; local
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestNumberFormatAPI.java 84 StringBuffer res3 = new StringBuffer(); local
99 res3 = cur_fr.format(d, res3, pos1);
100 logln( "" + d + " formatted to " + res3);
IntlTestDecimalFormatAPI.java 142 StringBuffer res3 = new StringBuffer(); local
155 res3 = cust1.format(d, res3, pos3);
156 logln("" + d + " formatted to " + res3);
IntlTestDateFormatAPI.java 101 String res3 = new String(); local
111 res3 = de.format(d);
112 logln("" + d.getTime() + " formatted to " + res3);
IntlTestDecimalFormatAPIC.java 83 StringBuffer res3 = new StringBuffer(); local
96 res3 = cust1.format(d, res3, pos3);
97 logln("" + Double.toString(d) + " formatted to " + res3);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_common_defs.h 388 unsigned res3:1; member in struct:__anon23717::__anon23718::__anon23719
401 unsigned res3:1;
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 824 const deUint16 res3 = (deUint8)((res >> 24) & 0xff); local
828 const int diff3 = de::abs((int)ref3 - (int)res3);
920 const float res3 = outputs[valNdx].w(); local
925 const deUint32 diff3 = getUlpDiff(ref3, res3);
934 << ", got vec4(" << HexFloat(res0) << ", " << HexFloat(res1) << ", " << HexFloat(res2) << ", " << HexFloat(res3) << ")"
1033 const deUint16 res3 = (deUint8)((res >> 24) & 0xff); local
1129 const float res3 = outputs[valNdx].w(); local
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 483 uint8x8_t res0, res1, res2, res3; local
493 PACK_RESULT(accum3, res3);
498 vst1_lane_u32(reinterpret_cast<uint32_t*>(outRow[3]), vreinterpret_u32_u8(res3), 0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
cfmfile.py 85 res3, res4, res5, res6,
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 489 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local
602 res3 = _mm_packs_epi32(w6, w7);
615 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3);
617 const __m128i tr0_3 = _mm_unpackhi_epi16(res2, res3);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 319 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local
432 res3 = _mm_packs_epi32(w6, w7);
445 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3);
447 const __m128i tr0_3 = _mm_unpackhi_epi16(res2, res3);
    [all...]
vp9_dct_sse2.c 420 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local
533 res3 = _mm_packs_epi32(w6, w7);
546 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3);
548 const __m128i tr0_3 = _mm_unpackhi_epi16(res2, res3);
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 12696 IRTemp res3 = newTemp(Ity_I32); local
13266 IRTemp res3 = newTemp(Ity_I32); local
14107 IRTemp res3 = newTemp(Ity_I32); local
14171 IRTemp res3 = newTemp( Ity_I32 ); local
    [all...]
guest_arm_toIR.c 1531 IRTemp res3 = newTemp(Ity_I32); local
    [all...]
guest_amd64_toIR.c 18684 IRTemp res3 = newTemp(Ity_F32); local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 388 cst0, cst1, cst2, cst3, res0, res1, res2, res3) \
420 res3 = _mm_packs_epi32(tmp6, tmp7); \
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 402 cst0, cst1, cst2, cst3, res0, res1, res2, res3) \
434 res3 = _mm_packs_epi32(tmp6, tmp7); \
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 1366 milliseconds