Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/third_party/lua/src/
Dltable.c300 t->lastfree = gnode(t, size); /* all positions are free */ in setnodevector()
388 while (t->lastfree > t->node) { in getfreepos()
389 t->lastfree--; in getfreepos()
390 if (ttisnil(gkey(t->lastfree))) in getfreepos()
391 return t->lastfree; in getfreepos()
Dlobject.h567 Node *lastfree; /* any free position is before this position */ member