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

  /external/valgrind/main/coregrind/
m_hashtable.c 176 VgHashNode** prev_next_ptr = &(table->chains[chain]); local
183 *prev_next_ptr = curr->next;
187 prev_next_ptr = &(curr->next);
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 301 DebugInfo** prev_next_ptr = &debugInfo_list; local
315 vg_assert(*prev_next_ptr == curr);
316 *prev_next_ptr = curr->next;
322 prev_next_ptr = &curr->next;
    [all...]

Completed in 29 milliseconds