Home
last modified time | relevance | path

Searched refs:reconstructed (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/main/none/tests/x86/
Dbt_literal.c14 UInt reconstructed, mashed; in mash_reg_L() local
46 : "=r" (reconstructed), "=r" (mashed) in mash_reg_L()
49 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); in mash_reg_L()
57 UInt reconstructed, mashed; in mash_mem_L() local
89 : "=r" (reconstructed), "=r" (mashed) in mash_mem_L()
92 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); in mash_mem_L()
99 UInt reconstructed, mashed; in mash_reg_W() local
131 : "=r" (reconstructed), "=r" (mashed) in mash_reg_W()
134 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); in mash_reg_W()
Dx86locked.c649 UInt reconstructed, mashed; in mash_mem_L() local
681 : "=r" (reconstructed), "=r" (mashed) in mash_mem_L()
684 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); in mash_mem_L()
689 UInt reconstructed, mashed; in mash_mem_W() local
721 : "=r" (reconstructed), "=r" (mashed) in mash_mem_W()
724 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); in mash_mem_W()
/external/valgrind/main/none/tests/amd64/
Damd64locked.c778 ULong reconstructed, mashed; in mash_mem_Q() local
809 : "=r" (reconstructed), "=r" (mashed) in mash_mem_Q()
812 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); in mash_mem_Q()
817 ULong reconstructed; UInt mashed; in mash_mem_L() local
848 : "=r" (reconstructed), "=r" (mashed) in mash_mem_L()
851 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); in mash_mem_L()
856 ULong reconstructed, mashed; in mash_mem_W() local
887 : "=r" (reconstructed), "=r" (mashed) in mash_mem_W()
890 return (mashed & 0xF) | ((reconstructed & 0xF) << 4); in mash_mem_W()
/external/webkit/Source/WebCore/html/parser/
DHTMLConstructionSite.cpp450 RefPtr<Element> reconstructed = createHTMLElementFromSavedElement(unopenedEntry.element()); in reconstructTheActiveFormattingElements() local
451 m_openElements.push(attachToCurrent(reconstructed.release())); in reconstructTheActiveFormattingElements()
/external/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt26 reconstructed from SSA form in linear time, that it would be an
/external/llvm/docs/CommandGuide/
Dllvm-ar.pod36 update) operations, the archive will be reconstructed in LLVM format. This
/external/jpeg/
Dusage.doc106 the reconstructed image: the higher the quality setting, the larger the JPEG
/external/qemu/distrib/jpeg-6b/
Dusage.doc106 the reconstructed image: the higher the quality setting, the larger the JPEG
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2411173 It's unused; the string representation is reconstructed from flags.
11239 It's unused; the string representation is reconstructed from flags.
DChangeLog-2009-06-1623671 is that they can be reconstructed on demand, it became clear that we could
/external/webkit/Source/WebCore/
DChangeLog-2002-12-037851 re-entrant, causing the render tree to be reconstructed
DChangeLog-2005-08-2349405 …Fixed some spacing issues in reconstructed source and web archives that were caused by a malformed…
49816 Fixed a few problems I found with reconstructed source while on my way to implementing "Mail Page".
DChangeLog-2006-05-107035 why we'd want the fragment to be reconstructed on an Undo Paste.
DChangeLog24926 scanning point and lead to rescanning when the preload scanner would get reconstructed
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0917799 …(-[WebHTMLRepresentation HTMLString]): renamed from reconstructed source to be more analogous with…