/external/e2fsprogs/lib/ext2fs/ |
alloc_stats.c | 19 int inuse, int isdir) 30 if (inuse > 0) 34 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) - inuse); 36 ext2fs_bg_used_dirs_count_set(fs, group, ext2fs_bg_used_dirs_count(fs, group) + inuse); 38 /* 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...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue15277.go | 15 if delta := inuse() - start; delta < 9<<20 { 20 if delta := inuse() - start; delta > 1<<20 { 24 if delta := inuse() - start; delta < 9<<20 { 31 x := inuse() 35 func inuse() int64 { func
|
issue15281.go | 12 x := inuse() 19 x := inuse() 29 if delta := inuse() - start; delta < 9<<20 { 34 if delta := inuse() - start; delta > 1<<20 { 47 if delta := inuse() - start; delta < 9<<20 { 52 if delta := inuse() - start; delta > 1<<20 { 59 func inuse() int64 { func
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue15277.go | 15 if delta := inuse() - start; delta < 9<<20 { 20 if delta := inuse() - start; delta > 1<<20 { 24 if delta := inuse() - start; delta < 9<<20 { 31 x := inuse() 35 func inuse() int64 { func
|
issue15281.go | 12 x := inuse() 19 x := inuse() 29 if delta := inuse() - start; delta < 9<<20 { 34 if delta := inuse() - start; delta > 1<<20 { 47 if delta := inuse() - start; delta < 9<<20 { 52 if delta := inuse() - start; delta > 1<<20 { 59 func inuse() int64 { func
|
/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;
|
/prebuilts/go/darwin-x86/test/bench/garbage/ |
tree2.go | 62 inuse := memstats.Alloc 63 free := memstats.TotalAlloc - inuse 67 float64(inuse)/1048576)
|
/prebuilts/go/linux-x86/test/bench/garbage/ |
tree2.go | 62 inuse := memstats.Alloc 63 free := memstats.TotalAlloc - inuse 67 float64(inuse)/1048576)
|
/prebuilts/go/darwin-x86/src/runtime/ |
mfixalloc.go | 34 inuse uintptr // in-use bytes now 59 f.inuse = 0 73 f.inuse += f.size 90 f.inuse += f.size 95 f.inuse -= f.size
|
sigqueue_plan9.go | 15 inuse bool 76 if !sig.inuse { 116 if !sig.inuse { 120 sig.inuse = true // enable reception of signals; cannot disable
|
sigqueue.go | 43 inuse bool 56 if !sig.inuse || s >= uint32(32*len(sig.wanted)) || sig.wanted[s/32]&bit == 0 { 137 if !sig.inuse { 141 sig.inuse = true // enable reception of signals; cannot disable
|
stack_test.go | 65 inuse := int64(s1.StackInuse) - int64(s0.StackInuse) 66 t.Logf("Inuse %vMB for stack mem", inuse>>20) 67 if inuse > 4<<20 { 68 t.Fatalf("Stack inuse: want %v, got %v", 4<<20, inuse)
|
/prebuilts/go/linux-x86/src/runtime/ |
mfixalloc.go | 34 inuse uintptr // in-use bytes now 59 f.inuse = 0 73 f.inuse += f.size 90 f.inuse += f.size 95 f.inuse -= f.size
|
sigqueue_plan9.go | 15 inuse bool 76 if !sig.inuse { 116 if !sig.inuse { 120 sig.inuse = true // enable reception of signals; cannot disable
|
sigqueue.go | 43 inuse bool 56 if !sig.inuse || s >= uint32(32*len(sig.wanted)) || sig.wanted[s/32]&bit == 0 { 137 if !sig.inuse { 141 sig.inuse = true // enable reception of signals; cannot disable
|
/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
|
/external/curl/tests/unit/ |
unit1305.c | 132 data_node->inuse = 1; /* hash will hold the reference */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
bdist_msi.py | 498 inuse = PyDialog(db, "FilesInUse",
503 inuse.text("Title", 15, 6, 200, 15, 0x30003,
505 inuse.text("Description", 20, 23, 280, 20, 0x30003,
507 inuse.text("Text", 20, 55, 330, 50, 3,
509 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
511 c=inuse.back("Exit", "Ignore", name="Exit")
513 c=inuse.next("Ignore", "Retry", name="Ignore")
515 c=inuse.cancel("Retry", "Exit", name="Retry")
[all...] |
/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...] |