/external/valgrind/gdbserver_tests/ |
D | mssnapshot.stderrB.exp | 21 and saves it in <filename> 24 saves all snapshot(s) taken so far in <filename>
|
/external/libpng/scripts/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/external/libpng/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/external/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 59 The idea is that it saves callers from having to remember this value, 146 1. First movq should be movl; saves a byte. 147 2. Both andq's should be andl; saves another two bytes. I think this was 149 3. shrq should be shrl; saves another byte.
|
/external/iptables/extensions/ |
D | libxt_RATEEST.man | 2 and saves the results for later evaluation using the \fBrateest\fP match.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2011-04-21-FILoweringBug.ll | 4 ; and in the range of 0-1020. This saves code size by utilizing
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fixed-point-scalar-cvt-dagcombine.ll | 4 ; extract_vector_elt of a conversion, which saves a round trip of copies
|
/external/harfbuzz_ng/ |
D | TODO | 34 - Add sanitize API (and a cached version, that saves result on blob user-data)
|
/external/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | load-store-q.ll | 8 ; callee-saves.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | complexityMeasures.m | 8 cout=' > st.txt'; %saves to matlab variable 'st'
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1125 const RegList saves = FLAG_enable_embedded_constant_pool in AssemblePrologue() local 1128 if (saves != 0) { in AssemblePrologue() 1130 __ stm(db_w, sp, saves); in AssemblePrologue() 1132 base::bits::CountPopulation32(saves)); in AssemblePrologue() 1142 const RegList saves = FLAG_enable_embedded_constant_pool in AssembleReturn() local 1145 if (saves != 0) { in AssembleReturn() 1146 __ ldm(ia_w, sp, saves); in AssembleReturn()
|
/external/llvm/test/CodeGen/Mips/ |
D | no-odd-spreg-msa.ll | 86 ; allocator will choose $f13/$w13 for the vector since that saves on moves. 114 ; allocator will choose $f13/$w13 for the vector since that saves on moves.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/ |
D | README | 20 ftrandom saves the erroneous font and continues. If the tester exits
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.td | 169 class CalleeSavedRegs<dag saves> { 170 dag SaveList = saves;
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1607 const RegList saves = in AssemblePrologue() local 1611 if (saves != 0) { in AssemblePrologue() 1612 __ MultiPush(saves); in AssemblePrologue() 1616 DCHECK(num_saves == base::bits::CountPopulation32(saves)); in AssemblePrologue() 1627 const RegList saves = in AssembleReturn() local 1631 if (saves != 0) { in AssembleReturn() 1632 __ MultiPop(saves); in AssembleReturn()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1490 const RegList saves = descriptor->CalleeSavedRegisters(); in AssemblePrologue() local 1491 if (saves != 0) { in AssemblePrologue() 1493 __ MultiPush(saves); in AssemblePrologue() 1496 int count = base::bits::CountPopulation32(saves); in AssemblePrologue() 1508 const RegList saves = descriptor->CalleeSavedRegisters(); in AssembleReturn() local 1509 if (saves != 0) { in AssembleReturn() 1510 __ MultiPop(saves); in AssembleReturn()
|
/external/llvm/docs/ |
D | Packaging.rst | 59 saves lots of binary size at the cost of some startup time.
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1408 CPURegList saves = CPURegList(CPURegister::kRegister, kXRegSizeInBits, in AssemblePrologue() local 1410 saved_count = saves.Count(); in AssemblePrologue() 1412 __ PushCPURegList(saves); in AssemblePrologue() 1422 CPURegList saves = CPURegList(CPURegister::kRegister, kXRegSizeInBits, in AssembleReturn() local 1424 if (saves.Count() != 0) { in AssembleReturn() 1425 __ PopCPURegList(saves); in AssembleReturn()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1449 const RegList saves = descriptor->CalleeSavedRegisters(); in AssemblePrologue() local 1454 if (saves != 0) { // Save callee-saved registers. in AssemblePrologue() 1458 if (!((1 << i) & saves)) continue; in AssemblePrologue() 1470 const RegList saves = descriptor->CalleeSavedRegisters(); in AssembleReturn() local 1472 if (saves != 0) { in AssembleReturn() 1474 if (!((1 << i) & saves)) continue; in AssembleReturn()
|
/external/mesa3d/ |
D | SConstruct | 43 # XXX: This creates a many problems as it saves...
|
/external/autotest/server/site_tests/cellular_StaleModemReboot/ |
D | control | 26 command on the DUT and strips the state from its output. The test saves the
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1727 const RegList saves = descriptor->CalleeSavedRegisters(); in AssemblePrologue() local 1728 if (saves != 0) { in AssemblePrologue() 1730 __ MultiPush(saves); in AssemblePrologue() 1733 int count = base::bits::CountPopulation32(saves); in AssemblePrologue() 1744 const RegList saves = descriptor->CalleeSavedRegisters(); in AssembleReturn() local 1745 if (saves != 0) { in AssembleReturn() 1746 __ MultiPop(saves); in AssembleReturn()
|
/external/llvm/test/CodeGen/X86/ |
D | seh-catch-all-win32.ll | 3 ; 32-bit catch-all has to use a filter function because that's how it saves the
|
D | seh-stack-realign.ll | 3 ; 32-bit catch-all has to use a filter function because that's how it saves the
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | table_API_readme.txt | 72 # it: it will cause a circular reference (ttFont saves
|