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 298 DebugInfo** prev_next_ptr = &debugInfo_list; local
313 vg_assert(*prev_next_ptr == curr);
314 *prev_next_ptr = curr->next;
320 prev_next_ptr = &curr->next;
    [all...]

Completed in 54 milliseconds