Searched refs:old_last (Results 1 – 4 of 4) sorted by relevance
236 node_ptr old_last = node_ptr(); in move_first_n_backwards() local249 old_last = new_last; in move_first_n_backwards()261 old_last = base_t::get_previous_node(first, node_ptr()); in move_first_n_backwards()265 NodeTraits::set_next(old_last, p); in move_first_n_backwards()292 node_ptr old_last(first), next_to_it, new_last(p); in move_first_n_forward() local294 while(!!(next_to_it = node_traits::get_next(old_last))){ in move_first_n_forward()297 old_last = next_to_it; in move_first_n_forward()319 NodeTraits::set_next(old_last, p); in move_first_n_forward()
361 node_ptr old_last(first), next_to_it, new_last(p); in move_forward() local363 while(p != (next_to_it = node_traits::get_next(old_last))){ in move_forward()366 old_last = next_to_it; in move_forward()385 base_t::unlink_after(old_last); in move_forward()
321 fi_type *old_last = exec->vtx.vertex + old_vtx_size_no_pos - 1; in vbo_exec_wrap_upgrade_vertex() local328 fi_type *old_end = old_last + 1; in vbo_exec_wrap_upgrade_vertex()340 fi_type *old = old_last; in vbo_exec_wrap_upgrade_vertex()
288 grpc_linked_error* old_last = in internal_add_error() local290 old_last->next = slot; in internal_add_error()