Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dltable.c673 Node *othern; in luaH_newkey() local
682 othern = mainposition(t, keytt(mp), &keyval(mp)); in luaH_newkey()
683 if (othern != mp) { /* is colliding node out of its main position? */ in luaH_newkey()
685 while (othern + gnext(othern) != mp) /* find previous */ in luaH_newkey()
686 othern += gnext(othern); in luaH_newkey()
687 gnext(othern) = cast_int(f - othern); /* rechain to point to 'f' */ in luaH_newkey()

Completed in 4 milliseconds