summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/BitField.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki1-108/+107
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-07-09MdePkg/BaseLib: Add bit field population calculating methodsTomas Pilar (tpilar)1-0/+86
2018-06-28MdePkg: Clean up source filesLiming Gao1-11/+11
2013-07-22Correctly character in comments of BaseLib BitField.Liming Gao1-8/+8
2013-07-22Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAn...Liming Gao1-5/+23
2012-12-25Add ASSERT() for BitField operations to make sure the input value is valid. lgao41-1/+37
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-4/+4
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-10/+10
2010-04-23Update the copyright notice formathhtian1-2/+2
2009-07-23Rename BaseLib internal functions by adding InternalBaseLib.lgao41-12/+12
2008-12-11Synchronize BaseLib h files to c files.gikidy1-3/+3
2008-12-05Make comments match the Spec.gikidy1-12/+12
2008-09-24Changing unsigned int into UINTN according to code review comments.vanjeff1-14/+14
2008-09-24clean up baselib according to review comments.vanjeff1-24/+21
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff1-3/+1
2008-07-08Code scrub:yshang11-0/+3
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH1-2/+0
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH1-1/+1
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff1-0/+872
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch1-867/+0
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli241-4/+18
2006-07-191. added functions header for BaseUefiDecompressLivanjeff1-5/+46
2006-06-201. Fixed bug for WriteUnaligned24() in Unaligned.c of BaseLibvanjeff1-20/+20
2006-04-21Initial import.bbahnsen1-0/+812