/external/okhttp/src/main/java/libcore/io/ |
Base64.java | 72 // holds the value of the input quantum 73 int quantum = 0; local 103 // append the value to the quantum 104 quantum = (quantum << 6) | (byte) bits; 107 out[outIndex++] = (byte) (quantum >> 16); 108 out[outIndex++] = (byte) (quantum >> 8); 109 out[outIndex++] = (byte) quantum; 114 // adjust the quantum value according to the padding 115 quantum = quantum << (6 * pad) [all...] |
/libcore/luni/src/main/java/libcore/io/ |
Base64.java | 72 // holds the value of the input quantum 73 int quantum = 0; local 103 // append the value to the quantum 104 quantum = (quantum << 6) | (byte) bits; 107 out[outIndex++] = (byte) (quantum >> 16); 108 out[outIndex++] = (byte) (quantum >> 8); 109 out[outIndex++] = (byte) quantum; 114 // adjust the quantum value according to the padding 115 quantum = quantum << (6*pad) [all...] |
/external/iproute2/tc/ |
q_sfq.c | 28 fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n"); 39 if (strcmp(*argv, "quantum") == 0) { 41 if (get_size(&opt.quantum, *argv)) { 92 fprintf(f, "quantum %s ", sprint_size(qopt->quantum, b1));
|
q_drr.c | 33 fprintf(stderr, "Usage: ... drr quantum SIZE\n"); 63 if (strcmp(*argv, "quantum") == 0) { 66 fprintf(stderr, "Illegal \"quantum\"\n"); 96 fprintf(f, "quantum %s ",
|
q_htb.c | 39 " [ceil R2] [cburst B2] [mtu MTU] [quantum Q]\n" 49 " quantum how much bytes to serve from leaf at once {use r2q}\n" 143 } else if (matches(*argv, "quantum") == 0) { 145 if (get_u32(&opt.quantum, *argv, 10)) { 146 explain1("quantum"); return -1; 264 fprintf(f, "quantum %d ", (int)hopt->quantum);
|
/external/iproute2/man/man8/ |
tc-drr.8 | 6 .B [ quantum 23 .B quantum. 29 .B quantum 35 quantum 41 To attach to device eth0, using the interface MTU as its quantum:
|
tc-sfq.8 | 7 .B quantum 62 quantum
|
/external/iproute2/examples/ |
cbqinit.eth1 | 40 # Attach "sfq" qdisc to this class, quantum is MTU, perturb 43 $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
|
/external/iptables/extensions/ |
libxt_hashlimit.man | 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 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/webkit/Source/WebCore/webaudio/ |
AudioNodeOutput.h | 51 // Causes our AudioNode to process if it hasn't already for this render quantum. 56 // bus() will contain the rendered audio after pull() is called for each rendering time quantum. 66 // Unlike fanOutCount() it will not change during the course of a render quantum. 82 // updateRenderingState() is called in the audio thread at the start or end of the render quantum to handle any recent changes to the graph state. 104 // updateNumberOfChannels() is called in the audio thread at the start or end of the render quantum to pick up channel changes. 128 // This value should only be changed at the very start or end of the rendering quantum.
|
AudioDestinationNode.cpp | 62 // Let the context take care of any business at the start of each render quantum. 76 // Let the context take care of any business at the end of each render quantum.
|
/development/ndk/platforms/android-3/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/ |
pkt_sched.h | 98 unsigned quantum; member in struct:tc_sfq_qopt 188 __u32 quantum; member in struct:tc_htb_opt
|