Home
last modified time | relevance | path

Searched defs:nFree (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/ficl/
H A Dstack.c75 int nFree = pStack->base + pStack->nCells - pStack->sp; in vmCheckStack() local
94 int nFree = fStack->base + fStack->nCells - fStack->sp; in vmCheckFStack() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c24008 u32 nFree = countLookasideSlots(db->lookaside.pFree); in sqlite3LookasideUsed() local