summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseMemoryLibOptPei/ScanMem8Wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Apply uncrustify changesMichael Kubacki2021-12-071-2/+2
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-5/+5
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-8/+8
* Update the copyright notice formathhtian2010-04-231-2/+2
* 1. fix the wrong description, change "target the buffer" to "the target buffer"eric_tian2009-12-071-3/+4
* Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib...mdkinney2009-12-051-1/+37
* clean up all of eight BaseMemoryLib instances in MdePkg with the following up...qhuang82009-08-111-2/+2
* Synchronize function comment in MdePkg\Library\BaseMemoryLib.h,CacheMaintenan...gikidy2008-11-251-12/+10
* 1. Change 0 == Length style to Length == 0lgao42008-09-181-2/+4
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* Correct the wrong '?' character to '-', and add check DestinationBuffer == So...lgao42008-09-081-1/+1
* Code scrub:yshang12008-07-081-1/+1
* Add BaseMemoryLib optimized for PEImdkinney2007-10-061-0/+64