HomeSort by relevance Sort by last modified time
    Searched full:dead (Results 501 - 525 of 1683) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 159 // We might have a dead and dangling constant hanging off of here.
  /external/llvm/test/CodeGen/ARM/
domain-conv-vmovs.ll 110 ; because it's dead.
  /external/llvm/test/CodeGen/X86/
coalescer-dce.ll 19 ; Remat: %vreg10<def> = MOV64r0 %vreg10<imp-def>, %EFLAGS<imp-def,dead>, %vreg10<imp-def>; GR64:%vreg10
  /external/llvm/test/DebugInfo/
2010-06-29-InlinedFnLocalVar.ll 2 ; Check struct X for dead variable xyz from inlined function foo.
  /external/llvm/test/Transforms/IndVarSimplify/
exit_value_tests.ll 3 ; of the loop with a closed-form computation, making the loop dead.
  /external/llvm/test/Transforms/Inline/
alloca-bonus.ll 137 ; the flag is set appropriately, the poisoning instruction is inside of dead
noinline-recursive-fn.ll 77 ; recursive path dead code can actually be inlined.
  /external/llvm/test/Transforms/StripSymbols/
strip-dead-debug-info.ll 1 ; RUN: opt -strip-dead-debug-info -verify %s -S | FileCheck %s
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_remove_constants.c 90 /* Pass 2: If there is relative addressing or dead constant elimination
  /external/mesa3d/src/glsl/
opt_constant_variable.cpp 30 * The goal here is to trigger further constant folding and then dead
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass1.c 111 /* Step two: Basically this is dead code elimination.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractContainerBox.java 152 LOG.warning("Something's wrong with the sizes. There are dead bytes in a container box.");
  /external/netperf/
netcpu_procstat.c 220 *very* effective, causing the looper process to stop dead in its
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 12 * considered dead or stuck.
  /external/proguard/docs/
main.html 42 <li>Listing dead code, so it can be removed from the source code.</li>
  /external/qemu/audio/
dsoundaudio.c 762 int live, len, dead; local
778 dead = hw->samples - live;
779 if (!dead) {
812 len = audio_MIN (len, dead);
  /external/qemu/hw/android/goldfish/
battery.c 263 value = "Dead";
  /external/qemu/tcg/
README 118 information is used to suppress moves from a dead variable to
120 dead results. The later is especially useful for condition code
294 force dead code elimination.
537 prove that a given global is "dead" at a given program point. The
  /external/qemu/ui/
vnc_keysym.h 289 /* dead keys */
  /external/strace/test/
threaded_execve.c 122 case 0: syscall_exit(42); /* leader is dead */
  /external/valgrind/main/coregrind/
pub_core_syswrap.h 61 // Wait until all other threads are dead
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 108 // First mark thread dead
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 89 Log.e(TAG, "Unable to get window because the remote process is dead");
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 175 Log.e(TAG, "NFC service dead", e);
  /frameworks/base/core/java/com/android/internal/app/
IntentForwarderActivity.java 97 Slog.e(TAG, "PackageManagerService is dead?");

Completed in 1024 milliseconds

<<21222324252627282930>>