HomeSort by relevance Sort by last modified time
    Searched full:live (Results 76 - 100 of 1611) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/audio/
noaudio.c 41 static int no_run_out (HWVoiceOut *hw, int live)
56 decr = audio_MIN (live, samples);
100 int live = audio_pcm_hw_get_live_in (hw); local
101 int dead = hw->samples - live;
coreaudio.c 169 int live; member in struct:coreAudioVoice
465 static int coreaudio_run_out (HWVoiceOut *hw, int live)
474 if (core->decr > live) {
475 ldebug ("core->decr %d live %d core->live %d\n",
477 live,
478 core->live);
481 decr = audio_MIN (core->decr, live);
484 core->live = live - decr
505 int rpos, live; local
    [all...]
esdaudio.c 73 int live; member in struct:__anon9513
134 if (esd->live > threshold) {
143 decr = to_mix = esd->live;
189 esd->live -= decr;
198 static int qesd_run_out (HWVoiceOut *hw, int live)
207 decr = audio_MIN (live, esd->decr);
209 esd->live = live - decr;
211 if (esd->live > 0) {
409 int live, incr, dead local
    [all...]
paaudio.c 46 int live; member in struct:__anon9520
107 if (pa->live > threshold) {
116 decr = to_mix = pa->live;
145 pa->live -= decr;
154 static int qpa_run_out (HWVoiceOut *hw, int live)
163 decr = audio_MIN (live, pa->decr);
165 pa->live = live - decr;
167 if (pa->live > 0) {
250 int live, incr, dead local
    [all...]
  /external/qemu/
migration-dummy-android.c 2 * QEMU live migration
  /external/valgrind/main/docs/internals/
m_syswrap.txt 12 and a great deal of commentary. The wrappers themselves live in
  /hardware/libhardware/modules/
README.android 22 live under hardware/modules/.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
README.txt 13 out to a separate plugin, but the formatter itself continues to live
  /external/bluetooth/glib/gio/tests/
Makefile.am 33 TEST_PROGS += live-g-file unix-streams desktop-app-info
60 live_g_file_SOURCES = live-g-file.c
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 1 //===-- LiveIntervalUnion.cpp - Live interval union data structure --------===//
10 // LiveIntervalUnion represents a coalesced set of live intervals. This may be
33 // Insert each of the virtual register's live segments into the map.
54 // Remove a live virtual register's segments from this union.
60 // Remove each of the virtual register's live segments from the map.
95 // Verify the live intervals in this union and add them to the visited set.
111 // query's live virtual register.
185 // VirtReg is likely live throughout the loop, so start by checking LIU-Loop
LiveVariables.cpp 1 //===-- LiveVariables.cpp - Live Variable Analysis for Machine Code -------===//
17 // This class computes live variables using are sparse implementation based on
18 // the machine code SSA form. This class computes live variable information for
20 // uses the dominance properties of SSA form to efficiently compute live
22 // live within a single basic block (allowing it to do a single local analysis
45 "Live Variable Analysis", false, false)
48 "Live Variable Analysis", false, false)
105 return; // We already know the block is live
138 // live range by updating the kill instruction.
172 // Update all dominating blocks to mark them as "known live"
    [all...]
RegAllocGreedy.cpp 50 STATISTIC(NumGlobalSplits, "Number of split global live ranges");
51 STATISTIC(NumLocalSplits, "Number of split local live ranges");
56 cl::desc("Spill mode for splitting live ranges"),
88 // Live ranges pass through a number of stages as we try to allocate them.
89 // Some of the stages may also create new live ranges:
98 // that are unlikely to give any results. It also guarantees that the live
102 /// Newly created live range that has never been queued.
108 /// Attempt live range splitting if assignment is impossible.
111 /// Attempt more aggressive live range splitting that is guaranteed to make
116 /// Live range will be spilled. No more splitting will be attempted
    [all...]
DeadMachineInstructionElim.cpp 91 // Treat reserved registers as always live.
101 // Start out assuming that reserved registers are live out of this block.
104 // Also add any explicit live-out physregs for this block.
113 // Add live-ins from sucessors to LivePhysRegs. Normally, physregs are not
114 // live across blocks, but some targets (x86) can have flags live out of a
170 // of a super-register may still be partially live after
PostRASchedulerList.cpp 134 /// or ~0u if the register is not live.
146 /// StartBlock - Initialize register live-range state for scheduling in
160 /// FinishBlock - Clean up register live-range state.
256 // Initialize register live-range state for scheduling in this block.
281 // Clean up register live-range state.
291 /// StartBlock - Initialize register live-range state for scheduling in
318 // When a live range is changed to use a different register, remove
321 // edges based on the next live range of the register.
349 /// FinishBlock - Clean up register live-range state.
359 /// StartBlockForKills - Initialize register live-range state for updating kill
    [all...]
  /external/llvm/test/ExecutionEngine/
2003-08-23-RegisterAllocatePhysReg.ll 5 ; of registers (due to too many overlapping live ranges), but then attempts to
11 ; Produce lots of overlapping live ranges
  /packages/wallpapers/LivePicker/res/values-nl/
strings.xml 23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Live achtergrond selecteren"</string>
24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Live achtergronden"</string>
  /external/llvm/docs/HistoricalNotes/
2003-06-26-Reoptimizer2.txt 19 The BinInterface tries to find live-outs for traces so that it can do
21 the original code. It has to preserve the live-ins and live-outs when
23 epilogues that copy live-outs back into the right registers, but
24 live-ins have to be in the right registers.)
98 2. Section 0 is the trace prolog, consisting mainly of live-ins and
  /libcore/luni/src/main/java/java/net/
DatagramSocketImpl.java 99 * Gets the time-to-live (TTL) for multicast packets sent on this socket.
101 * @return the time-to-live option as a byte value.
103 * if an error occurs while getting the time-to-live option
112 * Gets the time-to-live (TTL) for multicast packets sent on this socket.
116 * @return the time-to-live option as an integer value.
118 * if an error occurs while getting the time-to-live option
216 * Sets the time-to-live (TTL) option for multicast packets sent on this
220 * the time-to-live option value. Valid values are 0 &lt; ttl
228 * Sets the time-to-live (TTL) option for multicast packets sent on this
232 * the time-to-live option value. Valid values are 0 &lt; tt
    [all...]
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.h 49 // depending on the live resource load. Here's an example of cache growth over time,
53 // |----------| Live: +
127 // still live on if they are referenced by some Web page though.
139 pruneDeadResources(); // Prune dead first, in case it was "borrowing" capacity from live.
154 void adjustSize(bool live, int delta);
208 unsigned m_liveSize; // The number of bytes currently consumed by "live" resources in the cache.
216 // List just for live resources with decoded data. Access to this list is based off of painting the resource.
  /dalvik/vm/compiler/codegen/
RallocUtil.cpp 44 * live until it is either explicitly killed or reallocated.
65 regs[i].live = false;
77 p[i].reg, p[i].inUse, p[i].pair, p[i].partner, p[i].live,
112 if ((info1->live && info1->dirty) || (info2->live && info2->dirty)) {
127 if (info->live && info->dirty) {
142 if (p[i].live && p[i].dirty) {
149 p[i].live = false;
179 p[i].live = false;
203 if (!p[next].inUse && !p[next].live) {
    [all...]
  /external/llvm/test/CodeGen/X86/
coalescer-dce.ll 21 ; live-in at 240L
22 ; live-in at 416L
23 ; live-in at 320L
24 ; live-in at 304L
28 ; extend the live range of %vreg7 to end at 256d. When the joined copy is
  /external/valgrind/main/docs/html/
dh-manual.html 29 <dt><span class="sect2"><a href="dh-manual.html#id534558">10.2.1. Interpreting the max-live, tot-alloc and deaths fields</a></span></dt>
51 <li class="listitem"><p>maximum live volume (number of bytes and
91 <div class="sect2" title="10.2.1.?Interpreting the max-live, tot-alloc and deaths fields">
93 <a name="id534558"></a>10.2.1.?Interpreting the max-live, tot-alloc and deaths fields</h3></div></div></div>
101 max-live: 63,490 in 984 blocks
112 total. By looking at the max-live data, we see that not many blocks
113 were simultaneously live, though: at the peak, there were 63,490
139 max-live: 32,512 in 254 blocks
149 process-lifetime leak. Firstly, the max-live and tot-alloc numbers
165 max-live: 49,398 in 808 block
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 176 * The favorite is a live folder
178 * Note: live folders can no longer be added to Launcher, and any live folders which
222 * live folders to find the content provider.
228 * The display mode if the item is a live folder.
  /external/tcpdump/
setsignal.c 48 * "pcap_breakloop()" is called in a signal handler in a live capture,
49 * the read/recvfrom/whatever in the live capture doesn't get restarted,
51 * live capture loop.
  /external/webkit/Source/WebCore/svg/properties/
SVGPropertyTearOff.h 75 // Switch from a live value, to a non-live value.
104 // and we're guaranteed to live as long as SVGAnimatedProperty does.

Completed in 385 milliseconds

1 2 34 5 6 7 8 91011>>