Searched refs:live (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/v8/src/
H A Dhydrogen-environment-liveness.cc48 HBasicBlock* block, BitVector* live) {
49 // When a value is live in successor A but dead in B, we must
55 if (live_in_successor->Equals(*live)) continue;
56 for (int i = 0; i < live->length(); ++i) {
57 if (!live->Contains(i)) continue;
85 BitVector* live) {
87 live->Clear();
89 live->Union(*live_at_block_start_[it.Current()->block_id()]);
96 BitVector* live) {
101 if (!live
47 ZapEnvironmentSlotsInSuccessors( HBasicBlock* block, BitVector* live) argument
83 UpdateLivenessAtBlockEnd( HBasicBlock* block, BitVector* live) argument
94 UpdateLivenessAtInstruction( HInstruction* instr, BitVector* live) argument
[all...]
H A Dhydrogen-environment-liveness.h15 // Trims live ranges of environment slots by doing explicit liveness analysis.
19 // live ranges of environment slots by zapping them with a constant after
31 void ZapEnvironmentSlotsInSuccessors(HBasicBlock* block, BitVector* live);
33 void UpdateLivenessAtBlockEnd(HBasicBlock* block, BitVector* live);
34 void UpdateLivenessAtInstruction(HInstruction* instr, BitVector* live);
57 // for which a new live range has started since (so they must not be zapped
58 // in that simulate when the end of another live range of theirs is found).
/external/clang/test/Sema/
H A Dwarn-unreachable.c6 int live();
30 switch (live()) {
36 live(), halt(),
40 live()
47 live(),
57 live(),
63 if (live())
65 live(),
74 live(),
97 live(),
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-unreachable.cpp4 int &live();
11 live();
13 live();
20 live();
22 live();
27 live();
32 live();
47 live(),
75 live(),
/external/clang/test/Preprocessor/
H A Dmacro_paste_msextensions.c12 #define comment /##/ dead tokens live here
/external/qemu/audio/
H A Daudio.c955 int live = hw->total_samples_captured - audio_pcm_hw_find_min_in (hw); local
956 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
957 dolog ("live=%d hw->samples=%d\n", live, hw->samples);
960 return live;
964 int live, int pending)
967 int len = audio_MIN (left, live);
991 int live = hw->total_samples_captured - sw->total_hw_samples_acquired; local
994 if (audio_bug (AUDIO_FUNC, live <
963 audio_pcm_hw_clip_out(HWVoiceOut *hw, void *pcm_buf, int live, int pending) argument
1011 int samples, live, ret = 0, swlim, isamp, osamp, rpos, total = 0; local
1092 int live = smin; local
1108 int hwsamples, samples, isamp, osamp, wpos, live, dead, left, swlim, blck; local
1394 int live; local
1417 int live, dead; local
1485 int live, free, nb_live, cleanup_required, prev_rpos; local
1620 int live, rpos, captured; local
[all...]
H A Dnoaudio.c41 static int no_run_out (HWVoiceOut *hw, int live) argument
56 decr = audio_MIN (live, samples);
100 int live = audio_pcm_hw_get_live_in (hw); local
101 int dead = hw->samples - live;
H A Dwinaudio.c254 winaudio_out_run (HWVoiceOut *hw, int live) argument
260 if (!live) {
269 while (live > 0) {
272 int wav_samples = audio_MIN(wav_bytes >> hw->info.shift, live);
273 int hw_samples = audio_MIN(hw->samples - hw->rpos, live);
283 //D("run_out: buffer:%d pos:%d size:%d wsamples:%d wbytes:%d live:%d rpos:%d hwsamples:%d\n", s->write_index,
284 // s->write_pos, s->write_size, wav_samples, wav_bytes, live, hw->rpos, hw->samples);
290 live -= wav_samples;
310 live = 0;
511 int live local
[all...]
H A Dcoreaudio.c169 int live; member in struct:coreAudioVoice
465 static int coreaudio_run_out (HWVoiceOut *hw, int live) argument
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
505 int rpos, live; local
610 coreaudio_run_in(HWVoiceIn *hw, int live) argument
[all...]
H A Desdaudio.c73 int live; member in struct:__anon29234
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) argument
207 decr = audio_MIN (live, esd->decr);
209 esd->live = live - decr;
211 if (esd->live > 0) {
409 int live, inc local
[all...]
H A Dpaaudio.c46 int live; member in struct:__anon29241
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) argument
163 decr = audio_MIN (live, pa->decr);
165 pa->live = live - decr;
167 if (pa->live > 0) {
250 int live, inc local
[all...]
H A Dwavaudio.c57 static int wav_out_run (HWVoiceOut *hw, int live) argument
76 decr = audio_MIN (live, samples);
354 int wpos, live, decr, samples; local
369 live = audio_pcm_hw_get_live_in (hw);
370 if (!live) {
376 decr = audio_MIN (live, samples);
H A Daudio_template.h418 int live = 0; local
447 live = sw->total_hw_samples_mixed;
450 dolog ("Replacing voice %s with %d live samples\n", SW_NAME (sw), live);
460 if (live) {
504 if (live) {
506 (live << old_sw->info.shift)
H A Dfmodaudio.c227 static int fmod_run_out (HWVoiceOut *hw, int live) argument
239 decr = live;
261 dolog ("decr=%d live=%d ppos=%d old_pos=%d len=%d\n",
262 decr, live, ppos, old_pos, len);
455 int live, dead, new_pos, len; local
461 live = audio_pcm_hw_get_live_in (hw);
462 dead = hw->samples - live;
H A Daudio_int.h160 int (*run_out) (HWVoiceOut *hw, int live);
227 int live, int pending);
H A Ddsoundaudio.c568 static int dsound_run_out (HWVoiceOut *hw, int live) argument
600 len = live << hwshift;
762 int live, len, dead; local
777 live = audio_pcm_hw_get_live_in (hw);
778 dead = hw->samples - live;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dchange_picture_options.css52 * .camera: camera (live or photo) is selected;
53 * .live: camera is in live mode (no photo taken yet/last photo removed).
79 .camera.live #user-image-preview-img {
96 .camera.live .user-image-stream-area {
138 .camera.live:not(.online) .user-image-stream-area .spinner {
167 .camera:not(.live):not(.animation) #flip-photo {
180 .camera:not(.live) #discard-photo {
186 .camera.live.online #take-photo {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBufferTest.cpp281 bool live = true; local
282 m_drawingBuffer->m_live = &live;
302 EXPECT_EQ(live, true);
306 EXPECT_EQ(live, true);
310 EXPECT_EQ(live, true);
314 EXPECT_EQ(live, false);
319 bool live = true; local
320 m_drawingBuffer->m_live = &live;
334 EXPECT_EQ(live, true);
337 EXPECT_EQ(live, tru
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h82 bool live; member in struct:HeapProfileTable::AllocInfo
134 // If "ptr" points to a recorded allocation and it's not marked as live
135 // mark it as live and return true. Else return false.
136 // All allocations start as non-live.
201 // Return a snapshot of every non-live, non-ignored object in *this.
203 // As a side-effect, clears the "live" bit on every live object in *this.
207 // Dump a list of allocations marked as "live" along with their creation
218 // "live" where created during step 2.
250 bool live() cons function in struct:HeapProfileTable::AllocValue
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h79 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...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_user_image.css64 * .camera: camera (live or photo) is selected;
65 * .live: camera is in live mode (no photo taken yet/last photo removed).
113 .camera.live #user-image-preview-img {
134 .camera.live .user-image-stream-area {
213 .camera:not(.live) #discard-photo {
219 .camera.live.online #take-photo {
254 .camera.live:not(.online) .user-image-stream-area .spinner {
H A Dscreen_supervised_user_creation.css420 .camera.live #supervised-user-creation-image-preview-img {
441 .camera.live .supervised-user-creation-image-stream-area {
518 .camera:not(.live) #supervised-user-creation-discard-photo {
524 .camera.live.online #supervised-user-creation-take-photo {
549 .camera.live:not(.online) .supervised-user-creation-image-stream-area .spinner {
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_android.cc512 std::string live = GetStringAttribute( local
514 if (live == "polite")
516 else if (live == "assertive")
625 base::string16 live; local
627 ui::AX_ATTR_CONTAINER_LIVE_STATUS, &live)) {
628 NotifyLiveRegionUpdate(live);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dlive_regions_deprecated.js6 * @fileoverview Keeps track of live regions on the page and speaks updates
26 * An array of all of the elements on the page that are live regions.
33 * each live region, represented as an array of NavDescriptions.
44 * Time in milliseconds after initial page load to ignore live region
55 * @param {number} queueMode Interrupt or flush. Polite live region
81 * Speak relevant changes to a live region.
83 * @param {Node} region The live region node that changed.
84 * @param {number} queueMode Interrupt or queue. Polite live region
140 // Create maps of values in the live region for fast hash lookup.
180 // Store the new value of the live regio
[all...]
/external/libpng/contrib/gregbook/
H A Dmakevms.com8 $! Set locations where zlib and libpng sources live.

Completed in 1813 milliseconds

123