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

  /device/linaro/bootloader/edk2/AppPkg/Applications/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
  /external/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
  /external/syslinux/com32/lua/src/
ltable.c 301 t->lastfree = gnode(t, size); /* all positions are free */
389 while (t->lastfree > t->node) {
390 t->lastfree--;
391 if (ttisnil(gkey(t->lastfree)))
392 return t->lastfree;
lobject.h 567 Node *lastfree; /* any free position is before this position */ member in struct:Table
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 997 block *lastfree; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 953 block *lastfree; local
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 997 block *lastfree; local
    [all...]

Completed in 975 milliseconds