/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-segnames.c | 124 overhead = refcount_size + slotsize_size, enumerator 148 aspacem_assert(ix >= overhead && ix <= segnames_used); in is_freeslot() 155 aspacem_assert(ix >= overhead && ix <= segnames_used); in put_slotindex() 157 aspacem_assert(slotindex >= overhead && slotindex <= segnames_used); in put_slotindex() 169 aspacem_assert(ix >= overhead && ix <= segnames_used); in get_slotindex() 187 aspacem_assert(ix >= overhead && ix <= segnames_used); in put_slotsize() 196 aspacem_assert(ix >= overhead && ix <= segnames_used); in get_slotsize() 209 aspacem_assert(ix >= overhead && ix <= segnames_used); in put_refcount() 219 aspacem_assert(ix >= overhead && ix <= segnames_used); in get_refcount() 231 aspacem_assert(ix >= overhead && ix <= segnames_used); in inc_refcount() [all …]
|
/external/strace/ |
D | count.c | 132 static struct timeval overhead = { -1, -1 }; variable 152 overhead.tv_sec = n / 1000000; in set_overhead() 153 overhead.tv_usec = n % 1000000; in set_overhead() 178 if (overhead.tv_sec == -1) { in call_summary_pers() 179 tv_mul(&overhead, &shortest, 8); in call_summary_pers() 180 tv_div(&overhead, &overhead, 10); in call_summary_pers() 186 tv_mul(&dtv, &overhead, counts[i].calls); in call_summary_pers()
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
D | Part.java | 330 ByteArrayOutputStream overhead = new ByteArrayOutputStream(); in length() local 331 sendStart(overhead); in length() 332 sendDispositionHeader(overhead); in length() 333 sendContentTypeHeader(overhead); in length() 334 sendTransferEncodingHeader(overhead); in length() 335 sendEndOfHeader(overhead); in length() 336 sendEnd(overhead); in length() 337 return overhead.size() + lengthOfData(); in length()
|
/external/iproute2/tc/ |
D | q_tbf.c | 47 unsigned short overhead=0; in tbf_parse_opt() local 136 if (overhead) { in tbf_parse_opt() 140 if (get_u16(&overhead, *argv, 10)) { in tbf_parse_opt() 191 opt.rate.overhead = overhead; in tbf_parse_opt() 200 opt.peakrate.overhead = overhead; in tbf_parse_opt() 274 if (qopt->rate.overhead) { in tbf_print_opt() 275 fprintf(f, "overhead %d", qopt->rate.overhead); in tbf_print_opt()
|
D | tc_stab.c | 48 s->overhead != 0; in check_size_table_opts() 83 if (s.overhead) in parse_size_table() 85 if (get_integer(&s.overhead, *argv, 10)) { in parse_size_table() 135 if (s.overhead) in print_size_table() 136 fprintf(fp, "overhead %d ", s.overhead); in print_size_table()
|
D | m_police.c | 137 unsigned short overhead=0; in act_parse_police() local 242 if (get_u16(&overhead, *argv, 10)) { in act_parse_police() 279 p.rate.overhead = overhead; in act_parse_police() 289 p.peakrate.overhead = overhead; in act_parse_police() 362 fprintf(f, "overhead %ub ", p->rate.overhead); in print_police()
|
D | q_cbq.c | 56 unsigned short overhead=0; in cbq_parse_opt() local 120 if (get_u16(&overhead, *argv, 10)) { in cbq_parse_opt() 153 r.overhead = overhead; in cbq_parse_opt() 195 unsigned short overhead=0; in cbq_parse_class_opt() local 337 if (get_u16(&overhead, *argv, 10)) { in cbq_parse_class_opt() 364 r.overhead = overhead; in cbq_parse_class_opt() 493 if (r->overhead) in cbq_print_opt() 494 fprintf(f, "overhead %ub ", r->overhead); in cbq_print_opt()
|
D | q_htb.c | 110 unsigned short overhead = 0; in htb_parse_class_opt() local 135 if (get_u16(&overhead, *argv, 10)) { in htb_parse_class_opt() 214 opt.ceil.overhead = overhead; in htb_parse_class_opt() 215 opt.rate.overhead = overhead; in htb_parse_class_opt()
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 317 blk64_t overhead = 0; in adjust_fs_info() local 345 overhead = (int) (2 + fs->inode_blocks_per_group); in adjust_fs_info() 348 overhead += 1 + fs->desc_blocks + in adjust_fs_info() 358 if ((fs->group_desc_count == 1) && rem && (rem < overhead)) in adjust_fs_info() 360 if ((fs->group_desc_count > 1) && rem && (rem < overhead+50)) { in adjust_fs_info() 2026 int overhead; in calc_group_overhead() local 2029 overhead = fs->inode_blocks_per_group + 2; in calc_group_overhead() 2034 overhead++; in calc_group_overhead() 2036 overhead += old_desc_blocks; in calc_group_overhead() 2038 overhead++; in calc_group_overhead() [all …]
|
D | online.c | 63 int fd, overhead; in online_resize_fs() local 231 overhead = (int) (2 + new_fs->inode_blocks_per_group); in online_resize_fs() 234 overhead += 1 + new_fs->desc_blocks + in online_resize_fs()
|
/external/libnl/lib/route/sch/ |
D | htb.c | 273 uint8_t overhead = 0, mpu = 0; in htb_class_get_opts() local 325 overhead = d->ch_overhead; in htb_class_get_opts() 330 opts.rate.mpu = mpu | (overhead << 8); in htb_class_get_opts() 331 opts.ceil.mpu = mpu | (overhead << 8); in htb_class_get_opts() 335 rtnl_tc_build_rate_table(rtable, mpu, overhead, in htb_class_get_opts() 340 rtnl_tc_build_rate_table(ctable, mpu, overhead, in htb_class_get_opts() 488 void rtnl_htb_set_overhead(struct rtnl_class *class, uint8_t overhead) in rtnl_htb_set_overhead() argument 494 d->ch_overhead = overhead; in rtnl_htb_set_overhead()
|
/external/e2fsprogs/lib/ext2fs/ |
D | initialize.c | 91 unsigned int overhead = 0; in ext2fs_initialize() local 378 overhead = (int) (3 + fs->inode_blocks_per_group + in ext2fs_initialize() 382 if (overhead > super->s_blocks_per_group) { in ext2fs_initialize() 394 overhead = (int) (2 + fs->inode_blocks_per_group); in ext2fs_initialize() 396 overhead += 1 + fs->desc_blocks + super->s_reserved_gdt_blocks; in ext2fs_initialize() 399 if ((fs->group_desc_count == 1) && rem && (rem < overhead)) { in ext2fs_initialize() 403 if (rem && (rem < overhead+50)) { in ext2fs_initialize()
|
/external/iputils/ |
D | tracepath6.c | 63 int overhead; variable 343 if (sendto(fd, pktbuf, mtu-overhead, 0, (struct sockaddr *)&target, targetlen) > 0) in probe_ttl() 473 overhead = 48; in main() 476 if (mtu <= overhead) in main() 507 overhead = 28; in main() 510 if (mtu <= overhead) in main() 586 overhead, INT_MAX); in main()
|
D | tracepath.c | 51 const int overhead = 28; variable 273 if (sendto(fd, pktbuf, mtu-overhead, 0, (struct sockaddr*)&target, sizeof(target)) > 0) in probe_ttl() 328 if ((mtu = atoi(optarg)) <= overhead) { in main() 330 overhead, INT_MAX); in main()
|
/external/skia/bench/ |
D | nanobench.cpp | 190 double overhead = 0; in estimate_timer_overhead() local 195 overhead += timer.fWall; in estimate_timer_overhead() 197 return overhead / FLAGS_overheadLoops; in estimate_timer_overhead() 255 static int cpu_bench(const double overhead, Target* target, Benchmark* bench, double* samples) { in cpu_bench() argument 260 while (bench_plus_overhead < overhead) { in cpu_bench() 263 bench->getUniqueName(), HUMANIZE(bench_plus_overhead), HUMANIZE(overhead)); in cpu_bench() 288 const double numer = overhead / FLAGS_overheadGoal - overhead; in cpu_bench() 289 const double denom = bench_plus_overhead - overhead; in cpu_bench() 890 const double overhead = estimate_timer_overhead(); in nanobench_main() local 891 SkDebugf("Timer overhead: %s\n", HUMANIZE(overhead)); in nanobench_main() [all …]
|
/external/nanohttpd/ |
D | README.md | 18 * Supports file upload (since version 1.2, 2010) with minimal memory overhead. 22 * Very low memory overhead when processing even the largest of requests. 37 * File server serves also very long files without memory overhead.
|
/external/mesa3d/docs/ |
D | README.MITS | 43 over two threads. There is a certain amount of overhead involved 45 to be done the extra overhead outweighs any speedup from using 66 overhead.
|
/external/elfutils/src/libebl/ |
D | eblstrtab.c | 119 size_t overhead = offsetof (struct memoryblock, memory); in morememory() local 120 len += overhead + MALLOC_OVERHEAD; in morememory() 132 st->left = len - overhead; in morememory()
|
/external/boringssl/src/ssl/ |
D | ssl_aead_ctx.c | 161 size_t overhead = SSL_AEAD_CTX_max_overhead(aead); in SSL_AEAD_CTX_open() local 162 if (in_len < overhead) { in SSL_AEAD_CTX_open() 167 plaintext_len = in_len - overhead; in SSL_AEAD_CTX_open()
|
/external/boringssl/src/crypto/cipher/ |
D | aead.c | 29 size_t EVP_AEAD_max_overhead(const EVP_AEAD *aead) { return aead->overhead; } in EVP_AEAD_max_overhead() 101 size_t possible_out_len = in_len + ctx->aead->overhead; in EVP_AEAD_CTX_seal()
|
D | tls_cbc.c | 79 const unsigned overhead = 1 /* padding length byte */ + mac_size; in EVP_tls_cbc_remove_padding() local 82 if (overhead > in_len) { in EVP_tls_cbc_remove_padding() 88 good = constant_time_ge(in_len, overhead + padding_length); in EVP_tls_cbc_remove_padding()
|
D | internal.h | 77 uint8_t overhead; member
|
/external/libnl/include/netlink/route/sch/ |
D | htb.h | 34 extern void rtnl_htb_set_overhead(struct rtnl_class *, uint8_t overhead);
|
/external/clang/docs/ |
D | ThreadSanitizer.rst | 9 ThreadSanitizer is about **5x-15x**. Typical memory overhead introduced by 113 settings the memory overhead is 5x plus 1Mb per each thread. Settings with 3x 114 (less accurate analysis) and 9x (more accurate analysis) overhead are also
|
/external/e2fsprogs/tests/m_mkfs_overhead/ |
D | script | 1 test_description="test bg overhead calculation"
|