Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 25 of 133) sorted by relevance

123456

/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-segnames.c124 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/
Dcount.c132 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/
DPart.java330 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/
Dq_tbf.c47 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()
Dtc_stab.c48 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()
Dm_police.c137 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()
Dq_cbq.c56 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()
Dq_htb.c110 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/
Dresize2fs.c317 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 …]
Donline.c63 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/
Dhtb.c273 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/
Dinitialize.c91 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/
Dtracepath6.c63 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()
Dtracepath.c51 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/
Dnanobench.cpp190 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/
DREADME.md18 * 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/
DREADME.MITS43 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/
Deblstrtab.c119 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/
Dssl_aead_ctx.c161 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/
Daead.c29 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()
Dtls_cbc.c79 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()
Dinternal.h77 uint8_t overhead; member
/external/libnl/include/netlink/route/sch/
Dhtb.h34 extern void rtnl_htb_set_overhead(struct rtnl_class *, uint8_t overhead);
/external/clang/docs/
DThreadSanitizer.rst9 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/
Dscript1 test_description="test bg overhead calculation"

123456