Home
last modified time | relevance | path

Searched defs:inuse (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dalloc_stats.c18 int inuse, int isdir) in ext2fs_inode_alloc_stats2()
56 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse) in ext2fs_inode_alloc_stats()
61 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse) in ext2fs_block_alloc_stats2()
88 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) in ext2fs_block_alloc_stats()
96 int inuse), in ext2fs_set_block_alloc_stats_callback()
Dgen_bitmap64.c184 double inuse; in ext2fs_print_bmap_statistics() local
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpage_heap_allocator.h94 int inuse() const { return inuse_; } in inuse() function
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpage_heap_allocator.h108 int inuse() const { return inuse_; } in inuse() function
/external/zopfli/src/zopfli/
Dkatajainen.c39 char inuse; /* Tracking for garbage collection. */ member
/external/android-clat/
Dconfig.c228 int inuse = connect(s, (struct sockaddr *) &sin, sizeof(sin)) == 0 && in connect_is_ipv4_address_free() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_tile_cache.c434 int inuse = 0, pos; in sp_flush_tile_cache() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c434 int inuse = 0, pos; in sp_flush_tile_cache() local
/external/chromium_org/third_party/skia/third_party/lua/src/
Dldo.c206 int inuse = stackinuse(L); in luaD_shrinkstack() local
Dlapi.c99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; in lua_checkstack() local
/external/e2fsprogs/e2fsck/
Dpass1.c2859 static void e2fsck_block_alloc_stats(ext2_filsys fs, blk64_t blk, int inuse) in e2fsck_block_alloc_stats()
/external/valgrind/main/VEX/priv/
Dir_opt.c181 Bool* inuse; member