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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltable.c414 Node *othern; local
422 othern = mainposition(t, gkey(mp));
423 if (othern != mp) { /* is colliding node out of its main position? */
425 while (gnext(othern) != mp) othern = gnext(othern); /* find previous */
426 gnext(othern) = n; /* redo the chain with `n' in place of `mp' */
/freebsd-13-stable/contrib/lua/src/
H A Dltable.c652 Node *othern; local
660 othern = mainposition(t, keytt(mp), &keyval(mp));
661 if (othern != mp) { /* is colliding node out of its main position? */
663 while (othern + gnext(othern) != mp) /* find previous */
664 othern += gnext(othern);
665 gnext(othern) = cast_int(f - othern); /* rechain to point to 'f' */

Completed in 129 milliseconds