Home
last modified time | relevance | path

Searched refs:old_last (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/intrusive/
Dlinear_slist_algorithms.hpp236 node_ptr old_last = node_ptr(); in move_first_n_backwards() local
249 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() local
294 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()
Dcircular_slist_algorithms.hpp361 node_ptr old_last(first), next_to_it, new_last(p); in move_forward() local
363 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()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c321 fi_type *old_last = exec->vtx.vertex + old_vtx_size_no_pos - 1; in vbo_exec_wrap_upgrade_vertex() local
328 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()
/third_party/grpc/src/core/lib/iomgr/
Derror.cc288 grpc_linked_error* old_last = in internal_add_error() local
290 old_last->next = slot; in internal_add_error()