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

  /external/toybox/toys/pending/
mke2fs.c 91 unsigned freeblocks; // Free blocks in the filesystem.
384 sb->free_blocks_count = SWAP_LE32(TT.freeblocks);
627 TT.freeblocks = TT.blocks - temp;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 1851 uint freeblocks; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 1802 uint freeblocks; local
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 1857 uint freeblocks; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_collectionsmodule.c 60 static block *freeblocks[MAXFREEBLOCKS]; variable
74 b = freeblocks[numfreeblocks];
91 freeblocks[numfreeblocks] = b;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_collectionsmodule.c 56 static block *freeblocks[MAXFREEBLOCKS]; variable
75 b = freeblocks[numfreeblocks];
92 freeblocks[numfreeblocks] = b;
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 2577 uint freeblocks; local
    [all...]
  /external/python/cpython2/Modules/
_collectionsmodule.c 58 static block *freeblocks[MAXFREEBLOCKS]; variable
72 b = freeblocks[numfreeblocks];
89 freeblocks[numfreeblocks] = b;
    [all...]
  /external/toybox/generated/
globals.h 719 unsigned freeblocks; // Free blocks in the filesystem. member in struct:mke2fs_data
  /external/python/cpython3/Modules/
_collectionsmodule.c 118 static block *freeblocks[MAXFREEBLOCKS]; variable
125 return freeblocks[numfreeblocks];
139 freeblocks[numfreeblocks] = b;
    [all...]

Completed in 269 milliseconds