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

  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 18 int inuse, int isdir)
29 if (inuse > 0)
33 fs->group_desc[group].bg_free_inodes_count -= inuse;
35 fs->group_desc[group].bg_used_dirs_count += inuse;
37 /* We don't strictly need to be clearing the uninit flag if inuse < 0
53 fs->super->s_free_inodes_count -= inuse;
58 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse)
60 ext2fs_inode_alloc_stats2(fs, ino, inuse, 0);
63 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse)
74 if (inuse > 0
86 (fs->block_alloc_stats)(fs, (blk64_t) blk, inuse); local
    [all...]
ext2fs.h 248 void (*block_alloc_stats)(ext2_filsys fs, blk64_t blk, int inuse);
588 int inuse),
591 int inuse));
594 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse);
596 int inuse, int isdir);
597 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse);
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 174 Bool* inuse; member in struct:__anon16486
187 h->inuse = LibVEX_Alloc(h->size * sizeof(Bool));
201 if (h->inuse[i] && h->key[i] == key) {
220 if (h->inuse[i] && h->key[i] == key) {
233 if (!h->inuse[i]) continue;
241 h->inuse = inuse2;
248 h->inuse[h->used] = True;
573 if (!h->inuse[j])
582 h->inuse[j] = False;
665 env->inuse[j] = False
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/e2fsprogs/e2fsck/
pass1.c     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 1776 uint16 inuse; \/* driver return 1 for a1,b0,b1 in current band range *\/ member in struct:wl_pavars2
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 551 milliseconds