Home
last modified time | relevance | path

Searched refs:saves (Results 1 – 25 of 110) sorted by relevance

12345

/external/chromium_org/tools/gyp/test/mac/strip/subdirectory/
Dsubdirectory.gyp14 'CHROMIUM_STRIP_SAVE_FILE': 'nested_strip.saves',
25 'CHROMIUM_STRIP_SAVE_FILE': 'nested_strip.saves',
/external/chromium_org/tools/gyp/test/mac/strip/
Dtest.gyp17 # * 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/
Dapp_asan.saves10 # in chrome/app/app.saves
12 # AddressSanitizer should correspond to build/asan.saves
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Dcode.c352 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 …]
Ddfa.h33 unsigned int *saves; member
/external/chromium_org/third_party/WebKit/Source/heap/asm/
DSaveRegisters_x86.asm61 ;; 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/
Dlibpng.pc.in7 Description: Loads and saves PNG files
Dlibpng.pc-configure.in7 Description: Loads and saves PNG files
/external/llvm/lib/Target/X86/
DREADME-X86-64.txt59 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/
Dlibxt_RATEEST.man2 and saves the results for later evaluation using the \fBrateest\fP match.
/external/llvm/test/CodeGen/Thumb2/
D2011-04-21-FILoweringBug.ll4 ; and in the range of 0-1020. This saves code size by utilizing
/external/valgrind/main/gdbserver_tests/
Dmssnapshot.stderrB.exp19 and saves it in <filename>
/external/llvm/include/llvm/Target/
DTargetCallingConv.td144 class CalleeSavedRegs<dag saves> {
145 dag SaveList = saves;
/external/harfbuzz_ng/
DTODO50 - Add sanitize API (and a cached version, that saves result on blob user-data)
/external/llvm/docs/
DPackaging.rst59 saves lots of binary size at the cost of some startup time.
/external/chromium_org/third_party/mesa/src/
DSConstruct43 # XXX: This creates a many problems as it saves...
/external/mesa3d/
DSConstruct43 # XXX: This creates a many problems as it saves...
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
Dll.S52 # saves one instruction on any future load from memory
/external/libvpx/libvpx/examples/includes/geshi/docs/
DTODO38 instead. (This saves on output)
/external/linux-tools-perf/Documentation/
Dperf-record.txt136 Do not update the builid cache. This saves some overhead in situations
/external/chromium_org/media/base/simd/
Dlinear_scale_yuv_to_rgb_mmx.inc101 mov Uq, U_PLANE ; PIC code saves U_PLANE on stack.
/external/yaffs2/yaffs2/
DKconfig79 required. This saves mount time, but makes the first look-up
/external/llvm/test/CodeGen/X86/
Davx-load-store.ll79 ; It is faster to make two saves, if the data is already in XMM registers. For
/external/llvm/docs/HistoricalNotes/
D2003-06-26-Reoptimizer2.txt99 register saves which will be restored in epilogs.
/external/chromium_org/base/test/
Dtest_support_ios.mm19 // InitIOSRunHook saves the TestSuite and argc/argv, then invoking

12345