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

1 2

  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 18 int inuse, int isdir)
29 if (inuse > 0)
33 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) - inuse);
35 ext2fs_bg_used_dirs_count_set(fs, group, ext2fs_bg_used_dirs_count(fs, group) + inuse);
37 /* We don't strictly need to be clearing the uninit flag if inuse < 0
51 fs->super->s_free_inodes_count -= inuse;
56 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse)
58 ext2fs_inode_alloc_stats2(fs, ino, inuse, 0);
61 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse)
72 if (inuse > 0
85 (fs->block_alloc_stats)(fs, (blk64_t) blk, inuse); local
    [all...]
gen_bitmap64.c 184 double inuse; local
208 inuse = (double) now.tv_sec + \
210 inuse -= (double) stats->created.tv_sec + \
238 stats->mark_back, mark_back_perc, inuse);
ext2fs.h 263 void (*block_alloc_stats)(ext2_filsys fs, blk64_t blk, int inuse);
675 int inuse),
678 int inuse));
681 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse);
683 int inuse, int isdir);
684 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse);
685 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_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/zopfli/src/zopfli/
katajainen.c 39 char inuse; /* Tracking for garbage collection. */ member in struct:Node
58 node->inuse = 1;
73 pool->nodes[i].inuse = 0;
79 node->inuse = 1;
85 if (!pool->next->inuse) break; /* Found one. */
231 pool.nodes[i].inuse = 0;
  /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 442 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/chromium_org/third_party/skia/third_party/lua/src/
ldo.c 206 int inuse = stackinuse(L); local
207 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK;
209 if (inuse > LUAI_MAXSTACK || /* handling stack overflow? */
lapi.c 99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; local
100 if (inuse > LUAI_MAXSTACK - size) /* can grow without overflow? */
  /external/valgrind/main/VEX/priv/
ir_opt.c 181 Bool* inuse; member in struct:__anon35929
194 h->inuse = LibVEX_Alloc(h->size * sizeof(Bool));
208 if (h->inuse[i] && h->key[i] == key) {
227 if (h->inuse[i] && h->key[i] == key) {
240 if (!h->inuse[i]) continue;
248 h->inuse = inuse2;
255 h->inuse[h->used] = True;
600 if (!h->inuse[j])
609 h->inuse[j] = False;
692 env->inuse[j] = False
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 682 int inuse; member in struct:omx_vdec::nativebuffer
    [all...]
omx_vdec.h 759 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...]
  /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/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 2798 milliseconds

1 2