Searched refs:gnode (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dltable.h13 #define gnode(t,i) (&(t)->node[i]) macro
H A Dltable.c51 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))
61 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1))))
157 i = cast_int(n - gnode(t, 0)); /* key index in hash table */
179 if (!ttisnil(gval(gnode(t, i)))) { /* a non-nil value? */
180 setobj2s(L, key, gkey(gnode(t, i)));
181 setobj2s(L, key+1, gval(gnode(t, i)));
293 Node *n = gnode(t, i);
300 t->lastfree = gnode(t, size); /* all positions are free */
H A Dlgc.c94 #define gnodelast(h) gnode(h, cast(size_t, sizenode(h)))
360 for (n = gnode(h, 0); n < limit; n++) {
392 for (n = gnode(h, 0); n < limit; n++) {
421 for (n = gnode(h, 0); n < limit; n++) { /* traverse hash part */
622 for (n = gnode(h, 0); n < limit; n++) {
646 for (n = gnode(h, 0); n < limit; n++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dglib.in.h65 #include <glib/gnode.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dglib.in.h65 #include <glib/gnode.h>

Completed in 69 milliseconds