/art/test/068-classloader/src/ |
Main.java | 418 * comes from FancyLoader, but the di2 returned from ifaceSuper 422 DoubledImplement2 di2 = ifaceSuper.getDoubledInstance2(); local 423 di2.one();
|
/dalvik/tests/068-classloader/src/ |
Main.java | 418 * comes from FancyLoader, but the di2 returned from ifaceSuper 422 DoubledImplement2 di2 = ifaceSuper.getDoubledInstance2(); local 423 di2.one();
|
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 122 DebugInfo *di0, *di1, *di2; local 128 di2 = NULL; 131 di2 = di1; 136 if (di0 != NULL && di1 != NULL && di2 != NULL) { 138 /* di0 points to di, di1 to its predecessor, and di2 to di1's 141 vg_assert(di2->next == di1); 144 di2->next = di0; 149 if (di0 != NULL && di1 != NULL && di2 == NULL) { 393 static Bool do_DebugInfos_overlap ( DebugInfo* di1, DebugInfo* di2 ) 397 vg_assert(di2); 483 DebugInfo* di2 = NULL; local 1271 DebugInfo *di, *di2; local [all...] |
/external/libvorbis/lib/ |
smallft.c | 691 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; local 738 di2=ci2+cr3; 740 ch[t9-1]=wa1[i-2]*dr2-wa1[i-1]*di2; 741 ch[t9]=wa1[i-2]*di2+wa1[i-1]*dr2;
|
/external/speex/libspeex/ |
smallft.c | 693 float ci2,ci3,di2,di3,cr2,cr3,dr2,dr3,ti2,tr2; local 740 di2=ci2+cr3; 742 ch[t9-1]=wa1[i-2]*dr2-wa1[i-1]*di2; 743 ch[t9]=wa1[i-2]*di2+wa1[i-1]*dr2;
|