/external/e2fsprogs/config/ |
install-sh | 200 # don't allow the sed command to completely eliminate the filename
|
/external/libvpx/examples/includes/geshi/geshi/ |
html4strict.php | 29 * * Eliminate empty tags that aren't allowed in HTML4 strict
|
/external/llvm/lib/Target/CellSPU/ |
SPURegisterInfo.h | 69 //! Eliminate the call frame setup pseudo-instructions
|
/external/llvm/lib/Target/Sparc/ |
FPMover.cpp | 96 MBB.erase(MI); // Eliminate the noop copy.
|
/external/llvm/test/Analysis/ScalarEvolution/ |
max-trip-count.ll | 3 ; ScalarEvolution should be able to understand the loop and eliminate the casts.
|
/external/llvm/test/CodeGen/ARM/ |
code-placement.ll | 32 ; Optimize loop entry, eliminate intra loop branches
|
/external/llvm/test/CodeGen/X86/ |
optimize-max-1.ll | 3 ; LSR should be able to eliminate both smax and umax expressions
|
optimize-max-3.ll | 4 ; LSR's OptimizeMax should eliminate the select (max).
|
subreg-to-reg-4.ll | 10 ; Utilize implicit zero-extension on x86-64 to eliminate explicit
|
/external/llvm/test/Transforms/InstCombine/ |
trunc.ll | 4 ; Instcombine should be able to eliminate all of these ext casts.
|
/external/llvm/test/Transforms/ObjCARC/ |
contract.ll | 113 ; Don't eliminate objc_retainAutoreleasedReturnValue by merging it into
|
/external/llvm/test/Transforms/TailCallElim/ |
reorder_load.ll | 5 ; then eliminate the tail recursion.
|
/external/qemu/slirp/ |
mbuf.c | 202 * XXX This is a kludge, I should eliminate the need for it
|
/external/qemu/slirp-android/ |
mbuf.c | 202 * XXX This is a kludge, I should eliminate the need for it
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_voice_gain_gnu.s | 149 ADD gain, gain, gainIncrement @ gain step to eliminate zipper noise
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_voice_gain_gnu.s | 149 ADD gain, gain, gainIncrement @ gain step to eliminate zipper noise
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSArray.h | 42 void* m_allocBase; // Pointer to base address returned by malloc(). Keeping this pointer does eliminate false positives from the leak detector.
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
StringHash.h | 168 // To use a hash value as a key for a hash table, we need to eliminate the
|
/external/webkit/Source/WebCore/platform/mac/ |
CookieJar.mm | 50 // we can eliminate the instancesRespondToSelector: check.
|
/external/yaffs2/yaffs2/ |
Kconfig | 100 slightly more RAM but are faster since they eliminate chunk group
|
/frameworks/av/include/media/ |
mediarecorder.h | 180 // we use to eliminate the recording sound.
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
relative.jd | 29 because it can eliminate nested view groups and keep your layout hierarchy flat, which improves
|
/ndk/sources/host-tools/sed-4.2.1/ |
basicdefs.h | 136 eliminate the && through constant folding."
|
/sdk/ide_common/src/com/android/ide/common/resources/configuration/ |
FolderConfiguration.java | 695 // 1: eliminate resources that contradict the reference configuration 698 // 4: eliminate resources that don't use this qualifier. 704 // 1: eliminate resources that contradict 721 // 2. Loop on the qualifiers, and eliminate matches
|
/external/llvm/lib/Transforms/Scalar/ |
TailRecursionElimination.cpp | 1 //===- TailRecursionElimination.cpp - Eliminate Tail Calls ----------------===// 140 // sized allocation, we cannot tail call eliminate calls marked 'tail' 415 // If we are introducing accumulator recursion to eliminate operations after 446 return false; // Otherwise, we cannot eliminate the tail recursion! 523 // If we are introducing an accumulator variable to eliminate the recursion,
|