Searched refs:quantum (Results 1 – 13 of 13) sorted by relevance
73 int quantum = 0; in decode() local104 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()
43 $TC qdisc add dev $DEVICE parent 1:2 sfq quantum 1514b perturb 1551 $TC qdisc add dev $DEVICE parent 1:3 sfq quantum 1514b perturb 1559 $TC qdisc add dev $DEVICE parent 1:4 sfq quantum 1514b perturb 15
638 QUANTUM=${QUANTUM:+quantum $QUANTUM}
5 quantum per group" (see below for some examples).11 Match if the rate is below or equal to \fIamount\fP/quantum. It is specified as12 a number, with an optional time quantum suffix; the default is 3/hour.15 Match if the rate is above \fIamount\fP/quantum.
41 if (get_size(&opt.quantum, *argv)) { in sfq_parse_opt()92 fprintf(f, "quantum %s ", sprint_size(qopt->quantum, b1)); in sfq_print_opt()
145 if (get_u32(&opt.quantum, *argv, 10)) { in htb_parse_class_opt()264 fprintf(f, "quantum %d ", (int)hopt->quantum); in htb_print_opt()
166 unsigned quantum; /* Bytes per round allocated to flow */ member276 __u32 quantum; member
158 unsigned quantum; /* Bytes per round allocated to flow */ member260 __u32 quantum; member
33 htb rate 100Mbit quantum 1514
100 qdisc sfq 30: dev ifb0 limit 128p quantum 1514b 104 qdisc sfq 10: dev ifb0 limit 128p quantum 1514b
170 // Minimum and maximum values for SMP quantum variable. Defines
3667 http://contracts.corporate.findlaw.com/agreements/invision/quantum.mer.1997.09.html19962 http://www.abc.net.au/quantum/stories/s112352.htm59785 http://www.newscientist.com/channel/fundamentals/quantum-world59786 http://www.newscientist.com/channel/fundamentals/quantum-world/78914 http://www.vxm.com/Speed.quantum.html
43628 Limit number of AudioNode deletions per render quantum in AudioContext