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

  /external/lua/src/
ltable.h 31 #define isdummy(t) ((t)->lastfree == NULL)
ltable.c 314 t->lastfree = NULL; /* signal that it is using dummy node */
330 t->lastfree = gnode(t, size); /* all positions are free */
443 while (t->lastfree > t->node) {
444 t->lastfree--;
445 if (ttisnil(gkey(t->lastfree)))
446 return t->lastfree;
lobject.h 504 Node *lastfree; /* any free position is before this position */ member in struct:Table
  /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
  /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...]
  /external/python/cpython3/Objects/
obmalloc.c 1616 block *lastfree; local
    [all...]

Completed in 530 milliseconds