Searched defs:inuse (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap_allocator.h108 int inuse() const { return inuse_; } function in class:tcmalloc::PageHeapAllocator
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap_allocator.h94 int inuse() const { return inuse_; } function in class:tcmalloc::PageHeapAllocator
/external/e2fsprogs/lib/ext2fs/
H A Dalloc_stats.c18 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) argument
60 ext2fs_inode_alloc_stats2(fs, ino, inuse, 0);
63 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) argument
74 if (inuse >
17 ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino, int inuse, int isdir) argument
86 (fs->block_alloc_stats)(fs, (blk64_t) blk, inuse); local
89 ext2fs_set_block_alloc_stats_callback(ext2_filsys fs, void (*func)(ext2_filsys fs, blk64_t blk, int inuse), void (**old)(ext2_filsys fs, blk64_t blk, int inuse)) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c434 int inuse = 0, pos; local
447 ++inuse;
457 debug_printf("flushed tiles in use: %d\n", inuse);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c434 int inuse = 0, pos; local
447 ++inuse;
457 debug_printf("flushed tiles in use: %d\n", inuse);
/external/e2fsprogs/e2fsck/
H A Dpass1.c2714 static void e2fsck_block_alloc_stats(ext2_filsys fs, blk64_t blk, int inuse) argument
2719 if (inuse > 0)
/external/valgrind/main/VEX/priv/
H A Dir_opt.c174 Bool* inuse; member in struct:__anon27873
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[
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 505 milliseconds