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

1 2 3 45 6 7

  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.sh 143 "$PPROF" $PPROF_FLAGS $exec2 "$prof2" > "$TMPDIR/out2"
144 diff=`diff "$TMPDIR/out1" "$TMPDIR/out2"`
  /external/e2fsprogs/lib/ext2fs/
bmap.c 196 goto out2;
198 out2:
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 275 UChar* out2 = myDateFormat(fmt, d); local
276 if(u_strcmp(out1, out2) !=0)
  /external/llvm/test/CodeGen/R600/
cvt_f32_ubyte.ll 82 define void @load_v4i8_to_v4f32_2_uses(<4 x float> addrspace(1)* noalias %out, <4 x i8> addrspace(1)* noalias %out2, <4 x i8> addrspace(1)* noalias %in) nounwind {
87 store <4 x i8> %add, <4 x i8> addrspace(1)* %out2, align 4
  /external/oprofile/module/ia64/
oprofile_stubs.S 67 mov out2=in2 // envp
  /external/qemu/distrib/jpeg-6b/
jccolor.c 412 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
421 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
460 UINT32* out2 = (UINT32*)outptr2; local
461 copyquads(in, out0, out1, out2, col4);
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 62 static double out2;// y[n-2] variable
98 out2 = 0.0f;
107 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2);
112 out2 = out1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
serial.h 85 #define ASYNCB_FOURPORT 1 /* Set OU1, OUT2 per AST Fourport settings */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
serial.h 85 #define ASYNCB_FOURPORT 1 /* Set OU1, OUT2 per AST Fourport settings */
  /external/valgrind/main/none/tests/mips32/
MoveIns.c 189 int out2; \
202 : "=&f" (out), "=&r" (out1), "=&r" (out2) \
207 instruction, out1, out2, cc); \
214 int out2; \
228 : "=&f" (out), "=&r" (out1), "=&r" (out2) \
233 instruction, out1, out2, cc); \
  /external/chromium_org/third_party/sqlite/src/src/
vdbe.c 657 /* On any opcode with the "out2-prerelase" tag, free any
726 ** Keywords include: in1, in2, in3, out2_prerelease, out2, out3. See
877 case OP_Integer: { /* out2-prerelease */
887 case OP_Int64: { /* out2-prerelease */
899 case OP_Real: { /* same as TK_FLOAT, out2-prerelease */
912 case OP_String8: { /* same as TK_STRING, out2-prerelease */
945 case OP_String: { /* out2-prerelease */
959 case OP_Null: { /* out2-prerelease */
970 case OP_Blob: { /* out2-prerelease */
985 case OP_Variable: { /* out2-prerelease *
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bio.h 582 /* BIO_new_bio_pair sets |*out1| and |*out2| to two freshly created BIOs where
585 * |writebuf2| for |*out2|. It returns one on success and zero on error. */
586 OPENSSL_EXPORT int BIO_new_bio_pair(BIO **out1, size_t writebuf1, BIO **out2,
    [all...]
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 520 Scalar *out2 = workd + ipntr[2] - 1; local
522 Matrix<Scalar, Dynamic, 1>::Map(out2, n) = Matrix<Scalar, Dynamic, 1>::Map(in, n);
524 Matrix<Scalar, Dynamic, 1>::Map(out2, n) = B * Matrix<Scalar, Dynamic, 1>::Map(in, n);
  /external/chromium_org/third_party/libwebp/dsp/
enc_neon.c 331 const int16x4_t out2 = vshr_n_s16(vsub_s16(a0_k7, vget_high_s16(a0a1)), 4); local
343 vst1_s16(out + 8, out2);
534 const int16x4_t out2 = vmovn_s32(b2); local
539 vst1_s16(out + 8, out2);
    [all...]
  /external/libunwind/tests/
ia64-test-rbs-asm.S 179 (p7) mov out2 = in2
  /external/webp/src/dsp/
enc_neon.c 331 const int16x4_t out2 = vshr_n_s16(vsub_s16(a0_k7, vget_high_s16(a0a1)), 4); local
343 vst1_s16(out + 8, out2);
534 const int16x4_t out2 = vmovn_s32(b2); local
539 vst1_s16(out + 8, out2);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264ES.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy_mck.S 648 mov out2=C
656 mov out2=memset_arg2 // n
  /external/llvm/test/CodeGen/X86/
2007-08-09-IllegalX86-64Asm.ll 121 %out2.0 = phi i8 [ %tmp20.i, %cond_next17.i ], [ 0, %cond_true14.i ], [ 0, %cond_true.i200 ] ; <i8> [#uses=1]
220 store i8 %out2.0, i8* %tmp186
  /external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
split-gep.ll 71 define void @sext_zext(i32 %a, i32 %b, float** %out1, float** %out2) {
88 store float* %p2, float** %out2
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun_unittest.cc 1410 rtc::ByteBuffer out2; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp 1951 UnicodeString out2; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 1951 UnicodeString out2; local
    [all...]
  /external/chromium_org/ipc/
ipc_message_macros.h 166 // output parameters. The caller uses Send([route id, ], in1, &out1, &out2).
168 // void OnSyncMessageName(const type1& in1, type2* out1, type3* out2)
183 // ViewHostMsg_SyncMessageName::WriteReplyParams(reply_msg, out1, out2);
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
t1_enc.c 253 unsigned char *out2, int olen)
279 out2,olen))
284 out1[i]^=out2[i];
    [all...]

Completed in 751 milliseconds

1 2 3 45 6 7