HomeSort by relevance Sort by last modified time
    Searched full:overhead (Results 1 - 25 of 564) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/m_mkfs_overhead/
script 1 DESCRIPTION="test bg overhead calculation"
  /external/iproute2/tc/
tc_stab.c 34 " [ overhead BYTES ] [ linklayer TYPE ] ...\n"
38 " overhead : per-packet size overhead used in rate computations\n"
40 "Example: ... stab overhead 20 linklayer atm\n");
48 s->overhead != 0;
81 } else if (matches(*argv, "overhead") == 0) {
83 if (s.overhead)
84 duparg("overhead", *argv);
85 if (get_integer(&s.overhead, *argv, 10)) {
86 invarg("overhead", "invalid overhead")
    [all...]
q_tbf.c 30 fprintf(stderr, "[ overhead BYTES ] [ linklayer TYPE ]\n");
49 unsigned short overhead=0; local
136 } else if (matches(*argv, "overhead") == 0) {
138 if (overhead) {
139 fprintf(stderr, "Double \"overhead\" spec\n");
142 if (get_u16(&overhead, *argv, 10)) {
143 explain1("overhead"); return -1;
191 opt.rate.overhead = overhead;
200 opt.peakrate.overhead = overhead
    [all...]
q_htb.c 37 "... class add ... htb rate R1 [burst B1] [mpu B] [overhead O]\n"
43 " overhead per-packet size overhead used in rate computations\n"
112 unsigned short overhead = 0; local
135 } else if (matches(*argv, "overhead") == 0) {
137 if (get_u16(&overhead, *argv, 10)) {
138 explain1("overhead"); return -1;
216 opt.ceil.overhead = overhead;
217 opt.rate.overhead = overhead
    [all...]
q_cbq.c 35 fprintf(stderr, " [ overhead BYTES ] [ linklayer TYPE ]\n");
57 unsigned short overhead=0; local
119 } else if (matches(*argv, "overhead") == 0) {
121 if (get_u16(&overhead, *argv, 10)) {
122 explain1("overhead"); return -1;
154 r.overhead = overhead;
196 unsigned short overhead=0; local
336 } else if (matches(*argv, "overhead") == 0) {
338 if (get_u16(&overhead, *argv, 10))
    [all...]
m_police.c 38 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 %ub ", p->rate.overhead)
    [all...]
tc_core.c 71 * alignment overhead at the ATM layer. (SAR = Segmentation And
73 * an ADSL connection. Note that the extra ATM-AAL overhead is _not_
74 * included in this calculation. This overhead is added in the kernel
148 /* don't need data table in this case (only overhead set) */
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 341 // Use random fill (so it doesn't compress), subtract a little for gzip overhead
343 final int overhead = 64; local
348 addRandomEntry(dropbox, "DropBoxTest0", blockSize - overhead);
349 addRandomEntry(dropbox, "DropBoxTest0", blockSize - overhead);
351 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead);
352 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead);
353 addRandomEntry(dropbox, "DropBoxTest1", blockSize * 2 - overhead);
354 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead);
355 addRandomEntry(dropbox, "DropBoxTest1", blockSize * 20 - overhead);
357 addRandomEntry(dropbox, "DropBoxTest2", blockSize * 4 - overhead);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.c 34 some NuBus PowerMacs. If it is, we use UpTime() : Overhead = 2.1 ?sec.
36 back to that, accessing it directly from asm. Overhead = 1.3 ?sec.
38 fall back to that, access it from PowerPC asm. Overhead = 1.3 ?sec.
39 * We can also try Microseconds() which is emulated : Overhead = 36 ?sec.
57 overhead -- but it's simply necessary for accurate timing. You can drop
73 /* LMGetTicks() is not in Carbon and TickCount() has a fair bit of overhead,
211 /* If all else fails, suffer the mixed mode overhead */
253 /* If all else fails, suffer the mixed mode overhead */
290 /* If all else fails, suffer the mixed mode overhead */
  /external/e2fsprogs/lib/ext2fs/
initialize.c 101 unsigned int overhead = 0; local
309 overhead = (int) (3 + fs->inode_blocks_per_group +
313 if (overhead > super->s_blocks_per_group)
319 * it. We need to recalculate the overhead for the last block
323 overhead = (int) (2 + fs->inode_blocks_per_group);
325 overhead += 1 + fs->desc_blocks + super->s_reserved_gdt_blocks;
328 if ((fs->group_desc_count == 1) && rem && (rem < overhead))
330 if (rem && (rem < overhead+50)) {
  /external/webkit/WebCore/platform/network/cf/
ResourceResponse.h 58 // This is a rough estimate of resource overhead based on stats collected from the stress test.
62 256 * 2 // Overhead from ResourceRequest, doubled to account for WebCore copy and CF copy.
  /external/webkit/WebCore/platform/network/mac/
ResourceResponse.h 63 // This is a rough estimate of resource overhead based on stats collected from the stress test.
67 256 * 2 // Overhead from ResourceRequest, doubled to account for WebCore copy and CF copy.
  /bionic/libc/arch-x86/string/
bzero.S 18 * if the string is too short, it's really not worth the overhead
memset.S 20 * if the string is too short, it's really not worth the overhead
  /dalvik/vm/compiler/
CompilerUtility.h 22 /* Each arena page has some overhead, so take a few bytes off 8k */
  /external/grub/netboot/
timer.h 1 /* Defines for routines to implement a low-overhead timer for drivers */
timer.c 1 /* A couple of routines to implement a low-overhead timer for drivers */
39 * accuracy's sake we want to keep the overhead on the CTC speaker (channel 2)
  /external/kernel-headers/original/linux/
debug_locks.h 16 * other functions, but we dont want the function argument overhead
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.h 43 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
  /external/skia/bench/
TextBench.cpp 11 short -vs- long strings (measuring overhead)
12 tiny -vs- large pointsize (measure blit -vs- overhead)
  /frameworks/base/core/java/com/android/internal/http/multipart/
Part.java 330 ByteArrayOutputStream overhead = new ByteArrayOutputStream(); local
331 sendStart(overhead);
332 sendDispositionHeader(overhead);
333 sendContentTypeHeader(overhead);
334 sendTransferEncodingHeader(overhead);
335 sendEndOfHeader(overhead);
336 sendEnd(overhead);
337 return overhead.size() + lengthOfData();
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
wbuf.h 61 #define WSPI_PAD_BYTES 16 /* Add padding before data buffer for WSPI overhead */
107 * Add 16 bytes before the data buffer for WSPI overhead!
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
wbuf.h 61 #define WSPI_PAD_BYTES 16 /* Add padding before data buffer for WSPI overhead */
107 * Add 16 bytes before the data buffer for WSPI overhead!
  /external/chromium/third_party/icu/source/i18n/
uregexc.cpp 9 * dependency on codepage conversion, which reduces the overhead of
  /external/icu4c/i18n/
uregexc.cpp 9 * dependency on codepage conversion, which reduces the overhead of

Completed in 598 milliseconds

1 2 3 4 5 6 7 8 91011>>