Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c953 block *lastfree; in PyObject_Free() local
979 *(block **)p = lastfree = pool->freeblock; in PyObject_Free()
981 if (lastfree) { in PyObject_Free()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c997 block *lastfree; in PyObject_Free() local
1023 *(block **)p = lastfree = pool->freeblock; in PyObject_Free()
1025 if (lastfree) { in PyObject_Free()