Searched refs:old_last (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBNames.c780 int first, last, old_last, new_last; local in function:XkbNoteNameChanges
793 old_last = (old->first_type + old->num_types - 1);
800 if (old_last > new_last)
801 last = old_last;
816 old_last = (old->first_lvl + old->num_lvls - 1);
823 if (old_last > new_last)
824 last = old_last;
845 old_last = (old->first_key + old->num_keys - 1);
851 if (old_last > new_last)
852 new_last = old_last;
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_exec_api.c321 fi_type *old_last = exec->vtx.vertex + old_vtx_size_no_pos - 1; local in function:vbo_exec_wrap_upgrade_vertex
328 fi_type *old_end = old_last + 1;
340 fi_type *old = old_last;

Completed in 4 milliseconds