HomeSort by relevance Sort by last modified time
    Searched defs:inuse (Results 1 - 12 of 12) 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...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap_allocator.h 108 int inuse() const { return inuse_; } function in class:tcmalloc::PageHeapAllocator
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap_allocator.h 94 int inuse() const { return inuse_; } function in class:tcmalloc::PageHeapAllocator
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tile_cache.c 434 int inuse = 0, pos; local
447 ++inuse;
457 debug_printf("flushed tiles in use: %d\n", inuse);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.c 434 int inuse = 0, pos; local
447 ++inuse;
457 debug_printf("flushed tiles in use: %d\n", inuse);
  /external/valgrind/main/VEX/priv/
ir_opt.c 174 Bool* inuse; member in struct:__anon29348
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...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 719 int inuse; member in struct:omx_vdec::nativebuffer
    [all...]
omx_vdec_hevc.h 686 int inuse; member in struct:omx_vdec::nativebuffer
    [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...]
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1507 milliseconds