Searched refs:out4 (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/google_apis/drive/
H A Dtest_util.h210 OutputParams(T1* out1, T2* out2, T3* out3, T4* out4) argument
211 : out1(out1), out2(out2), out3(out3), out4(out4) {}
215 T4* out4; member in struct:google_apis::test_util::internal::OutputParams
230 *output.out4 = CopyResultCallbackHelper<T4>::Move(&in4);
262 CreateCopyResultCallback(T1* out1, T2* out2, T3* out3, T4* out4) { argument
265 internal::OutputParams<T1, T2, T3, T4>(out1, out2, out3, out4));
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_sco.c88 INT32 out1, out2, out3, out4, out5; \
122 out4 = ((SRC_SAMPLE(10) + SRC_SAMPLE(-10)) * 306) \
126 out4 = out4 / 30000; \
128 out5 = out1 + out2 - out3 - out4; \
142 INT32 out1, out2, out3, out4, out5; \
177 out4 = ((SRC_SAMPLE(11) + SRC_SAMPLE(-11)) * 201); \
179 out4 = out4 / 30000; \
181 out5 = out1 - out2 + out3 - out4; \
[all...]
/external/oprofile/module/ia64/
H A DIA64syscallstub.h100 mov out4 = in3; \
182 mov out4 = in4; \
/external/chromium_org/ipc/
H A Dipc_sync_message_unittest.cc107 std::string* out3, bool* out4) {
114 *out4 = false;
106 On_3_4(bool in1, int in2, std::string in3, int* out1, bool* out2, std::string* out3, bool* out4) argument
/external/openssl/crypto/aes/asm/
H A Daes-ia64.S337 add out4=3,in0 };;
341 ld1 out1=[out4],4 };; // s0
345 ld1 out3=[out4],4 };; // s1
349 ld1 out5=[out4],4 };; // s2
353 ld1 out7=[out4] };; // s3
716 add out4=3,in0 };;
720 ld1 out1=[out4],4 };; // s0
724 ld1 out3=[out4],4 };; // s1
728 ld1 out5=[out4],4 };; // s2
732 ld1 out7=[out4] };; // s
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc1176 enum registers { out1, out2, out3, out4, out5, out6, sp, loop_cnt }; enumerator in enum:registers
1217 m.WriteCurrentPositionToRegister(out4, 0); // [0,3,6,9]
1221 m.PushRegister(out4, RegExpMacroAssembler::kNoStackLimitCheck);
1222 m.PushRegister(out4, RegExpMacroAssembler::kNoStackLimitCheck);
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S95 #define M0_ out4
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnccbtst.c1744 out4[]={ U16_LEAD(0x10203), U16_TRAIL(0x10203), 0xfffd, 0x4e00 }; local
1770 if(!testConvertToUnicode(in4, ARRAY_LENGTH(in4), out4, ARRAY_LENGTH(out4), "UTF-32",
/external/icu/icu4c/source/test/cintltst/
H A Dnccbtst.c1748 out4[]={ U16_LEAD(0x10203), U16_TRAIL(0x10203), 0xfffd, 0x4e00 }; local
1774 if(!testConvertToUnicode(in4, ARRAY_LENGTH(in4), out4, ARRAY_LENGTH(out4), "UTF-32",
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c329 out0, out1, out2, out3, out4, out5, out6, out7) \
353 out4 = _mm_unpacklo_epi64(tr1_1, tr1_5); \
445 out0, out1, out2, out3, out4, out5, out6, out7) \
510 out4 = _mm_subs_epi16(stp1_3, stp2_4); \
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c334 out0, out1, out2, out3, out4, out5, out6, out7) \
358 out4 = _mm_unpacklo_epi64(tr1_1, tr1_5); \
459 out0, out1, out2, out3, out4, out5, out6, out7) \
524 out4 = _mm_subs_epi16(stp1_3, stp2_4); \

Completed in 3079 milliseconds