HomeSort by relevance Sort by last modified time
    Searched refs:di2 (Results 1 - 7 of 7) sorted by null

  /external/libunwind/tests/
ia64-test-dyn1.c 94 unw_dyn_info_t di0, di1, di2, di3; local
183 create_func (&di2, "func_add3/1", func_add3, func_add3_end, r_pro);
188 _U_dyn_register (&di2);
220 _U_dyn_cancel (&di2);
  /art/test/068-classloader/src/
Main.java 501 * comes from FancyLoader, but the di2 returned from ifaceSuper
505 DoubledImplement2 di2 = ifaceSuper.getDoubledInstance2(); local
506 di2.one();
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 128 DebugInfo *di0, *di1, *di2; local
134 di2 = NULL;
137 di2 = di1;
142 if (di0 != NULL && di1 != NULL && di2 != NULL) {
144 /* di0 points to di, di1 to its predecessor, and di2 to di1's
147 vg_assert(di2->next == di1);
150 di2->next = di0;
155 if (di0 != NULL && di1 != NULL && di2 == NULL) {
404 static Bool do_DebugInfos_overlap ( const DebugInfo* di1, const DebugInfo* di2 )
408 vg_assert(di2);
494 DebugInfo* di2 = NULL; local
1441 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;
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 8650 IRTemp di2 = newTemp(Ity_I64); local
8697 IRTemp di2 = newTemp(Ity_I64); local
8733 IRTemp di2 = newTemp(Ity_I64); local
    [all...]
guest_arm64_toIR.c 4262 IRTemp di2 = newTempV128(); local
4300 IRTemp di2 = newTempV128(); local
4370 IRTemp di2 = newTempV128(); local
4406 IRTemp di2 = newTempV128(); local
    [all...]

Completed in 566 milliseconds