HomeSort by relevance Sort by last modified time
    Searched full:live (Results 151 - 175 of 2712) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/audio/
esdaudio.c 73 int live; member in struct:__anon26589
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:__anon26596
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/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.
  /libcore/luni/src/test/java/libcore/java/lang/ref/
FinalizeTest.java 60 // Dance around a bit to discourage dx from realizing that 'result' is no longer live.
63 fail("finalizer called early"); // ...because 'result' is still live until we return.
66 // the caller accidentally keeping it live.
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 71 // Don't delete live physreg defs, or any reserved register defs.
99 // Start out assuming that reserved registers are live out of this block.
102 // Add live-ins from sucessors to LivePhysRegs. Normally, physregs are not
103 // live across blocks, but some targets (x86) can have flags live out of a
158 // of a super-register may still be partially live after
RegAllocGreedy.cpp 49 STATISTIC(NumGlobalSplits, "Number of split global live ranges");
50 STATISTIC(NumLocalSplits, "Number of split local live ranges");
55 cl::desc("Spill mode for splitting live ranges"),
87 // Live ranges pass through a number of stages as we try to allocate them.
88 // Some of the stages may also create new live ranges:
97 // that are unlikely to give any results. It also guarantees that the live
101 /// Newly created live range that has never been queued.
107 /// Attempt live range splitting if assignment is impossible.
110 /// Attempt more aggressive live range splitting that is guaranteed to make
115 /// Live range will be spilled. No more splitting will be attempted
    [all...]
RegisterCoalescer.cpp 120 /// joinAllIntervals - join compatible live intervals
451 // The live range might not exist after fun with physreg coalescing.
468 // Make sure that the end of the live range is inside the same block as
476 // live-range starts. If there are no intervening live ranges between them in
499 // merge, unset the isKill marker given the live range has been extended.
506 // register before the merge, find the last use and trim the live range. That
590 assert(AValNo && "COPY source not live");
715 // Extend BValNo by merging in IntA live ranges of AValNo. Val# definition
748 assert(ValNo && "CopyMI input register not live");
    [all...]
  /art/runtime/gc/collector/
sticky_mark_sweep.cc 39 // and live bitmap is that marking the objects will place them in the live bitmap.
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_RETURN.S 9 stmfd sp!, {r0-r2,lr} @ preserve live registers
14 ldmfd sp!, {r0-r2,lr} @ restore live registers
  /external/blktrace/doc/
btrace.8 5 btrace \- perform live tracing for block devices
15 The \fIbtrace\fR script provides a quick and easy way to do live tracing of
  /external/chromium/base/i18n/
char_iterator.h 32 // Requires |str| to live as long as the UTF8CharIterator does.
78 // Requires |str| to live as long as the UTF16CharIterator does.
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.h 25 // As DevToolsNetLogObserver shares live data with objects that live on the
  /external/chromium/chrome/browser/sync/notifier/
invalidation_notifier.h 32 // This class must live on the IO thread.
87 // Our observers (which must live on the same thread).
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_dependency_manager.h 27 // Adds/Removes a component from our list of live components. Removing will
28 // also remove live dependency links.
  /external/chromium_org/content/public/android/java/resource_map/org/chromium/content/
R.java 10 * in webview. In a normal Chrome build, content resources live in a res folder
12 * build time based on these resources. In webview, resources live in the
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_resource_creation.h 18 // backends that live in content/renderer/pepper.
22 // This is a bit confusing. The "old-style" resources live in
pepper_plugin_registry.h 20 // is a list of all live modules (some of which may be out-of-process and hence
60 // A list of non-owning pointers to all currently-live plugin modules. This
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.h 47 // The caller must ensure that the underlying MemTable remains live
48 // while the returned iterator is live. The keys returned by this
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
register_allocate.h 53 * and compute live ranges and ra_node_interfere() between conflicting
54 * live ranges.
  /external/mesa3d/src/mesa/program/
register_allocate.h 53 * and compute live ranges and ra_node_interfere() between conflicting
54 * live ranges.
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperChange.java 57 // live wallpaper.
87 Log.w(TAG, "Not a live wallpaper: " + comp);
  /external/valgrind/main/exp-dhat/docs/
dh-manual.xml 32 <listitem><para>maximum live volume (number of bytes and
92 <title>Interpreting the max-live, tot-alloc and deaths fields</title>
101 max-live: 63,490 in 984 blocks
113 total. By looking at the max-live data, we see that not many blocks
114 were simultaneously live, though: at the peak, there were 63,490
144 max-live: 32,512 in 254 blocks
155 process-lifetime leak. Firstly, the max-live and tot-alloc numbers
176 max-live: 49,398 in 808 blocks
215 max-live: 180,224 in 22 blocks
242 max-live: 54 in 3 block
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 58 /* Records information on virtual register live ranges. Computed once
62 /* Becomes live for the first time after this insn ... */
75 /* Records information on real-register live ranges. Computed once
80 /* Becomes live after this insn ... */
112 Unavail, /* in a real-reg live range */
219 /* Double the size of the real-reg live-range array, if needed. */
361 /* We keep two copies of the real-reg live range info, one sorted
406 /* The live range numbers are signed shorts, and so limiting the
482 /* --------- Stage 1: compute vreg live ranges. --------- */
483 /* --------- Stage 2: compute rreg live ranges. --------- *
    [all...]
  /packages/apps/Email/res/xml/
providers.xml 179 <provider id="live1" label="Windows Live Hotmail Plus" domain="live.*">
183 <provider id="live2" label="Windows Live Hotmail Plus" domain="live.*.*">
187 <provider id="live3" label="Windows Live Hotmail Plus" domain="*.live.*">
191 <provider id="hotmail1" label="Windows Live Hotmail Plus" domain="hotmail.*">
195 <provider id="hotmail2" label="Windows Live Hotmail Plus" domain="hotmail.*.*">
199 <provider id="hotmail3" label="Windows Live Hotmail Plus" domain="livemail.*">
203 <provider id="hotmail4" label="Windows Live Hotmail Plus" domain="livemail.*.*"
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 79 bool live; member in struct:HeapProfileTable::AllocInfo
131 // If "ptr" points to a recorded allocation and it's not marked as live
132 // mark it as live and return true. Else return false.
133 // All allocations start as non-live.
184 // Return a snapshot of every non-live, non-ignored object in *this.
186 // As a side-effect, clears the "live" bit on every live object in *this.
224 bool live() const { return bucket_rep & kLive; } function in struct:HeapProfileTable::AllocValue
298 info.live = v->live();
    [all...]

Completed in 527 milliseconds

1 2 3 4 5 67 8 91011>>