Searched refs:reconstructed (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/main/none/tests/x86/ |
D | bt_literal.c | 14 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()
|
D | x86locked.c | 649 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/ |
D | amd64locked.c | 778 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/ |
D | HTMLConstructionSite.cpp | 450 RefPtr<Element> reconstructed = createHTMLElementFromSavedElement(unopenedEntry.element()); in reconstructTheActiveFormattingElements() local 451 m_openElements.push(attachToCurrent(reconstructed.release())); in reconstructTheActiveFormattingElements()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-12-06-MeetingSummary.txt | 26 reconstructed from SSA form in linear time, that it would be an
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.pod | 36 update) operations, the archive will be reconstructed in LLVM format. This
|
/external/jpeg/ |
D | usage.doc | 106 the reconstructed image: the higher the quality setting, the larger the JPEG
|
/external/qemu/distrib/jpeg-6b/ |
D | usage.doc | 106 the reconstructed image: the higher the quality setting, the larger the JPEG
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 11173 It's unused; the string representation is reconstructed from flags. 11239 It's unused; the string representation is reconstructed from flags.
|
D | ChangeLog-2009-06-16 | 23671 is that they can be reconstructed on demand, it became clear that we could
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 7851 re-entrant, causing the render tree to be reconstructed
|
D | ChangeLog-2005-08-23 | 49405 …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".
|
D | ChangeLog-2006-05-10 | 7035 why we'd want the fragment to be reconstructed on an Undo Paste.
|
D | ChangeLog | 24926 scanning point and lead to rescanning when the preload scanner would get reconstructed
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 17799 …(-[WebHTMLRepresentation HTMLString]): renamed from reconstructed source to be more analogous with…
|