OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastfree
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
ltable.c
300
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
;
lobject.h
567
Node *
lastfree
; /* any free position is before this position */
member in struct:Table
Completed in 3813 milliseconds