HomeSort by relevance Sort by last modified time
    Searched refs:inuse (Results 1 - 24 of 24) 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/chromium_org/third_party/tcmalloc/vendor/src/
page_heap_allocator.h 94 int inuse() const { return inuse_; } function in class:tcmalloc::PageHeapAllocator
thread_cache.h 328 return threadcache_allocator.inuse();
tcmalloc.cc 411 uint64_t(Static::span_allocator()->inuse()),
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap_allocator.h 108 int inuse() const { return inuse_; } function in class:tcmalloc::PageHeapAllocator
thread_cache.h 351 return threadcache_allocator.inuse();
tcmalloc.cc 439 uint64_t(Static::span_allocator()->inuse()),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 502 inuse = PyDialog(db, "FilesInUse",
507 inuse.text("Title", 15, 6, 200, 15, 0x30003,
509 inuse.text("Description", 20, 23, 280, 20, 0x30003,
511 inuse.text("Text", 20, 55, 330, 50, 3,
513 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
515 c=inuse.back("Exit", "Ignore", name="Exit")
517 c=inuse.next("Ignore", "Retry", name="Ignore")
519 c=inuse.cancel("Retry", "Exit", name="Retry")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 502 inuse = PyDialog(db, "FilesInUse",
507 inuse.text("Title", 15, 6, 200, 15, 0x30003,
509 inuse.text("Description", 20, 23, 280, 20, 0x30003,
511 inuse.text("Text", 20, 55, 330, 50, 3,
513 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
515 c=inuse.back("Exit", "Ignore", name="Exit")
517 c=inuse.next("Ignore", "Retry", name="Ignore")
519 c=inuse.cancel("Retry", "Exit", name="Retry")
    [all...]
  /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:__anon29369
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/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 686 int inuse; member in struct:omx_vdec::nativebuffer
    [all...]
omx_vdec.h 719 int inuse; member in struct:omx_vdec::nativebuffer
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /external/e2fsprogs/e2fsck/
pass1.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 940 int inuse() const { return inuse_; }
    [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 1217 milliseconds