HomeSort by relevance Sort by last modified time
    Searched full:out1 (Results 101 - 125 of 177) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.sh 142 "$PPROF" $PPROF_FLAGS $exec1 "$prof1" > "$TMPDIR/out1"
144 diff=`diff "$TMPDIR/out1" "$TMPDIR/out2"`
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 436 const deUint32 out1 = ((const deUint32*)outputs[1])[compNdx]; local
440 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
530 const deUint32 out1 = ((const deUint32*)outputs[1])[compNdx]; local
534 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
619 const deUint32 out1 = ((const deUint32*)outputs[1])[compNdx]; local
624 if (out0 != ref0 || out1 != ref1)
710 const deInt32 out1 = ((const deInt32*)outputs[1])[compNdx]; local
715 if (out0 != ref0 || out1 != ref1)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 274 UChar* out1 = myDateFormat(fmt, june); local
276 if(u_strcmp(out1, out2) !=0)
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jdclrss2-64.asm 249 jnz short .out1
255 .out1: ; --(unaligned)-----------------
358 jnz short .out1
365 .out1: ; --(unaligned)-----------------
jdclrss2.asm 261 jnz short .out1
267 .out1: ; --(unaligned)-----------------
371 jnz short .out1
378 .out1: ; --(unaligned)-----------------
jdmrgss2-64.asm 250 jnz short .out1
256 .out1: ; --(unaligned)-----------------
362 jnz short .out1
369 .out1: ; --(unaligned)-----------------
jdmrgss2.asm 263 jnz short .out1
269 .out1: ; --(unaligned)-----------------
376 jnz short .out1
383 .out1: ; --(unaligned)-----------------
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.h 48 #define TRANSPOSE_8X4(in0, in1, in2, in3, out0, out1) \
  /external/chromium_org/third_party/re2/re2/
nfa.cc 242 stk[nstk++] = AddState(ip->out1());
334 return ip->out1();
674 if (ip->out1())
675 q.insert(ip->out1());
prog.h 89 void InitAlt(uint32 out, uint32 out1);
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; } function in class:re2::Prog::Inst
onepass.cc 81 // jumps to ip->out() and ip->out1() in parallel. Each of the
439 if (!AddQ(&workq, ip->out()) || !AddQ(&workq, ip->out1()))
441 stack[nstack].id = ip->out1();
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 544 unsigned Out1 = createDupLane(MBB, InsertPt, DL, DSub0, 0);
546 Out = createVExt(MBB, InsertPt, DL, Out1, Out2);
555 unsigned Out1 = createDupLane(MBB, InsertPt, DL, Reg, 0);
557 Out = createVExt(MBB, InsertPt, DL, Out1, Out2);
  /external/oprofile/module/ia64/
oprofile_stubs.S 66 mov out1=in1 // argv
  /external/qemu/distrib/jpeg-6b/
jccolor.c 412 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
420 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
459 UINT32* out1 = (UINT32*)outptr1; local
461 copyquads(in, out0, out1, out2, col4);
  /external/regex-re2/re2/
nfa.cc 242 stk[nstk++] = AddState(ip->out1());
334 return ip->out1();
674 if (ip->out1())
675 q.insert(ip->out1());
prog.h 89 void InitAlt(uint32 out, uint32 out1);
101 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; } function in class:re2::Prog::Inst
onepass.cc 81 // jumps to ip->out() and ip->out1() in parallel. Each of the
439 if (!AddQ(&workq, ip->out()) || !AddQ(&workq, ip->out1()))
441 stack[nstack].id = ip->out1();
  /external/chromium_org/third_party/libwebp/dsp/
enc_neon.c 340 const int16x4_t out1 = vadd_s16(tmp1, a3_eq_0); local
342 vst1_s16(out + 4, out1);
533 const int16x4_t out1 = vmovn_s32(b1); local
538 vst1_s16(out + 4, out1);
1014 const int16x8_t out1 = Quantize(in, mtx, 8); local
    [all...]
enc_sse2.c 72 const __m128i out1 = _mm_loadu_si128((__m128i*)&out[8]); local
75 const __m128i sign1 = _mm_srai_epi16(out1, 15);
78 const __m128i xor1 = _mm_xor_si128(out1, sign1);
482 const __m128i out1 = _mm_packs_epi32(b2, b3); local
484 _mm_storeu_si128((__m128i*)&out[8], out1);
    [all...]
  /external/webp/src/dsp/
enc_neon.c 340 const int16x4_t out1 = vadd_s16(tmp1, a3_eq_0); local
342 vst1_s16(out + 4, out1);
533 const int16x4_t out1 = vmovn_s32(b1); local
538 vst1_s16(out + 4, out1);
1014 const int16x8_t out1 = Quantize(in, mtx, 8); local
    [all...]
enc_sse2.c 72 const __m128i out1 = _mm_loadu_si128((__m128i*)&out[8]); local
75 const __m128i sign1 = _mm_srai_epi16(out1, 15);
78 const __m128i xor1 = _mm_xor_si128(out1, sign1);
482 const __m128i out1 = _mm_packs_epi32(b2, b3); local
484 _mm_storeu_si128((__m128i*)&out[8], out1);
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 4239 vector<typename Out::Out1> out1; member in struct:deqp::gls::BuiltinPrecisionTests::Outputs
4250 VariableP<typename Out::Out1> out1; member in struct:deqp::gls::BuiltinPrecisionTests::Variables
    [all...]
  /hardware/intel/img/psb_video/src/
tng_hostair.c 105 goto out1;
111 goto out1;
219 out1:
    [all...]
  /external/pixman/pixman/
pixman-arm-neon-asm.h 1187 .macro convert_four_0565_to_x888_packed in, out0, out1, tmp variable
    [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 1176 enum registers { out1, out2, out3, out4, out5, out6, sp, loop_cnt }; enumerator in enum:registers
    [all...]

Completed in 547 milliseconds

1 2 3 45 6 7 8