Searched refs:op3 (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | dct_inline.h | 27 __inline int32 mla724(int32 op1, int32 op2, int32 op3) in mla724() argument 33 out = op2 * 724 + op3; /* op1 is not used here */ in mla724() 111 __inline int32 mla724(int32 op1, int32 op2, int32 op3) in mla724() argument 117 smlabb out, op1, op2, op3 in mla724() 174 __inline int32 mla724(int32 op1, int32 op2, int32 op3) in mla724() argument 181 mla out, op1, out, op3 in mla724() 269 __inline int32 mla724(int32 op1, int32 op2, int32 op3) in mla724() argument 274 register int32 cc = (int32)op3; in mla724()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
D | SyncOperationTest.java | 77 SyncOperation op3 = new SyncOperation(account1, 0, in testToKey() local 104 assertNotSame(op1.key, op3.key); in testToKey()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentProviderOperationTest.java | 180 ContentProviderOperation op3 = ContentProviderOperation.newAssertQuery(sTestUri1) in testAssertNoValues() local 185 ContentProviderResult result = op3.apply(new TestContentProvider() { in testAssertNoValues()
|
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_arm64.cc | 3822 __uint128_t op3 = MakeUInt128(0x8372978049951059ULL, 0x7317328160963185ULL); in TEST() local 3823 __uint128_t res = ASM_INSN_WRAP_FUNC_W_RES_WW0_ARG("bsl %0.8b, %1.8b, %2.8b")(op1, op2, op3); in TEST() 3830 __uint128_t op3 = MakeUInt128(0x6430860213949463ULL, 0x9522473719070217ULL); in TEST() local 3831 __uint128_t res = ASM_INSN_WRAP_FUNC_W_RES_WW0_ARG("bit %0.8b, %1.8b, %2.8b")(op1, op2, op3); in TEST() 3838 __uint128_t op3 = MakeUInt128(0x0348610454326648ULL, 0x2133936072602491ULL); in TEST() local 3839 __uint128_t res = ASM_INSN_WRAP_FUNC_W_RES_WW0_ARG("bif %0.8b, %1.8b, %2.8b")(op1, op2, op3); in TEST()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 3664 auto op3 = db.names.back().move_full(); in parse_expression() local 3669 db.names.back() = "(" + op1 + ") ? (" + op2 + ") : (" + op3 + ")"; in parse_expression()
|