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 128 DebugInfo *di0, *di1, *di2; local
133 di1 = NULL;
137 di2 = di1;
138 di1 = di0;
142 if (di0 != NULL && di1 != NULL && di2 != NULL) {
144 /* di0 points to di, di1 to its predecessor, and di2 to di1's
145 predecessor. Swap di0 and di1, that is, move di0 one step
147 vg_assert(di2->next == di1);
148 vg_assert(di1->next == di0)
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 4228 IRTemp di1 = newTempV128(); local
4261 IRTemp di1 = newTempV128(); local
4299 IRTemp di1 = newTempV128(); local
4337 IRTemp di1 = newTempV128(); local
4369 IRTemp di1 = newTempV128(); local
4405 IRTemp di1 = newTempV128(); local
    [all...]
guest_arm_toIR.c 8622 IRTemp di1 = newTemp(Ity_I64); local
8649 IRTemp di1 = newTemp(Ity_I64); local
8696 IRTemp di1 = newTemp(Ity_I64); local
8732 IRTemp di1 = newTemp(Ity_I64); local
    [all...]

Completed in 163 milliseconds