HomeSort by relevance Sort by last modified time
    Searched defs:live (Results 1 - 21 of 21) sorted by null

  /dalvik/vm/alloc/
HeapBitmap.cpp 186 unsigned long *live = liveHb->bits; local
189 unsigned long garbage = live[i] & ~mark[i];
  /external/qemu/audio/
audio_template.h 418 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)
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;
paaudio.c 46 int live; member in struct:__anon13137
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...]
wavaudio.c 58 static int wav_out_run (HWVoiceOut *hw, int live)
77 decr = audio_MIN (live, samples);
348 int wpos, live, decr, samples; local
363 live = audio_pcm_hw_get_live_in (hw);
364 if (!live) {
370 decr = audio_MIN (live, samples);
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...]
dsoundaudio.c 568 static int dsound_run_out (HWVoiceOut *hw, int live)
600 len = live << hwshift;
762 int live, len, dead; local
777 live = audio_pcm_hw_get_live_in (hw);
778 dead = hw->samples - live;
esdaudio.c 73 int live; member in struct:__anon13130
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...]
fmodaudio.c 227 static int fmod_run_out (HWVoiceOut *hw, int live)
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;
winaudio.c 254 winaudio_out_run (HWVoiceOut *hw, int live)
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 = hw->samples - hw->total_samples_captured; local
    [all...]
ossaudio.c 424 static int oss_run_out (HWVoiceOut *hw, int live)
445 decr = audio_MIN (bytes >> hw->info.shift, live);
471 decr = audio_MIN (abinfo.bytes >> hw->info.shift, live);
744 int live = audio_pcm_hw_get_live_in (hw); local
745 int dead = hw->samples - live;
alsaaudio.c 845 static int alsa_run_out (HWVoiceOut *hw, int live)
857 decr = audio_MIN (live, avail);
1052 int live = audio_pcm_hw_get_live_in (hw); local
1053 int dead = hw->samples - live;
    [all...]
audio.c 955 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 < 0 || live > hw->samples))
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...]
  /dalvik/libdex/
DexDebugInfo.cpp 117 bool live; member in struct:LocalInfo
123 if (localCb != NULL && localInReg[reg].live) {
170 localInReg[argReg].live = true;
207 localInReg[reg].live = true;
248 localInReg[reg].live = true;
259 localInReg[reg].live = false;
276 * If the register is live, the "restart" is superfluous,
279 if (!localInReg[reg].live) {
281 localInReg[reg].live = true;
  /external/v8/src/
lithium-allocator.cc 212 // We cannot spill a live range that has a use requiring a register
306 // Partition original use intervals to the two live ranges.
334 // Partition original use positions to the two live ranges.
343 // to the use that no longer belongs to this live range.
347 // Link the new live range in the chain before any of the other
360 // This implements an ordering on live ranges so that they are ordered by their
362 // allocation algorithm. If two live ranges start at the same offset then there
380 LAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, start.Value());
391 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n",
416 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n"
1232 BitVector* live = live_in_sets_[block->block_id()]; local
1254 BitVector* live = ComputeLiveOut(block); local
    [all...]
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 136 bool live; // Is there an associated SSA name? member in struct:RegisterInfo
137 bool dirty; // If live, is it dirty?
138 int sReg; // Name of live value
  /external/clang/lib/CodeGen/
CGExpr.cpp 2623 const Expr *live = expr->getTrueExpr(), *dead = expr->getFalseExpr(); local
    [all...]
CGExprScalar.cpp 2972 Expr *live = lhsExpr, *dead = rhsExpr; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 107 bool live; // Is there an associated SSA name? member in struct:RegisterInfo
108 bool dirty; // If live, is it dirty?
109 int sReg; // Name of live value
    [all...]
  /external/kernel-headers/original/linux/
sched.h 381 atomic_t live; member in struct:signal_struct
429 * Live threads maintain their own counters and add to these
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 691 milliseconds