summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/CheckSum.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Clean up source filesLiming Gao2018-06-281-5/+5
* MdePkg BaseLib: Add new API CalculateCrc32()Liming Gao2017-10-101-0/+295
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-241-10/+10
* Update the copyright notice formathhtian2010-04-231-2/+2
* Synchronize BaseLib h files to c files.gikidy2008-12-111-16/+16
* Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o...gikidy2008-11-251-53/+53
* Use #include "XXX.h" for module internal header files.qhuang82008-10-311-1/+1
* Clean up code according to code review.vanjeff2008-09-251-10/+8
* Update BaseLib according to code review comments.xli242008-09-241-21/+21
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* Function description in baselib.h is not clear. change it to comply with Doxg...eric_tian2008-09-091-17/+16
* Fix the issues about the loop count for checksum 16,32,64. The input paramete...qhuang82008-02-011-5/+9
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-121-2/+0
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-291-1/+2
* Import some basic libraries instances for Mde Packages. vanjeff2007-06-221-0/+339
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-334/+0
* Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli242007-02-121-2/+2
* 1) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang122007-02-121-0/+334