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

  /external/libunwind/tests/
ia64-test-dyn1.c 94 unw_dyn_info_t di0, di1, di2, di3; local
181 create_func (&di1, "func_add3/0", func_add3, func_add3_end, r_pro);
187 _U_dyn_register (&di1);
218 _U_dyn_cancel (&di1);
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 127 DebugInfo *di0, *di1, *di2; local
132 di1 = NULL;
136 di2 = di1;
137 di1 = di0;
141 if (di0 != NULL && di1 != NULL && di2 != NULL) {
143 /* di0 points to di, di1 to its predecessor, and di2 to di1's
144 predecessor. Swap di0 and di1, that is, move di0 one step
146 vg_assert(di2->next == di1);
147 vg_assert(di1->next == di0)
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 4302 IRTemp di1 = newTempV128(); local
4335 IRTemp di1 = newTempV128(); local
4373 IRTemp di1 = newTempV128(); local
4411 IRTemp di1 = newTempV128(); local
4443 IRTemp di1 = newTempV128(); local
4479 IRTemp di1 = newTempV128(); local
    [all...]
guest_arm_toIR.c 8681 IRTemp di1 = newTemp(Ity_I64); local
8708 IRTemp di1 = newTemp(Ity_I64); local
8755 IRTemp di1 = newTemp(Ity_I64); local
8791 IRTemp di1 = newTemp(Ity_I64); local
    [all...]

Completed in 287 milliseconds