Searched refs:p_prev (Results 1 – 2 of 2) sorted by relevance
88 cell->p_prev = p_cell; in Insert()104 *cell->p_prev = cell->next; in Remove()106 cell->next->p_prev = cell->p_prev; in Remove()108 cell->p_prev = nullptr; // mark as free in Remove()134 if (cells_[index].p_prev) { in Next()168 Cell** p_prev; member
679 Error* p_prev; in VG_() local752 p_prev = NULL; in VG_()769 if (p_prev != NULL) { in VG_()770 vg_assert(p_prev->next == p); in VG_()771 p_prev->next = p->next; in VG_()778 p_prev = p; in VG_()