Searched refs:saves (Results 1 – 25 of 110) sorted by relevance
12345
/external/chromium_org/tools/gyp/test/mac/strip/subdirectory/ |
D | subdirectory.gyp | 14 'CHROMIUM_STRIP_SAVE_FILE': 'nested_strip.saves', 25 'CHROMIUM_STRIP_SAVE_FILE': 'nested_strip.saves',
|
/external/chromium_org/tools/gyp/test/mac/strip/ |
D | test.gyp | 17 # * non-global: Strips nonglobal symbols but saves external symbols. 18 # * debugging: Strips debugging symbols but saves local and global 115 'CHROMIUM_STRIP_SAVE_FILE': 'strip.saves',
|
/external/chromium_org/chrome/app/ |
D | app_asan.saves | 10 # in chrome/app/app.saves 12 # AddressSanitizer should correspond to build/asan.saves
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
D | code.c | 352 if(a->d.Accept.saves[i] != ~0u){ in Action_emit() 359 fprintf(o, "\tcase %u:", a->d.Accept.saves[i]); in Action_emit() 387 a->d.Accept.saves = s; in Action_new_Accept() 767 unsigned int *saves; in DFA_emit() local 795 saves = malloc(sizeof(unsigned int)*nRules); in DFA_emit() 796 memset(saves, ~0, (nRules)*sizeof(unsigned int)); in DFA_emit() 805 if(saves[s->rule->d.RuleOp.accept] == ~0u) in DFA_emit() 806 saves[s->rule->d.RuleOp.accept] = nSaves++; in DFA_emit() 807 Action_new_Save(s, saves[s->rule->d.RuleOp.accept]); in DFA_emit() 834 Action_new_Accept(accept, nRules, saves, rules); in DFA_emit() [all …]
|
D | dfa.h | 33 unsigned int *saves; member
|
/external/chromium_org/third_party/WebKit/Source/heap/asm/ |
D | SaveRegisters_x86.asm | 61 ;; Push all callee-saves registers to get them 83 ;; Push all callee-saves registers to get them 107 ;; Push all callee-saves registers to get them
|
/external/libpng/scripts/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
D | libpng.pc-configure.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/valgrind/main/gdbserver_tests/ |
D | mssnapshot.stderrB.exp | 19 and saves it in <filename>
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.td | 144 class CalleeSavedRegs<dag saves> { 145 dag SaveList = saves;
|
/external/harfbuzz_ng/ |
D | TODO | 50 - Add sanitize API (and a cached version, that saves result on blob user-data)
|
/external/llvm/docs/ |
D | Packaging.rst | 59 saves lots of binary size at the cost of some startup time.
|
/external/chromium_org/third_party/mesa/src/ |
D | SConstruct | 43 # XXX: This creates a many problems as it saves...
|
/external/mesa3d/ |
D | SConstruct | 43 # XXX: This creates a many problems as it saves...
|
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
D | ll.S | 52 # saves one instruction on any future load from memory
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
D | TODO | 38 instead. (This saves on output)
|
/external/linux-tools-perf/Documentation/ |
D | perf-record.txt | 136 Do not update the builid cache. This saves some overhead in situations
|
/external/chromium_org/media/base/simd/ |
D | linear_scale_yuv_to_rgb_mmx.inc | 101 mov Uq, U_PLANE ; PIC code saves U_PLANE on stack.
|
/external/yaffs2/yaffs2/ |
D | Kconfig | 79 required. This saves mount time, but makes the first look-up
|
/external/llvm/test/CodeGen/X86/ |
D | avx-load-store.ll | 79 ; It is faster to make two saves, if the data is already in XMM registers. For
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-26-Reoptimizer2.txt | 99 register saves which will be restored in epilogs.
|
/external/chromium_org/base/test/ |
D | test_support_ios.mm | 19 // InitIOSRunHook saves the TestSuite and argc/argv, then invoking
|
12345