Home
last modified time | relevance | path

Searched refs:quantum (Results 1 – 13 of 13) sorted by relevance

/external/okhttp/src/main/java/libcore/io/
DBase64.java73 int quantum = 0; in decode() local
104 quantum = (quantum << 6) | (byte) bits; in decode()
107 out[outIndex++] = (byte) (quantum >> 16); in decode()
108 out[outIndex++] = (byte) (quantum >> 8); in decode()
109 out[outIndex++] = (byte) quantum; in decode()
115 quantum = quantum << (6 * pad); in decode()
117 out[outIndex++] = (byte) (quantum >> 16); in decode()
119 out[outIndex++] = (byte) (quantum >> 8); in decode()
/external/iproute2/examples/
Dcbqinit.eth143 $TC qdisc add dev $DEVICE parent 1:2 sfq quantum 1514b perturb 15
51 $TC qdisc add dev $DEVICE parent 1:3 sfq quantum 1514b perturb 15
59 $TC qdisc add dev $DEVICE parent 1:4 sfq quantum 1514b perturb 15
Dcbq.init-v0.7.3638 QUANTUM=${QUANTUM:+quantum $QUANTUM}
/external/iptables/extensions/
Dlibxt_hashlimit.man5 quantum per group" (see below for some examples).
11 Match if the rate is below or equal to \fIamount\fP/quantum. It is specified as
12 a number, with an optional time quantum suffix; the default is 3/hour.
15 Match if the rate is above \fIamount\fP/quantum.
/external/iproute2/tc/
Dq_sfq.c41 if (get_size(&opt.quantum, *argv)) { in sfq_parse_opt()
92 fprintf(f, "quantum %s ", sprint_size(qopt->quantum, b1)); in sfq_print_opt()
Dq_htb.c145 if (get_u32(&opt.quantum, *argv, 10)) { in htb_parse_class_opt()
264 fprintf(f, "quantum %d ", (int)hopt->quantum); in htb_print_opt()
/external/kernel-headers/original/linux/
Dpkt_sched.h166 unsigned quantum; /* Bytes per round allocated to flow */ member
276 __u32 quantum; member
/external/iproute2/include/linux/
Dpkt_sched.h158 unsigned quantum; /* Bytes per round allocated to flow */ member
260 __u32 quantum; member
/external/iproute2/testsuite/tests/
Dcls-testbed.t33 htb rate 100Mbit quantum 1514
/external/iproute2/doc/actions/
Difb-README100 qdisc sfq 30: dev ifb0 limit 128p quantum 1514b
104 qdisc sfq 10: dev ifb0 limit 128p quantum 1514b
/external/qemu-pc-bios/bochs/
Dconfig.h.in170 // Minimum and maximum values for SMP quantum variable. Defines
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en3667 http://contracts.corporate.findlaw.com/agreements/invision/quantum.mer.1997.09.html
19962 http://www.abc.net.au/quantum/stories/s112352.htm
59785 http://www.newscientist.com/channel/fundamentals/quantum-world
59786 http://www.newscientist.com/channel/fundamentals/quantum-world/
78914 http://www.vxm.com/Speed.quantum.html
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0643628 Limit number of AudioNode deletions per render quantum in AudioContext