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

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

Completed in 855 milliseconds