/external/llvm/test/Transforms/NaryReassociate/NVPTX/ |
nary-gep.ll | 64 ; assume(j >= 0); 66 ; assume(i + j >= 0); 75 ; assume(j >= 0) 77 call void @llvm.assume(i1 %cmp) 80 call void @llvm.assume(i1 %cmp2) 143 declare void @llvm.assume(i1)
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
dct.cpp | 117 /* assume FAST MULTIPLY */ 132 /* assume FAST MULTIPLY */ 212 /* assume FAST MULTIPLY */ 227 /* assume FAST MULTIPLY */ 344 /* assume FAST MULTIPLY */ 356 /* assume FAST MULTIPLY */ 426 /* assume FAST MULTIPLY */ 438 /* assume FAST MULTIPLY */ 549 /* assume FAST MULTIPLY */ 557 /* assume FAST MULTIPLY * [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
SortableType.java | 85 max = 1; // unknown, so assume it's a root. 96 max = Math.max(max, 1); // unknown, so assume it's a root.
|
/external/bison/lib/ |
mbswidth.h | 40 character. Otherwise, assume invalid characters have width 1. */ 44 Otherwise, assume unprintable characters have width 0 if they are
|
/external/bison/m4/ |
malloc.m4 | 35 # If we don't know, assume the worst. 86 dnl some systems go to their knees when you do that. So assume that
|
memchr.m4 | 16 dnl These days, we assume memchr is present. But if support for old 30 # Assume that memchr works on platforms that lack mprotect.
|
stat.m4 | 32 # Assume that if we have lstat, we can also check symlinks. 53 # If we don't know, assume the worst.
|
strerror.m4 | 29 # If we don't know, assume the worst. 83 # If we don't know, assume the worst.
|
warn-on-use.m4 | 21 # It is generally safe to assume declarations for functions declared 30 dnl FIXME: gl_Symbol must be used unquoted until we can assume
|
/external/clang/test/Analysis/inlining/ |
inline-defensive-checks.c | 115 void idcZero(int assume) { 116 if (assume)
|
/external/icu/icu4c/source/i18n/ |
nfrlist.h | 30 // unsafe class for internal use only. assume memory allocations succeed, indexes are valid. 66 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success
|
quant.h | 63 * @param incremental if TRUE, then assume further characters may 65 * assume the text as given is complete.
|
unesctrn.h | 98 * @param incremental if true, assume more text may be coming after 99 * pos.contextLimit. Otherwise, assume the text is complete.
|
/external/libxml2/include/ |
win32config.h | 48 by MS and we can assume that their functions know more about their 118 /* Some third-party libraries far from our control assume the following
|
/external/libxml2/win32/VC10/ |
config.h | 47 by MS and we can assume that their functions know more about their 115 /* Some third-party libraries far from our control assume the following
|
/external/llvm/test/Transforms/InstSimplify/ |
add-mask.ll | 31 declare void @llvm.assume(i1) 40 call void @llvm.assume(i1 %b.cnd)
|
/external/llvm/test/Transforms/LoopUnroll/ |
ephemeral.ll | 31 call void @llvm.assume(i1 %ca) 43 declare void @llvm.assume(i1) nounwind
|
/external/proguard/src/proguard/ |
AssumeNoSideEffectsChecker.java | 28 * This class checks if the user is specifying to assume no side effects 48 * Checks if the given class specifications try to assume no side effects
|
/libcore/libart/src/main/java/java/lang/ |
VMClassLoader.java | 47 // We assume all entries are zip or jar files. 63 * We assume that the bootclasspath can't change once the VM has started.
|
/toolchain/binutils/binutils-2.25/gas/ |
flonum-copy.c | 39 /* Assume no GAPS in packing of littlenums. 63 /* Assume out_length >= 0 ! */
|
/build/tools/ijar/ |
README.txt | 101 We assume that jar files are uncompressed v1.0 zip files (created 104 We assume that javap/javac don't need the correct CRC checksums in 107 We assume that it's better simply to abort in the face of unknown 115 because we can assume the compiler is deterministic and the order in
|
/cts/tests/tests/jni/src/android/jni/cts/ |
ClassLoaderHelper.java | 21 // Note: To not hava a dependency on other classes, assume that if we do initialize then
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
TransparentSecretKey.java | 23 * are: (1) to help test that classes under test don't assume that all transparent secret keys are
|
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
SampleSpellCheckerService.java | 67 // length <= 3 for short words that we assume are in the fake dictionary 68 // length > 20 for too long words that we assume can't be recognized (such as CJK words) 122 // length <= 3 for short words that we assume are in the fake dictionary 123 // length > 20 for too long words that we assume can't be recognized
|
/external/autotest/client/site_tests/hardware_RamFio/ |
hardware_RamFio.py | 26 # assume 20% overhead with ramfs
|