summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/BitField.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg/BaseLib: Add bit field population calculating methodsTomas Pilar (tpilar)2018-07-091-0/+86
* MdePkg: Clean up source filesLiming Gao2018-06-281-11/+11
* Correctly character in comments of BaseLib BitField.Liming Gao2013-07-221-8/+8
* Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAn...Liming Gao2013-07-221-5/+23
* Add ASSERT() for BitField operations to make sure the input value is valid. lgao42012-12-251-1/+37
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-4/+4
* 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
* Rename BaseLib internal functions by adding InternalBaseLib.lgao42009-07-231-12/+12
* Synchronize BaseLib h files to c files.gikidy2008-12-111-3/+3
* Make comments match the Spec.gikidy2008-12-051-12/+12
* Changing unsigned int into UINTN according to code review comments.vanjeff2008-09-241-14/+14
* clean up baselib according to review comments.vanjeff2008-09-241-24/+21
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* Code scrub:yshang12008-07-081-0/+3
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-121-2/+0
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-291-1/+1
* Import some basic libraries instances for Mde Packages. vanjeff2007-06-221-0/+872
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-867/+0
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-251-4/+18
* 1. added functions header for BaseUefiDecompressLivanjeff2006-07-191-5/+46
* 1. Fixed bug for WriteUnaligned24() in Unaligned.c of BaseLibvanjeff2006-06-201-20/+20
* Initial import.bbahnsen2006-04-211-0/+812