HomeSort by relevance Sort by last modified time
    Searched refs:out1 (Results 101 - 123 of 123) sorted by null

1 2 3 45

  /external/libunwind/tests/
ia64-test-nat-asm.S 35 mov out1 = arg1; \
  /external/libedit/src/
readline.c 1191 goto out1;
1300 out1:
    [all...]
  /external/pixman/test/
utils.c 508 goto out1;
531 out1:
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264ES.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
nccbtst.c 1702 out1[]={ 0x4e00, 0xfeff }, local
1739 out1[]={ UTF16_LEAD(0x100f00), UTF16_TRAIL(0x100f00), 0xfeff }, local
    [all...]
nucnvtst.c 2421 static const uint8_t out1[] = { local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 1708 out1[]={ 0x4e00, 0xfeff }, local
1745 out1[]={ U16_LEAD(0x100f00), U16_TRAIL(0x100f00), 0xfeff }, local
    [all...]
nucnvtst.c 2434 static const uint8_t out1[] = { local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 334 out0, out1, out2, out3, out4, out5, out6, out7) \
355 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \
365 out0, out1, out2, out3) \
378 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \
383 #define TRANSPOSE_8X4(in0, in1, in2, in3, out0, out1) \
392 #define TRANSPOSE_8X8_10(in0, in1, in2, in3, out0, out1) \
397 out1 = _mm_unpackhi_epi32(tr0_0, tr0_1); \
459 out0, out1, out2, out3, out4, out5, out6, out7) \
521 out1 = _mm_adds_epi16(stp1_1, stp1_6); \
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 334 out0, out1, out2, out3, out4, out5, out6, out7) \
355 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \
365 out0, out1, out2, out3) \
378 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \
383 #define TRANSPOSE_8X4(in0, in1, in2, in3, out0, out1) \
392 #define TRANSPOSE_8X8_10(in0, in1, in2, in3, out0, out1) \
397 out1 = _mm_unpackhi_epi32(tr0_0, tr0_1); \
459 out0, out1, out2, out3, out4, out5, out6, out7) \
521 out1 = _mm_adds_epi16(stp1_1, stp1_6); \
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 334 out0, out1, out2, out3, out4, out5, out6, out7) \
355 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \
365 out0, out1, out2, out3) \
378 out1 = _mm_unpackhi_epi64(tr1_0, tr1_4); \
383 #define TRANSPOSE_8X4(in0, in1, in2, in3, out0, out1) \
392 #define TRANSPOSE_8X8_10(in0, in1, in2, in3, out0, out1) \
397 out1 = _mm_unpackhi_epi32(tr0_0, tr0_1); \
459 out0, out1, out2, out3, out4, out5, out6, out7) \
521 out1 = _mm_adds_epi16(stp1_1, stp1_6); \
    [all...]
  /external/valgrind/main/none/tests/arm/
neon128.c 293 unsigned int out1[4]; \
303 : "r" (out1), "r" (out2), "r" (QMval), "r" (QNval) \
308 instruction, out1[3], out1[2], out1[1], out1[0], \
312 unsigned int out1[4]; \
324 : "r" (out1), "r" (out2), "r" (QMval), "r" (QNval), "r" (addr), "r" (mem) \
329 instruction, out1[3], out1[2], out1[1], out1[0],
    [all...]
neon64.c 576 unsigned int out1[2]; \
588 : "r" (out1), "r" (out2), "r" (QMval), "r" (QNval), "r" (addr), "r" (mem) \
594 instruction, out1[1], out1[0], out2[1], out2[0], QMval, QNval); \
597 unsigned int out1[2]; \
609 : "r" (out1), "r" (out2), "r" (QMval), "r" (QNval), "r" (addr), "r" (mem) \
615 instruction, out1[1], out1[0], out2[1], out2[0], QMval, QNval); \
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 601 def doublePuts(out1,out2,msg)
602 out1.puts "#{out2.path}: #{msg}" if $verbosity>=3
    [all...]
  /external/libsepol/src/
services.c 784 goto out1;
797 out1:
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-ia64.S 99 #define M12_ out1
  /external/openssl/crypto/md5/asm/
md5-ia64.S 99 #define M12_ out1
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 726 m_spec.outputs.push_back(Symbol("out1", glu::VarType(baseType, precision)));
727 m_spec.source = "out0 = modf(in0, out1);";
760 const float out1 = ((const float*)outputs[1])[compNdx]; local
768 const float resSum = out0 + out1;
    [all...]
  /external/chromium_org/third_party/re2/re2/
dfa.cc 860 // Want to visit out then out1, so push on stack in reverse order.
862 // a leftmost-longest unanchored search, separate out from out1
863 // with a Mark, so that out1's threads (which will start farther
866 stk[nstk++] = ip->out1();
    [all...]
  /external/regex-re2/re2/
dfa.cc 858 // Want to visit out then out1, so push on stack in reverse order.
860 // a leftmost-longest unanchored search, separate out from out1
861 // with a Mark, so that out1's threads (which will start farther
864 stk[nstk++] = ip->out1();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 1137 milliseconds

1 2 3 45