Home
last modified time | relevance | path

Searched refs:old_first (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/xpressive/detail/core/matcher/
Dmark_end_matcher.hpp41 BidiIter old_first = br.first; in match() local
54 br.first = old_first; in match()
/third_party/lwip/src/core/
Dmemp.c423 struct memp *old_first; in memp_free() local
437 old_first = *memp_pools[type]->tab; in memp_free()
443 if (old_first == NULL) { in memp_free()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c319 fi_type *old_first = exec->vtx.attrptr[attr] + oldSize; in vbo_exec_wrap_upgrade_vertex() local
329 fi_type *old = old_first; in vbo_exec_wrap_upgrade_vertex()
339 fi_type *old_end = old_first - 1; in vbo_exec_wrap_upgrade_vertex()