Home
last modified time | relevance | path

Searched refs:freeblocks (Results 1 – 11 of 11) sorted by relevance

/external/toybox/toys/pending/
Dmke2fs.c91 unsigned freeblocks; // Free blocks in the filesystem.
384 sb->free_blocks_count = SWAP_LE32(TT.freeblocks); in init_superblock()
627 TT.freeblocks = TT.blocks - temp; in mke2fs_main()
/external/python/cpython2/Objects/
Dobmalloc.c1857 uint freeblocks; in _PyObject_DebugMallocStats() local
1866 freeblocks = NUMBLOCKS(sz) - p->ref.count; in _PyObject_DebugMallocStats()
1867 numfreeblocks[sz] += freeblocks; in _PyObject_DebugMallocStats()
1869 if (freeblocks > 0) in _PyObject_DebugMallocStats()
/external/python/cpython3/Objects/
Dobmalloc.c2662 uint freeblocks; in _PyObject_DebugMallocStats() local
2673 freeblocks = NUMBLOCKS(sz) - p->ref.count; in _PyObject_DebugMallocStats()
2674 numfreeblocks[sz] += freeblocks; in _PyObject_DebugMallocStats()
2676 if (freeblocks > 0) in _PyObject_DebugMallocStats()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt153 freeblocks
DTODO90 Modules/_collectionsmodule.c:freeblocks static block *freeblocks[MAXFREEBL…
Dknown.tsv289 Modules/_collectionsmodule.c - freeblocks variable static block *freeblocks[MAXFREEBLOCKS]
/external/python/cpython2/Modules/
D_collectionsmodule.c58 static block *freeblocks[MAXFREEBLOCKS]; variable
72 b = freeblocks[numfreeblocks]; in newblock()
89 freeblocks[numfreeblocks] = b; in freeblock()
/external/python/cpython3/Modules/
D_collectionsmodule.c127 static block *freeblocks[MAXFREEBLOCKS]; variable
134 return freeblocks[numfreeblocks]; in newblock()
148 freeblocks[numfreeblocks] = b; in freeblock()
/external/toybox/android/linux/generated/
Dglobals.h794 unsigned freeblocks; // Free blocks in the filesystem. member
/external/toybox/android/device/generated/
Dglobals.h794 unsigned freeblocks; // Free blocks in the filesystem. member
/external/toybox/android/mac/generated/
Dglobals.h794 unsigned freeblocks; // Free blocks in the filesystem. member