/external/llvm/test/Transforms/Inline/ |
inline_cleanup.ll | 166 ; return instruction due to merging the returns of the inlined function.
|
/external/llvm/test/Transforms/ObjCARC/ |
contract.ll | 114 ; Don't eliminate objc_retainAutoreleasedReturnValue by merging it into
|
/external/llvm/utils/ |
llvm-native-gcc | 238 llvm-native-gcc is pretty gross because it represents the blind merging of two
|
/external/qemu/distrib/jpeg-6b/ |
makljpeg.st | 17 .C[-M] ; and no string merging, folks
|
/external/skia/src/gpu/ |
GrStencil.cpp | 13 // Stencil Rules for Merging user stencil space into clip
|
/external/valgrind/main/docs/internals/ |
notes.txt | 72 * Check tests/filter_stderr_basic; I got confused whilst merging it
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageListUber.java | 262 * A merging slot is used to trace the current position of a sublist. For
|
/external/e2fsprogs/e2fsck/ |
crc32.c | 309 * So the standard trick is to rearrage merging in the next_input_bit() 311 * and merging in the final 32 zero bits to make room for the CRC can be 330 * order, we can actually do the merging 8 or more bits at a time rather
|
/external/oprofile/events/x86-64/family10/ |
unit_masks | 251 0x01 Merging low quadword move uops 252 0x02 Merging high quadword move uops 253 0x04 All other merging move uops
|
/external/proguard/src/proguard/optimize/ |
Optimizer.java | 49 private static final String CLASS_MERGING_VERTICAL = "class/merging/vertical"; 50 private static final String CLASS_MERGING_HORIZONTAL = "class/merging/horizontal"; 63 private static final String CODE_MERGING = "code/merging"; [all...] |
/external/chromium/chrome/browser/webdata/ |
web_database_migration_unittest.cc | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 162 // Assume that the code generator is capable of merging pairs of stores 167 // For example, merging 4 i8 stores into an i32 store is useful almost always. 168 // However, merging 2 32-bit stores isn't useful on a 32-bit architecture (the 183 // transformation. This encourages merging 4 x i8 -> i32 and 2 x i16 -> i32 232 /// new range for the specified store at the specified offset, merging into [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
ReplaceSelectionCommand.cpp | [all...] |
/external/valgrind/main/callgrind/ |
main.c | 202 are added to the end of the list, merging with the most recent 206 This merging is done so that for architectures which have 219 performance by inhibiting event-merging during flushing. 299 arbitrary. Larger numbers allow more event merging to occur, but 461 /* Why is this true? It's because we're merging an Ir 511 /* No merging possible; emit as-is. */ [all...] |
/external/valgrind/main/drd/docs/ |
drd-manual.xml | 439 <option><![CDATA[--segment-merging=<yes|no> [default: yes]]]></option> 443 Controls segment merging. Segment merging is an algorithm to 445 algorithm. Disabling segment merging may improve the accuracy 453 <option><![CDATA[--segment-merging-interval=<n> [default: 10]]]></option> 457 Perform segment merging only after the specified number of new [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | 191 * We use pessimistic sizes when merging dex files. If those sizes 604 * We should shrink the output by merging rather than unioning [all...] |
/packages/services/Telephony/src/com/android/phone/ |
BluetoothPhoneService.java | 619 // If the current state is reached after merging two calls 660 // If the current state is reached after merging two calls 664 // CALL_CONF state is not from merging two calls, but from [all...] |
/dalvik/docs/ |
verifier.html | 173 files combine multiple classfiles together, merging the field/method/class
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ExecutionStack.java | 264 * contexts, particularly when merging two instances. As such, it places
|
LocalVariableList.java | 65 * Returns an instance which is the result of merging the two
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ClassInfo.java | 328 /*System.out.println("merging into " + getName() + ": fields=" +
|
/external/bison/m4/ |
getopt.m4 | 77 dnl Merging these three different test programs into a single one
|
/external/bison/src/ |
gram.h | 73 RULES[R].merger -- index of merging function for R (for GLR
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
slice_group.js | 240 // We traverse the two groups simultaneously, merging as we go. At each
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_mac_internal.h | 146 // username_value, and are thus suitable for merging (see MergePasswordForms).
|