Searched defs:overhead (Results 1 - 13 of 13) sorted by relevance

/external/e2fsprogs/resize/
H A Donline.c34 int fd, overhead; local
127 overhead = (int) (2 + new_fs->inode_blocks_per_group);
130 overhead += 1 + new_fs->desc_blocks +
H A Dresize2fs.c298 int overhead = 0; local
326 overhead = (int) (2 + fs->inode_blocks_per_group);
329 overhead += 1 + fs->desc_blocks +
339 if ((fs->group_desc_count == 1) && rem && (rem < overhead))
341 if (rem && (rem < overhead+50)) {
1895 int overhead = 0, num_of_superblocks = 0; local
1944 overhead = META_OVERHEAD(fs);
1947 overhead += SUPER_OVERHEAD(fs);
1956 overhead;
1958 data_blocks -= overhead;
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dinitialize.c101 unsigned int overhead = 0; local
322 overhead = (int) (3 + fs->inode_blocks_per_group +
326 if (overhead > super->s_blocks_per_group) {
334 * it. We need to recalculate the overhead for the last block
338 overhead = (int) (2 + fs->inode_blocks_per_group);
340 overhead += 1 + fs->desc_blocks + super->s_reserved_gdt_blocks;
343 if ((fs->group_desc_count == 1) && rem && (rem < overhead)) {
347 if (rem && (rem < overhead+50)) {
/external/iproute2/tc/
H A Dm_police.c38 fprintf(stderr, " [ peakrate BPS ] [ avrate BPS ] [ overhead BYTES ]\n");
137 unsigned short overhead=0; local
240 } else if (matches(*argv, "overhead") == 0) {
242 if (get_u16(&overhead, *argv, 10)) {
243 explain1("overhead"); return -1;
279 p.rate.overhead = overhead;
289 p.peakrate.overhead = overhead;
362 fprintf(f, "overhead
[all...]
H A Dq_htb.c37 "... class add ... htb rate R1 [burst B1] [mpu B] [overhead O]\n"
43 " overhead per-packet size overhead used in rate computations\n"
110 unsigned short overhead = 0; local
133 } else if (matches(*argv, "overhead") == 0) {
135 if (get_u16(&overhead, *argv, 10)) {
136 explain1("overhead"); return -1;
214 opt.ceil.overhead = overhead;
215 opt.rate.overhead
[all...]
H A Dq_tbf.c30 fprintf(stderr, "[ overhead BYTES ] [ linklayer TYPE ]\n");
47 unsigned short overhead=0; local
134 } else if (matches(*argv, "overhead") == 0) {
136 if (overhead) {
137 fprintf(stderr, "Double \"overhead\" spec\n");
140 if (get_u16(&overhead, *argv, 10)) {
141 explain1("overhead"); return -1;
191 opt.rate.overhead = overhead;
200 opt.peakrate.overhead
[all...]
H A Dq_cbq.c35 fprintf(stderr, " [ overhead BYTES ] [ linklayer TYPE ]\n");
56 unsigned short overhead=0; local
118 } else if (matches(*argv, "overhead") == 0) {
120 if (get_u16(&overhead, *argv, 10)) {
121 explain1("overhead"); return -1;
153 r.overhead = overhead;
195 unsigned short overhead=0; local
335 } else if (matches(*argv, "overhead") == 0) {
337 if (get_u16(&overhead, *arg
[all...]
/external/strace/
H A Dcount.c131 static struct timeval overhead = { -1, -1 }; variable in typeref:struct:timeval
153 overhead.tv_sec = n / 1000000;
154 overhead.tv_usec = n % 1000000;
175 if (overhead.tv_sec == -1)
177 tv_mul(&overhead, &shortest, 8);
178 tv_div(&overhead, &overhead, 10);
185 tv_mul(&dtv, &overhead, counts[i].calls);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c173 long overhead; member in struct:__anon7956
209 ALOGD( "%s:%s, bytes=%ld, lapse=%ld (%d.%02d kbps) (bus data rate %d.%02d kbps) overhead %d(%d percent)\n",
213 (int)(9 * (t->bytes + t->count * t->overhead) / t->lapse), (int)(900 * (t->bytes + t->count * t->overhead) / (t->lapse)) % 100,
214 (int)(t->count * t->overhead), (int)(t->count * t->overhead * 100 / t->bytes)
/external/libppp/src/
H A Dbundle.c1884 int sp, overhead, maxoverhead; local
1891 overhead = ccp_MTUOverhead(&dl->physical->link.ccp);
1892 if (maxoverhead < overhead)
1893 maxoverhead = overhead;
1913 overhead = ccp_MTUOverhead(&bundle->ncp.mp.link.ccp);
1914 if (maxoverhead < overhead)
1915 maxoverhead = overhead;
/external/iproute2/include/linux/
H A Dpkt_sched.h79 unsigned short overhead; member in struct:tc_ratespec
91 int overhead; member in struct:tc_sizespec
/external/kernel-headers/original/linux/
H A Dpkt_sched.h82 unsigned short overhead; member in struct:tc_ratespec
94 int overhead; member in struct:tc_sizespec
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 289 milliseconds