HomeSort by relevance Sort by last modified time
    Searched full:quantum (Results 51 - 75 of 93) sorted by null

1 23 4

  /prebuilts/ndk/8/platforms/android-9/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
  /external/webkit/Source/WebCore/webaudio/
AudioContext.h 118 // Called at the start of each render quantum.
121 // Called at the end of each render quantum.
124 // Called periodically at the end of each render quantum to dereference finished source nodes.
127 // We reap all marked nodes at the end of each realtime render quantum in deleteMarkedNodes().
AudioNodeOutput.cpp 59 // If we're in the audio thread then we can take care of it right away (we should be at the very start or end of a rendering quantum).
122 // Causes our AudioNode to process if it hasn't already for this render quantum.
125 // In this case pull() is called multiple times per rendering quantum, and the processIfNecessary() call below will
OfflineAudioDestinationNode.h 62 // Temporary AudioBus for each render quantum.
AudioNode.h 119 // This method ensures that the AudioNode will only process once per rendering time quantum even if it's called repeatedly.
141 // Each rendering quantum, the audio data for each of the AudioNode's inputs will be available after this method is called.
AudioNodeInput.h 67 // bus() contains the rendered audio after pull() has been called for each time quantum.
72 // This must be called when we own the context's graph lock in the audio thread at the very start or end of the render quantum.
OfflineAudioDestinationNode.cpp 130 // Render one render quantum.
AudioContext.cpp 162 // Each time provideInput() is called, a portion of the audio stream is rendered. Let's call this time period a "render quantum".
456 // At the beginning of every render quantum, try to update the internal rendering graph state (from main thread changes).
537 // Don't delete too many nodes per render quantum since we don't want to do too much work in the realtime audio thread.
AudioNode.cpp 153 // Ensure that we only process once per rendering quantum.
268 // Mark for deletion at end of each render quantum or when context shuts down.
  /external/iproute2/include/linux/
pkt_sched.h 158 unsigned quantum; /* Bytes per round allocated to flow */ member in struct:tc_sfq_qopt
260 __u32 quantum; member in struct:tc_htb_opt
266 __u32 rate2quantum; /* bps->quantum divisor */
  /external/kernel-headers/original/linux/
pkt_sched.h 166 unsigned quantum; /* Bytes per round allocated to flow */ member in struct:tc_sfq_qopt
276 __u32 quantum; member in struct:tc_htb_opt
283 __u32 rate2quantum; /* bps->quantum divisor */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_sched.h 144 unsigned quantum; /* Bytes per round allocated to flow */ member in struct:tc_sfq_qopt
249 __u32 quantum; member in struct:tc_htb_opt
256 __u32 rate2quantum; /* bps->quantum divisor */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 144 unsigned quantum; /* Bytes per round allocated to flow */ member in struct:tc_sfq_qopt
249 __u32 quantum; member in struct:tc_htb_opt
256 __u32 rate2quantum; /* bps->quantum divisor */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 144 unsigned quantum; /* Bytes per round allocated to flow */ member in struct:tc_sfq_qopt
249 __u32 quantum; member in struct:tc_htb_opt
256 __u32 rate2quantum; /* bps->quantum divisor */
  /external/iproute2/testsuite/tests/
cls-testbed.t 33 htb rate 100Mbit quantum 1514
  /external/openssh/openbsd-compat/
base64.c 110 at the end of the data being encoded. A full encoding quantum is
120 (1) the final quantum of encoding input is an integral
124 (2) the final quantum of encoding input is exactly 8 bits;
127 (3) the final quantum of encoding input is exactly 16 bits;
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 69 // Alignment quantum for inexact repeating alarms
70 private static final long QUANTUM = AlarmManager.INTERVAL_FIFTEEN_MINUTES;
206 if (interval % QUANTUM != 0) {
207 if (localLOGV) Slog.v(TAG, "Interval " + interval + " not a quantum multiple");
219 // Slip forward to the next ELAPSED-timebase quantum after the stated time. If
220 // we're *at* a quantum point, leave it alone.
222 long offset = (triggerAtTime - skew) % QUANTUM;
224 adjustedTriggerTime = triggerAtTime - offset + QUANTUM;
229 // Set the alarm based on the quantum-aligned start time
    [all...]
  /bionic/libc/netbsd/net/
base64.c 114 at the end of the data being encoded. A full encoding quantum is
124 (1) the final quantum of encoding input is an integral
128 (2) the final quantum of encoding input is exactly 8 bits;
131 (3) the final quantum of encoding input is exactly 16 bits;
  /dalvik/tests/050-sync-test/src/
Main.java 105 /* burn CPU; adjust end value so we exceed scheduler quantum */
  /external/kernel-headers/original/asm-arm/
thread_info.h 130 * TIF_USEDFPU - FPU was used by this task this quantum (SMP)
  /external/kernel-headers/original/asm-mips/
thread_info.h 118 #define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */
  /external/quake/quake/src/WinQuake/
3dfx.txt 30 - Quantum 3D Obsidian
  /external/iproute2/doc/actions/
ifb-README 100 qdisc sfq 30: dev ifb0 limit 128p quantum 1514b
104 qdisc sfq 10: dev ifb0 limit 128p quantum 1514b
  /external/iproute2/examples/
cbq.init-v0.7.3 327 # QUANTUM=<bytes> optional, default not set
502 CBQ_WORDS="$CBQ_WORDS|LIMIT|PEAK|MTU|QUANTUM|PERTURB"
616 PEAK=""; PERTURB=10; QUANTUM=""
638 QUANTUM=${QUANTUM:+quantum $QUANTUM}
782 $PERTURB $QUANTUM
    [all...]
  /external/kernel-headers/original/asm-x86/
thread_info_32.h 173 #define TS_USEDFPU 0x0001 /* FPU was used by this task this quantum (SMP) */

Completed in 588 milliseconds

1 23 4