/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/ |
Test_monitor_enter.java | 38 Thread tr2 = new Thread(r2); local 40 tr2.start(); 43 tr2.join(); 58 Thread tr2 = new Thread(r2); local 60 tr2.start(); 63 tr2.join();
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/ |
PrePostMDCT_v7.s | 44 VLD2.I32 {d13, d15}, [r3]! @ tr2 = *(buf1 - 1)@ ti1 = *(buf1 + 0)@ 45 VLD2.I32 {d12, d14}, [r3]! @ tr2 = *(buf1 - 1)@ ti1 = *(buf1 + 0)@ 62 VQDMULH.S32 Q10, Q2, Q9 @ MULHIGH(cosb, tr2) 65 VQDMULH.S32 Q13, Q3, Q9 @ MULHIGH(sinb, tr2) 67 VADD.S32 Q0, Q10, Q11 @ MULHIGH(cosa, tr2) + MULHIGH(sina, ti2)@ 68 VSUB.S32 Q1, Q12, Q13 @ MULHIGH(cosa, ti2) - MULHIGH(sina, tr2)@ 106 VLD2.I32 {d13, d15}, [r3]! @ tr2 = *(zbuf2 - 1)@ ti2 = *(zbuf2 + 0)@ 107 VLD2.I32 {d12, d14}, [r3]! @ tr2 = *(zbuf2 - 1)@ ti2 = *(zbuf2 + 0)@ 120 VQDMULH.S32 Q10, Q2, Q8 @ MULHIGH(cosb, tr2) 123 VQDMULH.S32 Q13, Q3, Q8 @ MULHIGH(sinb, tr2) [all...] |
/external/icu4c/i18n/ |
basictz.cpp | 68 TimeZoneTransition tr1, tr2; local 71 UBool avail2 = tz.getNextTransition(time, FALSE, tr2); 88 && tr2.getTime() <= end 89 && (tr2.getFrom()->getRawOffset() + tr2.getFrom()->getDSTSavings() 90 == tr2.getTo()->getRawOffset() + tr2.getTo()->getDSTSavings()) 91 && (tr2.getFrom()->getDSTSavings() != 0 && tr2.getTo()->getDSTSavings() != 0)) { 92 tz.getNextTransition(tr2.getTime(), FALSE, tr2) [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
PrePostMDCT_v5.s | 55 smull r14, r4, r6, r8 @ MULHIGH(tr2, cosa) 59 smull r5, r10, r6, r9 @ MULHIGH(tr2, sina) 109 smull r14, r5, r6, r8 @ MULHIGH(tr2, cosa) 113 smull r7, r10, r6, r9 @ MULHIGH(tr2, sina) 115 add r6, r8, r5 @ MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2)@ 116 sub r5, r10, r12 @ MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2)@
|
/external/speex/libspeex/ |
smallft.c | 118 float ti2,tr2; local 146 tr2=wa1[i-2]*cc[t3-1]+wa1[i-1]*cc[t3]; 150 ch[t6-1]=cc[t5-1]+tr2; 151 ch[t4-1]=cc[t5-1]-tr2; 175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local 185 tr2=cc[t3]+cc[t4]; 187 ch[t5=t3<<2]=tr1+tr2; 188 ch[(ido<<2)+t5-1]=tr2-tr1; 229 tr2=cc[t2-1]+cr3; 232 ch[t4-1]=tr1+tr2; 638 float ti2,tr2; local 693 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; local 755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local [all...] |
/external/ipsec-tools/src/racoon/ |
proposal.c | 201 struct satrns *tr1, *tr2, *newtr; local 476 for (tr2 = pr2->head; tr2; tr2 = tr2->next) { 477 if (cmpsatrns(pr1->proto_id, tr1, tr2, ph1->rmconf->pcheck_level) == 0) 575 * take a single match between satrns. returns 0 if tr1 equals to tr2. 577 * tr2: my satrns 580 cmpsatrns(proto_id, tr1, tr2, check_level) 582 const struct satrns *tr1, *tr2; [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
transform.c | 282 int tr1, ti1, tr2, ti2; local 297 tr2 = *(buf1 - 1); 303 *buf1-- = MULHIGH(cosb, ti2) - MULHIGH(sinb, tr2); 304 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2); 317 int tr1, ti1, tr2, ti2; local 333 tr2 = *(buf1 - 1); 338 *buf0++ = MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2); 339 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
|
/external/icu4c/test/intltest/ |
reptest.cpp | 290 TestReplaceable *tr2 = (TestReplaceable *)tr->clone(); local 291 if(tr2 != NULL) { 293 tr = tr2;
|
tzrulets.cpp | 2557 TimeZoneTransition tr1, tr2; local [all...] |
/external/libffi/src/sh64/ |
sysv.S | 102 pt/l .L_pass_f, tr2 106 beqi/l r20, FFI_TYPE_FLOAT, tr2 252 pt/l .L_ret_d, tr2 260 beqi/l r29, FFI_TYPE_DOUBLE, tr2
|
/external/valgrind/main/perf/ |
tinycc.c | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |