HomeSort by relevance Sort by last modified time
    Searched refs:inuse (Results 1 - 25 of 41) 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);
680 int inuse),
683 int inuse));
686 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse);
688 int inuse, int isdir);
689 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse);
690 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
descriptors.h 73 bool inuse; member in struct:gold::Descriptors::Open_descriptor
descriptors.cc 98 gold_assert(!pod->inuse);
99 pod->inuse = true;
165 pod->inuse = true;
214 pod->inuse = false;
244 if (!pod->inuse && !pod->is_write)
279 if (pod->name != NULL && !pod->inuse && !pod->is_write)
  /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/curl/lib/
hostip.c 357 dns->inuse++; /* we use it! */
399 dns->inuse = 1; /* the cache has the first reference */
415 dns->inuse++; /* mark entry as in-use */
429 * The cache entry we return will get its 'inuse' counter increased when this
463 dns->inuse++; /* we use it! */
550 * The cache entry we return will get its 'inuse' counter increased when this
731 * File-internal: release cache dns entry reference, free if inuse drops to 0
736 DEBUGASSERT(dns && (dns->inuse>0));
738 dns->inuse--;
739 if(dns->inuse == 0)
    [all...]
hostip.h 71 long inuse; member in struct:Curl_dns_entry
conncache.c 362 fprintf(stderr, " [%p %d]", (void *)conn, conn->inuse);
url.c     [all...]
  /external/curl/tests/unit/
unit1305.c 132 data_node->inuse = 1; /* hash will hold the reference */
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/android-clat/
config.c 228 int inuse = connect(s, (struct sockaddr *) &sin, sizeof(sin)) == 0 && local
234 return !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/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 726 inuse=""
728 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'`
730 inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed 's/^.*\.//'`
732 inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\.//'`
775 if [ "X$inuse" = "X" ]; then
778 if echo "$inuse" | grep -w $try > /dev/null; then
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c 181 Bool* inuse; member in struct:__anon24767
194 h->inuse = LibVEX_Alloc_inline(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/v8/test/mjsunit/
unicode-test.js     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 682 int inuse; member in struct:omx_vdec::nativebuffer
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 676 int inuse; member in struct:omx_vdec::nativebuffer
    [all...]
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 824 int inuse; member in struct:omx_vdpp::nativebuffer
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 678 int inuse; member in struct:omx_vdec::nativebuffer
    [all...]
  /hardware/qcom/media/msmcobalt/videopp/inc/
omx_vdpp.h 824 int inuse; member in struct:omx_vdpp::nativebuffer

Completed in 1876 milliseconds

1 2