HomeSort by relevance Sort by last modified time
    Searched refs:othern (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.c 412 Node *othern; local
420 othern = mainposition(t, gkey(mp));
421 if (othern != mp) { /* is colliding node out of its main position? */
423 while (gnext(othern) != mp) othern = gnext(othern); /* find previous */
424 gnext(othern) = n; /* redo the chain with `n' in place of `mp' */
  /external/syslinux/com32/lua/src/
ltable.c 413 Node *othern; local
421 othern = mainposition(t, gkey(mp));
422 if (othern != mp) { /* is colliding node out of its main position? */
424 while (gnext(othern) != mp) othern = gnext(othern); /* find previous */
425 gnext(othern) = n; /* redo the chain with `n' in place of `mp' */

Completed in 442 milliseconds