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

  /external/toybox/toys/pending/
mke2fs.c 91 unsigned freeblocks; // Free blocks in the filesystem.
248 sb->free_blocks_count = SWAP_LE32(TT.freeblocks);
490 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 1851 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/cpython2/Modules/
_collectionsmodule.c 58 static block *freeblocks[MAXFREEBLOCKS]; variable
72 b = freeblocks[numfreeblocks];
89 freeblocks[numfreeblocks] = b;
    [all...]
  /external/toybox/generated/
globals.h 732 unsigned freeblocks; // Free blocks in the filesystem. member in struct:mke2fs_data

Completed in 191 milliseconds