]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
authormyronporter <myronporter@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 24 Jun 2010 00:20:35 +0000 (00:20 +0000)
committermyronporter <myronporter@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 24 Jun 2010 00:20:35 +0000 (00:20 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10596 6f19259b-4bc3-4df7-8a09-765794883524

55 files changed:
MdePkg/Library/BaseLib/ARShiftU64.c
MdePkg/Library/BaseLib/BaseLib.inf
MdePkg/Library/BaseLib/BaseLibInternals.h
MdePkg/Library/BaseLib/BitField.c
MdePkg/Library/BaseLib/CheckSum.c
MdePkg/Library/BaseLib/ChkStkGcc.c
MdePkg/Library/BaseLib/Cpu.c
MdePkg/Library/BaseLib/CpuDeadLoop.c
MdePkg/Library/BaseLib/DivS64x64Remainder.c
MdePkg/Library/BaseLib/DivU64x32.c
MdePkg/Library/BaseLib/DivU64x32Remainder.c
MdePkg/Library/BaseLib/DivU64x64Remainder.c
MdePkg/Library/BaseLib/GetPowerOfTwo32.c
MdePkg/Library/BaseLib/GetPowerOfTwo64.c
MdePkg/Library/BaseLib/HighBitSet32.c
MdePkg/Library/BaseLib/HighBitSet64.c
MdePkg/Library/BaseLib/LRotU32.c
MdePkg/Library/BaseLib/LRotU64.c
MdePkg/Library/BaseLib/LShiftU64.c
MdePkg/Library/BaseLib/LinkedList.c
MdePkg/Library/BaseLib/LongJump.c
MdePkg/Library/BaseLib/LowBitSet32.c
MdePkg/Library/BaseLib/LowBitSet64.c
MdePkg/Library/BaseLib/Math64.c
MdePkg/Library/BaseLib/ModU64x32.c
MdePkg/Library/BaseLib/MultS64x64.c
MdePkg/Library/BaseLib/MultU64x32.c
MdePkg/Library/BaseLib/MultU64x64.c
MdePkg/Library/BaseLib/RRotU32.c
MdePkg/Library/BaseLib/RRotU64.c
MdePkg/Library/BaseLib/RShiftU64.c
MdePkg/Library/BaseLib/SetJump.c
MdePkg/Library/BaseLib/String.c
MdePkg/Library/BaseLib/SwapBytes16.c
MdePkg/Library/BaseLib/SwapBytes32.c
MdePkg/Library/BaseLib/SwapBytes64.c
MdePkg/Library/BaseLib/SwitchStack.c
MdePkg/Library/BaseLib/Unaligned.c
MdePkg/Library/BaseLib/X64/GccInline.c
MdePkg/Library/BaseLib/X64/Non-existing.c
MdePkg/Library/BaseLib/X64/ReadMsr64.c
MdePkg/Library/BaseLib/X64/WriteMsr64.c
MdePkg/Library/BaseLib/X86DisablePaging32.c
MdePkg/Library/BaseLib/X86DisablePaging64.c
MdePkg/Library/BaseLib/X86EnablePaging32.c
MdePkg/Library/BaseLib/X86EnablePaging64.c
MdePkg/Library/BaseLib/X86FxRestore.c
MdePkg/Library/BaseLib/X86FxSave.c
MdePkg/Library/BaseLib/X86GetInterruptState.c
MdePkg/Library/BaseLib/X86MemoryFence.c
MdePkg/Library/BaseLib/X86ReadGdtr.c
MdePkg/Library/BaseLib/X86ReadIdtr.c
MdePkg/Library/BaseLib/X86Thunk.c
MdePkg/Library/BaseLib/X86WriteGdtr.c
MdePkg/Library/BaseLib/X86WriteIdtr.c

index d0c21c20c7a49748631f2093ec45138c0af92459..6c799faed66a4c68482e89ccaa0963c04c8f2f0c 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Math worker functions.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -16,7 +16,7 @@
 \r
 /**\r
   Shifts a 64-bit integer right between 0 and 63 bits. The high bits are filled\r
-  with original integer's bit 63. The shifted value is returned.\r
+  with the original integer's bit 63. The shifted value is returned.\r
 \r
   This function shifts the 64-bit value Operand to the right by Count bits. The\r
   high Count bits are set to bit 63 of Operand.  The shifted value is returned.\r
index d3da105229133fb0816e39936b02841606c59ea3..e5dafebbc9c1d6982426f57c186c364128031950 100644 (file)
@@ -7,7 +7,7 @@
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
+#  http://opensource.org/licenses/bsd-license.php.\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
index a6e6e9950941a146e224be93b2a22bdb264ed6d1..a60310ab6f14978d5099d82f5a40b7607839ea9c 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Declaration of internal functions in BaseLib.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -46,7 +46,7 @@ InternalMathLShiftU64 (
   );\r
 \r
 /**\r
-  Shifts a 64-bit integer right between 0 and 63 bits. This high bits\r
+  Shifts a 64-bit integer right between 0 and 63 bits. The high bits\r
   are filled with zeros. The shifted value is returned.\r
 \r
   This function shifts the 64-bit value Operand to the right by Count bits. The\r
@@ -90,7 +90,7 @@ InternalMathARShiftU64 (
   the low bits with the high bits that were rotated.\r
 \r
   This function rotates the 64-bit value Operand to the left by Count bits. The\r
-  low Count bits are fill with the high Count bits of Operand. The rotated\r
+  low Count bits are filled with the high Count bits of Operand. The rotated\r
   value is returned.\r
 \r
   @param  Operand The 64-bit operand to rotate left.\r
@@ -111,7 +111,7 @@ InternalMathLRotU64 (
   the high bits with the high low bits that were rotated.\r
 \r
   This function rotates the 64-bit value Operand to the right by Count bits.\r
-  The high Count bits are fill with the low Count bits of Operand. The rotated\r
+  The high Count bits are filled with the low Count bits of Operand. The rotated\r
   value is returned.\r
 \r
   @param  Operand The 64-bit operand to rotate right.\r
@@ -146,10 +146,10 @@ InternalMathSwapBytes64 (
   );\r
 \r
 /**\r
-  Multiples a 64-bit unsigned integer by a 32-bit unsigned integer\r
+  Multiplies a 64-bit unsigned integer by a 32-bit unsigned integer\r
   and generates a 64-bit unsigned result.\r
 \r
-  This function multiples the 64-bit unsigned value Multiplicand by the 32-bit\r
+  This function multiplies the 64-bit unsigned value Multiplicand by the 32-bit\r
   unsigned value Multiplier and generates a 64-bit unsigned result. This 64-\r
   bit unsigned result is returned.\r
 \r
@@ -167,7 +167,7 @@ InternalMathMultU64x32 (
   );\r
 \r
 /**\r
-  Multiples a 64-bit unsigned integer by a 64-bit unsigned integer\r
+  Multiplies a 64-bit unsigned integer by a 64-bit unsigned integer\r
   and generates a 64-bit unsigned result.\r
 \r
   This function multiples the 64-bit unsigned value Multiplicand by the 64-bit\r
@@ -356,8 +356,8 @@ InternalSwitchStack (
   @param  List  A pointer to a node in a linked list.\r
   @param  Node  A pointer to one nod.\r
 \r
-  @retval TRUE   Node is in List\r
-  @retval FALSE  Node isn't in List, or List is invalid\r
+  @retval TRUE   Node is in List.\r
+  @retval FALSE  Node isn't in List, or List is invalid.\r
 \r
 **/\r
 BOOLEAN\r
@@ -488,7 +488,7 @@ InternalLongJump (
   Reads and returns the current GDTR descriptor and returns it in Gdtr. This\r
   function is only available on IA-32 and x64.\r
 \r
-  @param  Gdtr  Pointer to a GDTR descriptor.\r
+  @param  Gdtr  The pointer to a GDTR descriptor.\r
 \r
 **/\r
 VOID\r
@@ -503,7 +503,7 @@ InternalX86ReadGdtr (
   Writes and the current GDTR descriptor specified by Gdtr. This function is\r
   only available on IA-32 and x64.\r
 \r
-  @param  Gdtr  Pointer to a GDTR descriptor.\r
+  @param  Gdtr  The pointer to a GDTR descriptor.\r
 \r
 **/\r
 VOID\r
@@ -518,7 +518,7 @@ InternalX86WriteGdtr (
   Reads and returns the current IDTR descriptor and returns it in Idtr. This\r
   function is only available on IA-32 and x64.\r
 \r
-  @param  Idtr  Pointer to a IDTR descriptor.\r
+  @param  Idtr  The pointer to an IDTR descriptor.\r
 \r
 **/\r
 VOID\r
@@ -533,7 +533,7 @@ InternalX86ReadIdtr (
   Writes the current IDTR descriptor and returns it in Idtr. This function is\r
   only available on IA-32 and x64.\r
 \r
-  @param  Idtr  Pointer to a IDTR descriptor.\r
+  @param  Idtr  The pointer to an IDTR descriptor.\r
 \r
 **/\r
 VOID\r
@@ -549,7 +549,7 @@ InternalX86WriteIdtr (
   Buffer. Buffer must be aligned on a 16-byte boundary. This function is only\r
   available on IA-32 and x64.\r
 \r
-  @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
+  @param  Buffer  The pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
 **/\r
 VOID\r
@@ -565,7 +565,7 @@ InternalX86FxSave (
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
   only available on IA-32 and x64.\r
 \r
-  @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
+  @param  Buffer  The pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
 **/\r
 VOID\r
@@ -739,7 +739,7 @@ InternalX86DisablePaging64 (
   Reads control register DCR.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_DCR\r
+  when its parameter Index is IPF_CONTROL_REGISTER_DCR.\r
 \r
   @return The 64-bit control register DCR.\r
 \r
@@ -755,7 +755,7 @@ AsmReadControlRegisterDcr (
   Reads control register ITM.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_ITM\r
+  when its parameter Index is IPF_CONTROL_REGISTER_ITM.\r
 \r
   @return The 64-bit control register ITM.\r
 \r
@@ -771,7 +771,7 @@ AsmReadControlRegisterItm (
   Reads control register IVA.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IVA\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IVA.\r
 \r
   @return The 64-bit control register IVA.\r
 \r
@@ -787,7 +787,7 @@ AsmReadControlRegisterIva (
   Reads control register PTA.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_PTA\r
+  when its parameter Index is IPF_CONTROL_REGISTER_PTA.\r
 \r
   @return The 64-bit control register PTA.\r
 \r
@@ -803,7 +803,7 @@ AsmReadControlRegisterPta (
   Reads control register IPSR.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IPSR\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IPSR.\r
 \r
   @return The 64-bit control register IPSR.\r
 \r
@@ -819,7 +819,7 @@ AsmReadControlRegisterIpsr (
   Reads control register ISR.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_ISR\r
+  when its parameter Index is IPF_CONTROL_REGISTER_ISR.\r
 \r
   @return The 64-bit control register ISR.\r
 \r
@@ -835,7 +835,7 @@ AsmReadControlRegisterIsr (
   Reads control register IIP.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IIP\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IIP.\r
 \r
   @return The 64-bit control register IIP.\r
 \r
@@ -851,7 +851,7 @@ AsmReadControlRegisterIip (
   Reads control register IFA.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IFA\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IFA.\r
 \r
   @return The 64-bit control register IFA.\r
 \r
@@ -867,7 +867,7 @@ AsmReadControlRegisterIfa (
   Reads control register ITIR.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_ITIR\r
+  when its parameter Index is IPF_CONTROL_REGISTER_ITIR.\r
 \r
   @return The 64-bit control register ITIR.\r
 \r
@@ -883,7 +883,7 @@ AsmReadControlRegisterItir (
   Reads control register IIPA.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IIPA\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IIPA.\r
 \r
   @return The 64-bit control register IIPA.\r
 \r
@@ -899,7 +899,7 @@ AsmReadControlRegisterIipa (
   Reads control register IFS.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IFS\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IFS.\r
 \r
   @return The 64-bit control register IFS.\r
 \r
@@ -915,7 +915,7 @@ AsmReadControlRegisterIfs (
   Reads control register IIM.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IIM\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IIM.\r
 \r
   @return The 64-bit control register IIM.\r
 \r
@@ -931,7 +931,7 @@ AsmReadControlRegisterIim (
   Reads control register IHA.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IHA\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IHA.\r
 \r
   @return The 64-bit control register IHA.\r
 \r
@@ -947,7 +947,7 @@ AsmReadControlRegisterIha (
   Reads control register LID.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_LID\r
+  when its parameter Index is IPF_CONTROL_REGISTER_LID.\r
 \r
   @return The 64-bit control register LID.\r
 \r
@@ -963,7 +963,7 @@ AsmReadControlRegisterLid (
   Reads control register IVR.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IVR\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IVR.\r
 \r
   @return The 64-bit control register IVR.\r
 \r
@@ -979,7 +979,7 @@ AsmReadControlRegisterIvr (
   Reads control register TPR.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_TPR\r
+  when its parameter Index is IPF_CONTROL_REGISTER_TPR.\r
 \r
   @return The 64-bit control register TPR.\r
 \r
@@ -995,7 +995,7 @@ AsmReadControlRegisterTpr (
   Reads control register EOI.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_EOI\r
+  when its parameter Index is IPF_CONTROL_REGISTER_EOI.\r
 \r
   @return The 64-bit control register EOI.\r
 \r
@@ -1011,7 +1011,7 @@ AsmReadControlRegisterEoi (
   Reads control register IRR0.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IRR0\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IRR0.\r
 \r
   @return The 64-bit control register IRR0.\r
 \r
@@ -1027,7 +1027,7 @@ AsmReadControlRegisterIrr0 (
   Reads control register IRR1.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IRR1\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IRR1.\r
 \r
   @return The 64-bit control register IRR1.\r
 \r
@@ -1043,7 +1043,7 @@ AsmReadControlRegisterIrr1 (
   Reads control register IRR2.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IRR2\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IRR2.\r
 \r
   @return The 64-bit control register IRR2.\r
 \r
@@ -1059,7 +1059,7 @@ AsmReadControlRegisterIrr2 (
   Reads control register IRR3.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_IRR3\r
+  when its parameter Index is IPF_CONTROL_REGISTER_IRR3.\r
 \r
   @return The 64-bit control register IRR3.\r
 \r
@@ -1075,7 +1075,7 @@ AsmReadControlRegisterIrr3 (
   Reads control register ITV.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_ITV\r
+  when its parameter Index is IPF_CONTROL_REGISTER_ITV.\r
 \r
   @return The 64-bit control register ITV.\r
 \r
@@ -1091,7 +1091,7 @@ AsmReadControlRegisterItv (
   Reads control register PMV.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_PMV\r
+  when its parameter Index is IPF_CONTROL_REGISTER_PMV.\r
 \r
   @return The 64-bit control register PMV.\r
 \r
@@ -1107,7 +1107,7 @@ AsmReadControlRegisterPmv (
   Reads control register CMCV.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_CMCV\r
+  when its parameter Index is IPF_CONTROL_REGISTER_CMCV.\r
 \r
   @return The 64-bit control register CMCV.\r
 \r
@@ -1123,7 +1123,7 @@ AsmReadControlRegisterCmcv (
   Reads control register LRR0.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_LRR0\r
+  when its parameter Index is IPF_CONTROL_REGISTER_LRR0.\r
 \r
   @return The 64-bit control register LRR0.\r
 \r
@@ -1139,7 +1139,7 @@ AsmReadControlRegisterLrr0 (
   Reads control register LRR1.\r
 \r
   This is a worker function for AsmReadControlRegister()\r
-  when its parameter Index is IPF_CONTROL_REGISTER_LRR1\r
+  when its parameter Index is IPF_CONTROL_REGISTER_LRR1.\r
 \r
   @return The 64-bit control register LRR1.\r
 \r
@@ -1155,7 +1155,7 @@ AsmReadControlRegisterLrr1 (
   Reads application register K0.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_K0\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_K0.\r
 \r
   @return The 64-bit application register K0.\r
 \r
@@ -1172,7 +1172,7 @@ AsmReadApplicationRegisterK0 (
   Reads application register K1.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_K1\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_K1.\r
 \r
   @return The 64-bit application register K1.\r
 \r
@@ -1188,7 +1188,7 @@ AsmReadApplicationRegisterK1 (
   Reads application register K2.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_K2\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_K2.\r
 \r
   @return The 64-bit application register K2.\r
 \r
@@ -1204,7 +1204,7 @@ AsmReadApplicationRegisterK2 (
   Reads application register K3.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_K3\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_K3.\r
 \r
   @return The 64-bit application register K3.\r
 \r
@@ -1220,7 +1220,7 @@ AsmReadApplicationRegisterK3 (
   Reads application register K4.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_K4\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_K4.\r
 \r
   @return The 64-bit application register K4.\r
 \r
@@ -1236,7 +1236,7 @@ AsmReadApplicationRegisterK4 (
   Reads application register K5.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_K5\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_K5.\r
 \r
   @return The 64-bit application register K5.\r
 \r
@@ -1252,7 +1252,7 @@ AsmReadApplicationRegisterK5 (
   Reads application register K6.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_K6\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_K6.\r
 \r
   @return The 64-bit application register K6.\r
 \r
@@ -1268,7 +1268,7 @@ AsmReadApplicationRegisterK6 (
   Reads application register K7.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_K7\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_K7.\r
 \r
   @return The 64-bit application register K7.\r
 \r
@@ -1284,7 +1284,7 @@ AsmReadApplicationRegisterK7 (
   Reads application register RSC.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_RSC\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_RSC.\r
 \r
   @return The 64-bit application register RSC.\r
 \r
@@ -1300,7 +1300,7 @@ AsmReadApplicationRegisterRsc (
   Reads application register BSP.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_BSP\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_BSP.\r
 \r
   @return The 64-bit application register BSP.\r
 \r
@@ -1316,7 +1316,7 @@ AsmReadApplicationRegisterBsp (
   Reads application register BSPSTORE.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_BSPSTORE\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_BSPSTORE.\r
 \r
   @return The 64-bit application register BSPSTORE.\r
 \r
@@ -1332,7 +1332,7 @@ AsmReadApplicationRegisterBspstore (
   Reads application register RNAT.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_RNAT\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_RNAT.\r
 \r
   @return The 64-bit application register RNAT.\r
 \r
@@ -1348,7 +1348,7 @@ AsmReadApplicationRegisterRnat (
   Reads application register FCR.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_FCR\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_FCR.\r
 \r
   @return The 64-bit application register FCR.\r
 \r
@@ -1364,7 +1364,7 @@ AsmReadApplicationRegisterFcr (
   Reads application register EFLAG.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_EFLAG\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_EFLAG.\r
 \r
   @return The 64-bit application register EFLAG.\r
 \r
@@ -1380,7 +1380,7 @@ AsmReadApplicationRegisterEflag (
   Reads application register CSD.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_CSD\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_CSD.\r
 \r
   @return The 64-bit application register CSD.\r
 \r
@@ -1396,7 +1396,7 @@ AsmReadApplicationRegisterCsd (
   Reads application register SSD.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_SSD\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_SSD.\r
 \r
   @return The 64-bit application register SSD.\r
 \r
@@ -1412,7 +1412,7 @@ AsmReadApplicationRegisterSsd (
   Reads application register CFLG.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_CFLG\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_CFLG.\r
 \r
   @return The 64-bit application register CFLG.\r
 \r
@@ -1428,7 +1428,7 @@ AsmReadApplicationRegisterCflg (
   Reads application register FSR.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_FSR\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_FSR.\r
 \r
   @return The 64-bit application register FSR.\r
 \r
@@ -1444,7 +1444,7 @@ AsmReadApplicationRegisterFsr (
   Reads application register FIR.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_FIR\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_FIR.\r
 \r
   @return The 64-bit application register FIR.\r
 \r
@@ -1460,7 +1460,7 @@ AsmReadApplicationRegisterFir (
   Reads application register FDR.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_FDR\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_FDR.\r
 \r
   @return The 64-bit application register FDR.\r
 \r
@@ -1476,7 +1476,7 @@ AsmReadApplicationRegisterFdr (
   Reads application register CCV.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_CCV\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_CCV.\r
 \r
   @return The 64-bit application register CCV.\r
 \r
@@ -1492,7 +1492,7 @@ AsmReadApplicationRegisterCcv (
   Reads application register UNAT.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_UNAT\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_UNAT.\r
 \r
   @return The 64-bit application register UNAT.\r
 \r
@@ -1508,7 +1508,7 @@ AsmReadApplicationRegisterUnat (
   Reads application register FPSR.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_FPSR\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_FPSR.\r
 \r
   @return The 64-bit application register FPSR.\r
 \r
@@ -1524,7 +1524,7 @@ AsmReadApplicationRegisterFpsr (
   Reads application register ITC.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_ITC\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_ITC.\r
 \r
   @return The 64-bit application register ITC.\r
 \r
@@ -1540,7 +1540,7 @@ AsmReadApplicationRegisterItc (
   Reads application register PFS.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_PFS\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_PFS.\r
 \r
   @return The 64-bit application register PFS.\r
 \r
@@ -1556,7 +1556,7 @@ AsmReadApplicationRegisterPfs (
   Reads application register LC.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_LC\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_LC.\r
 \r
   @return The 64-bit application register LC.\r
 \r
@@ -1572,7 +1572,7 @@ AsmReadApplicationRegisterLc (
   Reads application register EC.\r
 \r
   This is a worker function for AsmReadApplicationRegister()\r
-  when its parameter Index is IPF_APPLICATION_REGISTER_EC\r
+  when its parameter Index is IPF_APPLICATION_REGISTER_EC.\r
 \r
   @return The 64-bit application register EC.\r
 \r
index 2b9fa66295c317ce4520045726630227a7f84838..ea283982296d5d8d9ed4063327a2cbd73922e761 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Bit field functions of BaseLib.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -52,7 +52,7 @@ InternalBaseLibBitFieldReadUint (
   @param  Operand   Operand on which to perform the bitfield operation.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
-  @param  OrData    The value to OR with the read value from the value\r
+  @param  OrData    The value to OR with the read value from the value.\r
 \r
   @return The new value.\r
 \r
@@ -84,7 +84,7 @@ InternalBaseLibBitFieldOrUint (
   @param  Operand   Operand on which to perform the bitfield operation.\r
   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
-  @param  AndData    The value to And with the read value from the value\r
+  @param  AndData    The value to And with the read value from the value.\r
 \r
   @return The new value.\r
 \r
@@ -191,7 +191,7 @@ BitFieldWrite8 (
                     Range 0..7.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..7.\r
-  @param  OrData    The value to OR with the read value from the value\r
+  @param  OrData    The value to OR with the read value from the value.\r
 \r
   @return The new 8-bit value.\r
 \r
@@ -378,7 +378,7 @@ BitFieldWrite16 (
                     Range 0..15.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..15.\r
-  @param  OrData    The value to OR with the read value from the value\r
+  @param  OrData    The value to OR with the read value from the value.\r
 \r
   @return The new 16-bit value.\r
 \r
@@ -415,7 +415,7 @@ BitFieldOr16 (
                     Range 0..15.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..15.\r
-  @param  AndData   The value to AND with the read value from the value\r
+  @param  AndData   The value to AND with the read value from the value.\r
 \r
   @return The new 16-bit value.\r
 \r
@@ -565,7 +565,7 @@ BitFieldWrite32 (
                     Range 0..31.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..31.\r
-  @param  OrData    The value to OR with the read value from the value\r
+  @param  OrData    The value to OR with the read value from the value.\r
 \r
   @return The new 32-bit value.\r
 \r
@@ -602,7 +602,7 @@ BitFieldOr32 (
                     Range 0..31.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..31.\r
-  @param  AndData   The value to AND with the read value from the value\r
+  @param  AndData   The value to AND with the read value from the value.\r
 \r
   @return The new 32-bit value.\r
 \r
@@ -796,7 +796,7 @@ BitFieldOr64 (
                     Range 0..63.\r
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..63.\r
-  @param  AndData   The value to AND with the read value from the value\r
+  @param  AndData   The value to AND with the read value from the value.\r
 \r
   @return The new 64-bit value.\r
 \r
index fbf9342d176b7d6a7713c22c5d5dcf8d2ef57ecd..29688291bb2bac16aefff9b3112bc06048f9fe9a 100644 (file)
@@ -2,11 +2,11 @@
   Utility functions to generate checksum based on 2's complement\r
   algorithm.\r
 \r
-  Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -27,7 +27,7 @@
   If Buffer is NULL, then ASSERT().\r
   If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().\r
 \r
-  @param  Buffer      Pointer to the buffer to carry out the sum operation.\r
+  @param  Buffer      The pointer to the buffer to carry out the sum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
   @return Sum         The sum of Buffer with carry bits dropped during additions.\r
@@ -66,7 +66,7 @@ CalculateSum8 (
   If Buffer is NULL, then ASSERT().\r
   If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().\r
 \r
-  @param  Buffer      Pointer to the buffer to carry out the checksum operation.\r
+  @param  Buffer      The pointer to the buffer to carry out the checksum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
   @return Checksum    The 2's complement checksum of Buffer.\r
@@ -102,7 +102,7 @@ CalculateCheckSum8 (
   If Length is not aligned on a 16-bit boundary, then ASSERT().\r
   If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().\r
 \r
-  @param  Buffer      Pointer to the buffer to carry out the sum operation.\r
+  @param  Buffer      The pointer to the buffer to carry out the sum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
   @return Sum         The sum of Buffer with carry bits dropped during additions.\r
@@ -147,7 +147,7 @@ CalculateSum16 (
   If Length is not aligned on a 16-bit boundary, then ASSERT().\r
   If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().\r
 \r
-  @param  Buffer      Pointer to the buffer to carry out the checksum operation.\r
+  @param  Buffer      The pointer to the buffer to carry out the checksum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
   @return Checksum    The 2's complement checksum of Buffer.\r
@@ -184,7 +184,7 @@ CalculateCheckSum16 (
   If Length is not aligned on a 32-bit boundary, then ASSERT().\r
   If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().\r
 \r
-  @param  Buffer      Pointer to the buffer to carry out the sum operation.\r
+  @param  Buffer      The pointer to the buffer to carry out the sum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
   @return Sum         The sum of Buffer with carry bits dropped during additions.\r
@@ -229,7 +229,7 @@ CalculateSum32 (
   If Length is not aligned on a 32-bit boundary, then ASSERT().\r
   If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().\r
 \r
-  @param  Buffer      Pointer to the buffer to carry out the checksum operation.\r
+  @param  Buffer      The pointer to the buffer to carry out the checksum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
   @return Checksum    The 2's complement checksum of Buffer.\r
@@ -266,7 +266,7 @@ CalculateCheckSum32 (
   If Length is not aligned on a 64-bit boundary, then ASSERT().\r
   If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().\r
 \r
-  @param  Buffer      Pointer to the buffer to carry out the sum operation.\r
+  @param  Buffer      The pointer to the buffer to carry out the sum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
   @return Sum         The sum of Buffer with carry bits dropped during additions.\r
@@ -311,7 +311,7 @@ CalculateSum64 (
   If Length is not aligned on a 64-bit boundary, then ASSERT().\r
   If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().\r
 \r
-  @param  Buffer      Pointer to the buffer to carry out the checksum operation.\r
+  @param  Buffer      The pointer to the buffer to carry out the checksum operation.\r
   @param  Length      The size, in bytes, of Buffer.\r
 \r
   @return Checksum    The 2's complement checksum of Buffer.\r
index cc397c6c8e22d700ff221eb1bb0a3de1796aad07..ecba3853b159af8d3b381a5a9232a03bfb352891 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index fc2a6d14444b716391271e3bfae9ab0f80fec789..8bcbf2575006ed3873392ab8cedee48e208ef3d1 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Base Library CPU Functions for all architectures.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -44,7 +44,7 @@ SaveAndDisableInterrupts (
   InterruptState is FALSE, then interrupts are disabled. InterruptState is\r
   returned.\r
 \r
-  @param  InterruptState  TRUE if interrupts should enabled. FALSE if\r
+  @param  InterruptState  TRUE if interrupts should be enabled. FALSE if\r
                           interrupts should be disabled.\r
 \r
   @return InterruptState\r
index 421ecc58aa976cd91d1ce0c9c4c96bf280d10624..3f9440547d4d070b99c228dd44221f1fd4be0f8b 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index ef759958d91b669e924487ae24ee134697ed375d..bb2fddcff8740997314546cf4a76260f302f78af 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index fbf37e0957eca99aa8d1e78c93ec08307cb8972e..3e637ccfee555aede309f05524b5afa91f551d2c 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index f09f9c8088bfd5e1415f5482dc540449fe389886..cf51f13647dddebb1783e27a4aff4581b42f133c 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 350db4815a04057484d00a80a2e7ac61ca4fc080..1366ca4c0a60196c9a509a7e83a9333ee09dc597 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 44bde173069270b3c1436a22cad9ec3917c91d8f..913efb7a9fba1d624084a35bd573460cfb0694e2 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index d4f49ac45a6a02c2cabccc0b8b1a10e2a4f1f1cd..4623c2a656a40747d146f53a7031b365ef759c08 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 400b56f286e84aa13028db025cb1ac5fa19f8e0b..8d055fe3973f2bb7bcbe4205b8c1f9832d6bd4fd 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -28,7 +28,7 @@
   @param  Operand The 32-bit operand to evaluate.\r
 \r
   @retval 0..31  Position of the highest bit set in Operand if found.\r
-  @retval -1    Operand is zero.\r
+  @retval -1     Operand is zero.\r
 \r
 **/\r
 INTN\r
index 2bb58b8b472e66df357eb2ca1c8da3e97b3700c9..23abb735be402fd135d9e4ad4959694443931d9c 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -28,7 +28,7 @@
   @param  Operand The 64-bit operand to evaluate.\r
 \r
   @retval 0..63   Position of the highest bit set in Operand if found.\r
-  @retval -1     Operand is zero.\r
+  @retval -1      Operand is zero.\r
 \r
 **/\r
 INTN\r
index f7d7b6e43f2c91b11dfbd87e2d3b0ba7eb50ddf0..d9bde786224ccea6baf75afaf1351802c3d61ff3 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 021d203052055e365b1a20effc15c57df9db4b1c..66b982a0427be2362a1f94a5668d233288a5c141 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 27bd638b942378b478eaa1ea04390a040d9efe4e..d13fd2185d956105b4647e3f589144d4ce1d1dd7 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index f3e57702a641670dfc270b07bdd173190707c19d..726a402be7f6b2234dd2b4d2d1326591f0d0956c 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Linked List Library Functions.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -113,8 +113,8 @@ InternalBaseLibIsNodeInList (
 }\r
 \r
 /**\r
-  Initializes the head node of a doubly linked list, and returns the pointer to\r
-  the head node of the doubly linked list.\r
+  Initializes the head node of a doubly-linked list, and returns the pointer to\r
+  the head node of the doubly-linked list.\r
 \r
   Initializes the forward and backward links of a new linked list. After\r
   initializing a linked list with this function, the other linked list\r
@@ -123,7 +123,7 @@ InternalBaseLibIsNodeInList (
 \r
   If ListHead is NULL, then ASSERT().\r
 \r
-  @param  ListHead  A pointer to the head node of a new doubly linked list.\r
+  @param  ListHead  A pointer to the head node of a new doubly-linked list.\r
 \r
   @return ListHead\r
 \r
@@ -143,10 +143,10 @@ InitializeListHead (
 }\r
 \r
 /**\r
-  Adds a node to the beginning of a doubly linked list, and returns the pointer\r
-  to the head node of the doubly linked list.\r
+  Adds a node to the beginning of a doubly-linked list, and returns the pointer\r
+  to the head node of the doubly-linked list.\r
 \r
-  Adds the node Entry at the beginning of the doubly linked list denoted by\r
+  Adds the node Entry at the beginning of the doubly-linked list denoted by\r
   ListHead, and returns ListHead.\r
 \r
   If ListHead is NULL, then ASSERT().\r
@@ -157,9 +157,9 @@ InitializeListHead (
   of nodes in ListHead, including the ListHead node, is greater than or\r
   equal to PcdMaximumLinkedListLength, then ASSERT().\r
 \r
-  @param  ListHead  A pointer to the head node of a doubly linked list.\r
+  @param  ListHead  A pointer to the head node of a doubly-linked list.\r
   @param  Entry     A pointer to a node that is to be inserted at the beginning\r
-                    of a doubly linked list.\r
+                    of a doubly-linked list.\r
 \r
   @return ListHead\r
 \r
@@ -184,10 +184,10 @@ InsertHeadList (
 }\r
 \r
 /**\r
-  Adds a node to the end of a doubly linked list, and returns the pointer to\r
-  the head node of the doubly linked list.\r
+  Adds a node to the end of a doubly-linked list, and returns the pointer to\r
+  the head node of the doubly-linked list.\r
 \r
-  Adds the node Entry to the end of the doubly linked list denoted by ListHead,\r
+  Adds the node Entry to the end of the doubly-linked list denoted by ListHead,\r
   and returns ListHead.\r
 \r
   If ListHead is NULL, then ASSERT().\r
@@ -198,9 +198,9 @@ InsertHeadList (
   of nodes in ListHead, including the ListHead node, is greater than or\r
   equal to PcdMaximumLinkedListLength, then ASSERT().\r
 \r
-  @param  ListHead  A pointer to the head node of a doubly linked list.\r
+  @param  ListHead  A pointer to the head node of a doubly-linked list.\r
   @param  Entry     A pointer to a node that is to be added at the end of the\r
-                    doubly linked list.\r
+                    doubly-linked list.\r
 \r
   @return ListHead\r
 \r
@@ -225,9 +225,9 @@ InsertTailList (
 }\r
 \r
 /**\r
-  Retrieves the first node of a doubly linked list.\r
+  Retrieves the first node of a doubly-linked list.\r
 \r
-  Returns the first node of a doubly linked list.  List must have been \r
+  Returns the first node of a doubly-linked list.  List must have been \r
   initialized with INTIALIZE_LIST_HEAD_VARIABLE() or InitializeListHead().\r
   If List is empty, then List is returned.\r
 \r
@@ -238,9 +238,9 @@ InsertTailList (
   in List, including the List node, is greater than or equal to\r
   PcdMaximumLinkedListLength, then ASSERT().\r
 \r
-  @param  List  A pointer to the head node of a doubly linked list.\r
+  @param  List  A pointer to the head node of a doubly-linked list.\r
 \r
-  @return The first node of a doubly linked list.\r
+  @return The first node of a doubly-linked list.\r
   @retval NULL  The list is empty.\r
 \r
 **/\r
@@ -259,9 +259,9 @@ GetFirstNode (
 }\r
 \r
 /**\r
-  Retrieves the next node of a doubly linked list.\r
+  Retrieves the next node of a doubly-linked list.\r
 \r
-  Returns the node of a doubly linked list that follows Node.  \r
+  Returns the node of a doubly-linked list that follows Node.  \r
   List must have been initialized with INTIALIZE_LIST_HEAD_VARIABLE()\r
   or InitializeListHead().  If List is empty, then List is returned.\r
 \r
@@ -273,10 +273,10 @@ GetFirstNode (
   PcdMaximumLinkedListLenth nodes, then ASSERT().\r
   If PcdVerifyNodeInList is TRUE and Node is not a node in List, then ASSERT().\r
 \r
-  @param  List  A pointer to the head node of a doubly linked list.\r
-  @param  Node  A pointer to a node in the doubly linked list.\r
+  @param  List  A pointer to the head node of a doubly-linked list.\r
+  @param  Node  A pointer to a node in the doubly-linked list.\r
 \r
-  @return Pointer to the next node if one exists. Otherwise List is returned.\r
+  @return A pointer to the next node if one exists. Otherwise List is returned.\r
 \r
 **/\r
 LIST_ENTRY *\r
@@ -295,9 +295,9 @@ GetNextNode (
 }\r
 \r
 /**\r
-  Retrieves the previous node of a doubly linked list.\r
+  Retrieves the previous node of a doubly-linked list.\r
  \r
-  Returns the node of a doubly linked list that precedes Node.  \r
+  Returns the node of a doubly-linked list that precedes Node.  \r
   List must have been initialized with INTIALIZE_LIST_HEAD_VARIABLE()\r
   or InitializeListHead().  If List is empty, then List is returned.\r
  \r
@@ -309,10 +309,10 @@ GetNextNode (
   PcdMaximumLinkedListLenth nodes, then ASSERT().\r
   If PcdVerifyNodeInList is TRUE and Node is not a node in List, then ASSERT().\r
  \r
-  @param  List  A pointer to the head node of a doubly linked list.\r
-  @param  Node  A pointer to a node in the doubly linked list.\r
+  @param  List  A pointer to the head node of a doubly-linked list.\r
+  @param  Node  A pointer to a node in the doubly-linked list.\r
  \r
-  @return Pointer to the previous node if one exists. Otherwise List is returned.\r
+  @return A pointer to the previous node if one exists. Otherwise List is returned.\r
  \r
 **/\r
 LIST_ENTRY *\r
@@ -331,9 +331,9 @@ GetPreviousNode (
 }\r
 \r
 /**\r
-  Checks to see if a doubly linked list is empty or not.\r
+  Checks to see if a doubly-linked list is empty or not.\r
 \r
-  Checks to see if the doubly linked list is empty. If the linked list contains\r
+  Checks to see if the doubly-linked list is empty. If the linked list contains\r
   zero nodes, this function returns TRUE. Otherwise, it returns FALSE.\r
 \r
   If ListHead is NULL, then ASSERT().\r
@@ -343,7 +343,7 @@ GetPreviousNode (
   in List, including the List node, is greater than or equal to\r
   PcdMaximumLinkedListLength, then ASSERT().\r
 \r
-  @param  ListHead  A pointer to the head node of a doubly linked list.\r
+  @param  ListHead  A pointer to the head node of a doubly-linked list.\r
 \r
   @retval TRUE  The linked list is empty.\r
   @retval FALSE The linked list is not empty.\r
@@ -364,12 +364,12 @@ IsListEmpty (
 }\r
 \r
 /**\r
-  Determines if a node in a doubly linked list is the head node of a the same\r
-  doubly linked list.  This function is typically used to terminate a loop that\r
-  traverses all the nodes in a doubly linked list starting with the head node.\r
+  Determines if a node in a doubly-linked list is the head node of a the same\r
+  doubly-linked list.  This function is typically used to terminate a loop that\r
+  traverses all the nodes in a doubly-linked list starting with the head node.\r
 \r
   Returns TRUE if Node is equal to List.  Returns FALSE if Node is one of the\r
-  nodes in the doubly linked list specified by List.  List must have been\r
+  nodes in the doubly-linked list specified by List.  List must have been\r
   initialized with INTIALIZE_LIST_HEAD_VARIABLE() or InitializeListHead().\r
 \r
   If List is NULL, then ASSERT().\r
@@ -382,11 +382,11 @@ IsListEmpty (
   If PcdVerifyNodeInList is TRUE and Node is not a node in List and Node is not \r
   equal to List, then ASSERT().\r
 \r
-  @param  List  A pointer to the head node of a doubly linked list.\r
-  @param  Node  A pointer to a node in the doubly linked list.\r
+  @param  List  A pointer to the head node of a doubly-linked list.\r
+  @param  Node  A pointer to a node in the doubly-linked list.\r
 \r
-  @retval TRUE  Node is one of the nodes in the doubly linked list.\r
-  @retval FALSE Node is not one of the nodes in the doubly linked list.\r
+  @retval TRUE  Node is one of the nodes in the doubly-linked list.\r
+  @retval FALSE Node is not one of the nodes in the doubly-linked list.\r
 \r
 **/\r
 BOOLEAN\r
@@ -405,9 +405,9 @@ IsNull (
 }\r
 \r
 /**\r
-  Determines if a node the last node in a doubly linked list.\r
+  Determines if a node the last node in a doubly-linked list.\r
 \r
-  Returns TRUE if Node is the last node in the doubly linked list specified by\r
+  Returns TRUE if Node is the last node in the doubly-linked list specified by\r
   List. Otherwise, FALSE is returned. List must have been initialized with\r
   INTIALIZE_LIST_HEAD_VARIABLE() or InitializeListHead().\r
 \r
@@ -420,8 +420,8 @@ IsNull (
   PcdMaximumLinkedListLength, then ASSERT().\r
   If PcdVerifyNodeInList is TRUE and Node is not a node in List, then ASSERT().\r
 \r
-  @param  List  A pointer to the head node of a doubly linked list.\r
-  @param  Node  A pointer to a node in the doubly linked list.\r
+  @param  List  A pointer to the head node of a doubly-linked list.\r
+  @param  Node  A pointer to a node in the doubly-linked list.\r
 \r
   @retval TRUE  Node is the last node in the linked list.\r
   @retval FALSE Node is not the last node in the linked list.\r
@@ -443,12 +443,12 @@ IsNodeAtEnd (
 }\r
 \r
 /**\r
-  Swaps the location of two nodes in a doubly linked list, and returns the\r
+  Swaps the location of two nodes in a doubly-linked list, and returns the\r
   first node after the swap.\r
 \r
   If FirstEntry is identical to SecondEntry, then SecondEntry is returned.\r
   Otherwise, the location of the FirstEntry node is swapped with the location\r
-  of the SecondEntry node in a doubly linked list. SecondEntry must be in the\r
+  of the SecondEntry node in a doubly-linked list. SecondEntry must be in the\r
   same double linked list as FirstEntry and that double linked list must have\r
   been initialized with INTIALIZE_LIST_HEAD_VARIABLE() or InitializeListHead(). \r
   SecondEntry is returned after the nodes are swapped.\r
@@ -516,12 +516,12 @@ SwapListEntries (
 }\r
 \r
 /**\r
-  Removes a node from a doubly linked list, and returns the node that follows\r
+  Removes a node from a doubly-linked list, and returns the node that follows\r
   the removed node.\r
 \r
-  Removes the node Entry from a doubly linked list. It is up to the caller of\r
+  Removes the node Entry from a doubly-linked list. It is up to the caller of\r
   this function to release the memory used by this node if that is required. On\r
-  exit, the node following Entry in the doubly linked list is returned. If\r
+  exit, the node following Entry in the doubly-linked list is returned. If\r
   Entry is the only node in the linked list, then the head node of the linked\r
   list is returned.\r
 \r
index 3f27cf9b666f54afb278c36cf6ed785c8d6cbe9b..062be8f2daa170ca2eda6d29518b0cb762484699 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 6e6b5786c0308b601f253a14df1d66a3a690342f..64300367d638378cf011510ced2089645edbf4f0 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -27,7 +27,7 @@
   @param  Operand The 32-bit operand to evaluate.\r
 \r
   @retval 0..31  The lowest bit set in Operand was found.\r
-  @retval -1    Operand is zero.\r
+  @retval -1     Operand is zero.\r
 \r
 **/\r
 INTN\r
index e74224a799c0ac874447d58a30d155f748cdb18d..2bc8bc3910e03954b6ea1293297e49b50b9af6d1 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -27,7 +27,7 @@
   @param  Operand The 64-bit operand to evaluate.\r
 \r
   @retval 0..63  The lowest bit set in Operand was found.\r
-  @retval -1    Operand is zero.\r
+  @retval -1     Operand is zero.\r
 \r
 \r
 **/\r
index 7506b9b6de77ef1a32463e8dc57a2156f4ec05e6..83d76847213e3b181f3aa59403cb952e38377818 100644 (file)
@@ -2,11 +2,11 @@
   Leaf math worker functions that require 64-bit arithmetic support from the\r
   compiler.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -25,7 +25,7 @@
   @param  Operand The 64-bit operand to shift left.\r
   @param  Count   The number of bits to shift left.\r
 \r
-  @return Operand << Count\r
+  @return Operand << Count.\r
 \r
 **/\r
 UINT64\r
@@ -48,7 +48,7 @@ InternalMathLShiftU64 (
   @param  Operand The 64-bit operand to shift right.\r
   @param  Count   The number of bits to shift right.\r
 \r
-  @return Operand >> Count\r
+  @return Operand >> Count.\r
 \r
 **/\r
 UINT64\r
@@ -71,7 +71,7 @@ InternalMathRShiftU64 (
   @param  Operand The 64-bit operand to shift right.\r
   @param  Count   The number of bits to shift right.\r
 \r
-  @return Operand arithmetically shifted right by Count\r
+  @return Operand arithmetically shifted right by Count.\r
 \r
 **/\r
 UINT64\r
@@ -113,7 +113,7 @@ InternalMathARShiftU64 (
   @param  Operand The 64-bit operand to rotate left.\r
   @param  Count   The number of bits to rotate left.\r
 \r
-  @return Operand <<< Count\r
+  @return Operand <<< Count.\r
 \r
 **/\r
 UINT64\r
@@ -137,7 +137,7 @@ InternalMathLRotU64 (
   @param  Operand The 64-bit operand to rotate right.\r
   @param  Count   The number of bits to rotate right.\r
 \r
-  @return Operand >>> Count\r
+  @return Operand >>> Count.\r
 \r
 **/\r
 UINT64\r
@@ -178,10 +178,10 @@ InternalMathSwapBytes64 (
 }\r
 \r
 /**\r
-  Multiples a 64-bit unsigned integer by a 32-bit unsigned integer\r
+  Multiplies a 64-bit unsigned integer by a 32-bit unsigned integer\r
   and generates a 64-bit unsigned result.\r
 \r
-  This function multiples the 64-bit unsigned value Multiplicand by the 32-bit\r
+  This function multiplies the 64-bit unsigned value Multiplicand by the 32-bit\r
   unsigned value Multiplier and generates a 64-bit unsigned result. This 64-\r
   bit unsigned result is returned.\r
 \r
@@ -203,17 +203,17 @@ InternalMathMultU64x32 (
 \r
 \r
 /**\r
-  Multiples a 64-bit unsigned integer by a 64-bit unsigned integer\r
+  Multiplies a 64-bit unsigned integer by a 64-bit unsigned integer\r
   and generates a 64-bit unsigned result.\r
 \r
-  This function multiples the 64-bit unsigned value Multiplicand by the 64-bit\r
+  This function multiplies the 64-bit unsigned value Multiplicand by the 64-bit\r
   unsigned value Multiplier and generates a 64-bit unsigned result. This 64-\r
   bit unsigned result is returned.\r
 \r
   @param  Multiplicand  A 64-bit unsigned value.\r
   @param  Multiplier    A 64-bit unsigned value.\r
 \r
-  @return Multiplicand * Multiplier\r
+  @return Multiplicand * Multiplier.\r
 \r
 **/\r
 UINT64\r
@@ -237,7 +237,7 @@ InternalMathMultU64x64 (
   @param  Dividend  A 64-bit unsigned value.\r
   @param  Divisor   A 32-bit unsigned value.\r
 \r
-  @return Dividend / Divisor\r
+  @return Dividend / Divisor.\r
 \r
 **/\r
 UINT64\r
@@ -261,7 +261,7 @@ InternalMathDivU64x32 (
   @param  Dividend  A 64-bit unsigned value.\r
   @param  Divisor   A 32-bit unsigned value.\r
 \r
-  @return Dividend % Divisor\r
+  @return Dividend % Divisor.\r
 \r
 **/\r
 UINT32\r
@@ -288,7 +288,7 @@ InternalMathModU64x32 (
   @param  Remainder A pointer to a 32-bit unsigned value. This parameter is\r
                     optional and may be NULL.\r
 \r
-  @return Dividend / Divisor\r
+  @return Dividend / Divisor.\r
 \r
 **/\r
 UINT64\r
@@ -350,7 +350,7 @@ InternalMathDivRemU64x64 (
   @param  Remainder A pointer to a 64-bit signed value. This parameter is\r
                     optional and may be NULL.\r
 \r
-  @return Dividend / Divisor\r
+  @return Dividend / Divisor.\r
 \r
 **/\r
 INT64\r
index 600c0eb38cd9a950a7cbf5d15f69ecb10cfbfef5..29d7b779f7ddbb954d79761b2652cacb27fd2803 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -30,7 +30,7 @@
   @param  Dividend  A 64-bit unsigned value.\r
   @param  Divisor   A 32-bit unsigned value.\r
 \r
-  @return Dividend % Divisor\r
+  @return Dividend % Divisor.\r
 \r
 **/\r
 UINT32\r
index cfe4efdb8ace1e87a56fc6c61d61e34a8071d284..cbeaf02117785c737b3b3dcf6f378f7cbbad5c0c 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Math worker functions.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #include "BaseLibInternals.h"\r
 \r
 /**\r
-  Multiples a 64-bit signed integer by a 64-bit signed integer and generates a\r
+  Multiplies a 64-bit signed integer by a 64-bit signed integer and generates a\r
   64-bit signed result.\r
 \r
-  This function multiples the 64-bit signed value Multiplicand by the 64-bit\r
+  This function multiplies the 64-bit signed value Multiplicand by the 64-bit\r
   signed value Multiplier and generates a 64-bit signed result. This 64-bit\r
   signed result is returned.\r
 \r
   @param  Multiplicand  A 64-bit signed value.\r
   @param  Multiplier    A 64-bit signed value.\r
 \r
-  @return Multiplicand * Multiplier\r
+  @return Multiplicand * Multiplier.\r
 \r
 **/\r
 INT64\r
index 82e802936077afe44d6772d1bcc0a3a03b5a0706..a2c2436f1f53d977a54b656e8333d216cdeca4d6 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Math worker functions.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #include "BaseLibInternals.h"\r
 \r
 /**\r
-  Multiples a 64-bit unsigned integer by a 32-bit unsigned integer and\r
+  Multiplies a 64-bit unsigned integer by a 32-bit unsigned integer and\r
   generates a 64-bit unsigned result.\r
 \r
-  This function multiples the 64-bit unsigned value Multiplicand by the 32-bit\r
+  This function multiplies the 64-bit unsigned value Multiplicand by the 32-bit\r
   unsigned value Multiplier and generates a 64-bit unsigned result. This 64-\r
   bit unsigned result is returned.\r
 \r
   @param  Multiplicand  A 64-bit unsigned value.\r
   @param  Multiplier    A 32-bit unsigned value.\r
 \r
-  @return Multiplicand * Multiplier\r
+  @return Multiplicand * Multiplier.\r
 \r
 **/\r
 UINT64\r
index 512a6545d2810f55da7060836dfce0da8c4a795e..a1a7629dac0a98d8c6f4d6aef83457153e783952 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Math worker functions.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #include "BaseLibInternals.h"\r
 \r
 /**\r
-  Multiples a 64-bit unsigned integer by a 64-bit unsigned integer and\r
+  Multiplies a 64-bit unsigned integer by a 64-bit unsigned integer and\r
   generates a 64-bit unsigned result.\r
 \r
-  This function multiples the 64-bit unsigned value Multiplicand by the 64-bit\r
+  This function multiplies the 64-bit unsigned value Multiplicand by the 64-bit\r
   unsigned value Multiplier and generates a 64-bit unsigned result. This 64-\r
   bit unsigned result is returned.\r
 \r
   @param  Multiplicand  A 64-bit unsigned value.\r
   @param  Multiplier    A 64-bit unsigned value.\r
 \r
-  @return Multiplicand * Multiplier\r
+  @return Multiplicand * Multiplier.\r
 \r
 **/\r
 UINT64\r
index 5720411282984ccdbd776de7690dabd6ce5f9c6a..f4779f5043901fcbce17cb2064faad481514f241 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -27,7 +27,7 @@
   @param  Operand The 32-bit operand to rotate right.\r
   @param  Count   The number of bits to rotate right.\r
 \r
-  @return Operand >> Count\r
+  @return Operand >> Count.\r
 \r
 **/\r
 UINT32\r
index 9e94dfcd9892a55da4eb482e4ec784d370577a21..45be7efdc3cdd80539f31e201081b3864ce8f359 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -27,7 +27,7 @@
   @param  Operand The 64-bit operand to rotate right.\r
   @param  Count   The number of bits to rotate right.\r
 \r
-  @return Operand >> Count\r
+  @return Operand >> Count.\r
 \r
 **/\r
 UINT64\r
index 82ccb9c556f9404e9e0dab4b25db5ff28399760f..8a4834bb90cff224f7ea6755581af6a9cd3e8c58 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -26,7 +26,7 @@
   @param  Operand The 64-bit operand to shift right.\r
   @param  Count   The number of bits to shift right.\r
 \r
-  @return Operand >> Count\r
+  @return Operand >> Count.\r
 \r
 **/\r
 UINT64\r
index 4be4b44d722fc9cce103e5111380dccb6b184876..b8fb35bb5208bf82eba62c65864b525ecce2355f 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index fb96bf8ee9b5cf70930dc9f8659619845b62ff37..27f110c8e02222dc893ced34a1d8855f92c3b4ae 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Unicode and ASCII string primatives.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -43,8 +43,8 @@
   PcdMaximumUnicodeStringLength Unicode characters, not including the\r
   Null-terminator, then ASSERT().\r
 \r
-  @param  Destination Pointer to a Null-terminated Unicode string.\r
-  @param  Source      Pointer to a Null-terminated Unicode string.\r
+  @param  Destination A pointer to a Null-terminated Unicode string.\r
+  @param  Source      A pointer to a Null-terminated Unicode string.\r
 \r
   @return Destination.\r
 \r
@@ -101,8 +101,8 @@ StrCpy (
   PcdMaximumUnicodeStringLength Unicode characters, not including the Null-terminator,\r
   then ASSERT().\r
 \r
-  @param  Destination Pointer to a Null-terminated Unicode string.\r
-  @param  Source      Pointer to a Null-terminated Unicode string.\r
+  @param  Destination A pointer to a Null-terminated Unicode string.\r
+  @param  Source      A pointer to a Null-terminated Unicode string.\r
   @param  Length      Maximum number of Unicode characters to copy.\r
 \r
   @return Destination.\r
@@ -161,7 +161,7 @@ StrnCpy (
   PcdMaximumUnicodeStringLength Unicode characters, not including the\r
   Null-terminator, then ASSERT().\r
 \r
-  @param  String  Pointer to a Null-terminated Unicode string.\r
+  @param  String  A pointer to a Null-terminated Unicode string.\r
 \r
   @return The length of String.\r
 \r
@@ -202,7 +202,7 @@ StrLen (
   PcdMaximumUnicodeStringLength Unicode characters, not including the\r
   Null-terminator, then ASSERT().\r
 \r
-  @param  String  Pointer to a Null-terminated Unicode string.\r
+  @param  String  A pointer to a Null-terminated Unicode string.\r
 \r
   @return The size of String.\r
 \r
@@ -237,8 +237,8 @@ StrSize (
   than PcdMaximumUnicodeStringLength Unicode characters, not including the\r
   Null-terminator, then ASSERT().\r
 \r
-  @param  FirstString   Pointer to a Null-terminated Unicode string.\r
-  @param  SecondString  Pointer to a Null-terminated Unicode string.\r
+  @param  FirstString   A pointer to a Null-terminated Unicode string.\r
+  @param  SecondString  A pointer to a Null-terminated Unicode string.\r
 \r
   @retval 0      FirstString is identical to SecondString.\r
   @return others FirstString is not identical to SecondString.\r
@@ -288,8 +288,8 @@ StrCmp (
   PcdMaximumUnicodeStringLength Unicode characters, not including the Null-terminator,\r
   then ASSERT().\r
 \r
-  @param  FirstString   Pointer to a Null-terminated Unicode string.\r
-  @param  SecondString  Pointer to a Null-terminated Unicode string.\r
+  @param  FirstString   A pointer to a Null-terminated Unicode string.\r
+  @param  SecondString  A pointer to a Null-terminated Unicode string.\r
   @param  Length        Maximum number of Unicode characters to compare.\r
 \r
   @retval 0      FirstString is identical to SecondString.\r
@@ -356,8 +356,8 @@ StrnCmp (
   PcdMaximumUnicodeStringLength Unicode characters, not including the\r
   Null-terminator, then ASSERT().\r
 \r
-  @param  Destination Pointer to a Null-terminated Unicode string.\r
-  @param  Source      Pointer to a Null-terminated Unicode string.\r
+  @param  Destination A pointer to a Null-terminated Unicode string.\r
+  @param  Source      A pointer to a Null-terminated Unicode string.\r
 \r
   @return Destination.\r
 \r
@@ -409,8 +409,8 @@ StrCat (
   and Source results in a Unicode string with more than PcdMaximumUnicodeStringLength\r
   Unicode characters, not including the Null-terminator, then ASSERT().\r
 \r
-  @param  Destination Pointer to a Null-terminated Unicode string.\r
-  @param  Source      Pointer to a Null-terminated Unicode string.\r
+  @param  Destination A pointer to a Null-terminated Unicode string.\r
+  @param  Source      A pointer to a Null-terminated Unicode string.\r
   @param  Length      Maximum number of Unicode characters to concatenate from\r
                       Source.\r
 \r
@@ -458,8 +458,8 @@ StrnCat (
   or String contains more than PcdMaximumUnicodeStringLength Unicode\r
   characters, not including the Null-terminator, then ASSERT().\r
 \r
-  @param  String          Pointer to a Null-terminated Unicode string.\r
-  @param  SearchString    Pointer to a Null-terminated Unicode string to search for.\r
+  @param  String          A pointer to a Null-terminated Unicode string.\r
+  @param  SearchString    A pointer to a Null-terminated Unicode string to search for.\r
 \r
   @retval NULL            If the SearchString does not appear in String.\r
   @return others          If there is a match.\r
@@ -641,7 +641,7 @@ InternalIsHexaDecimalDigitCharacter (
   more than PcdMaximumUnicodeStringLength Unicode characters, not including\r
   the Null-terminator, then ASSERT().\r
 \r
-  @param  String      Pointer to a Null-terminated Unicode string.\r
+  @param  String      A pointer to a Null-terminated Unicode string.\r
 \r
   @retval Value translated from String.\r
 \r
@@ -723,7 +723,7 @@ StrDecimalToUintn (
   more than PcdMaximumUnicodeStringLength Unicode characters, not including\r
   the Null-terminator, then ASSERT().\r
 \r
-  @param  String          Pointer to a Null-terminated Unicode string.\r
+  @param  String          A pointer to a Null-terminated Unicode string.\r
 \r
   @retval Value translated from String.\r
 \r
@@ -805,7 +805,7 @@ StrDecimalToUint64 (
   PcdMaximumUnicodeStringLength Unicode characters, not including the Null-terminator,\r
   then ASSERT().\r
 \r
-  @param  String          Pointer to a Null-terminated Unicode string.\r
+  @param  String          A pointer to a Null-terminated Unicode string.\r
 \r
   @retval Value translated from String.\r
 \r
@@ -898,7 +898,7 @@ StrHexToUintn (
   PcdMaximumUnicodeStringLength Unicode characters, not including the Null-terminator,\r
   then ASSERT().\r
 \r
-  @param  String          Pointer to a Null-terminated Unicode string.\r
+  @param  String          A pointer to a Null-terminated Unicode string.\r
 \r
   @retval Value translated from String.\r
 \r
@@ -1034,8 +1034,8 @@ InternalAsciiIsHexaDecimalDigitCharacter (
   than PcdMaximumAsciiStringLength Unicode characters, not including the\r
   Null-terminator, then ASSERT().\r
 \r
-  @param  Source        Pointer to a Null-terminated Unicode string.\r
-  @param  Destination   Pointer to a Null-terminated ASCII string.\r
+  @param  Source        A pointer to a Null-terminated Unicode string.\r
+  @param  Destination   A pointer to a Null-terminated ASCII string.\r
 \r
   @return Destination.\r
 \r
@@ -1101,8 +1101,8 @@ UnicodeStrToAsciiStr (
   PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator,\r
   then ASSERT().\r
 \r
-  @param  Destination Pointer to a Null-terminated ASCII string.\r
-  @param  Source      Pointer to a Null-terminated ASCII string.\r
+  @param  Destination A pointer to a Null-terminated ASCII string.\r
+  @param  Source      A pointer to a Null-terminated ASCII string.\r
 \r
   @return Destination\r
 \r
@@ -1155,8 +1155,8 @@ AsciiStrCpy (
   PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator,\r
   then ASSERT().\r
 \r
-  @param  Destination Pointer to a Null-terminated ASCII string.\r
-  @param  Source      Pointer to a Null-terminated ASCII string.\r
+  @param  Destination A pointer to a Null-terminated ASCII string.\r
+  @param  Source      A pointer to a Null-terminated ASCII string.\r
   @param  Length      Maximum number of ASCII characters to copy.\r
 \r
   @return Destination\r
@@ -1214,7 +1214,7 @@ AsciiStrnCpy (
   PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator,\r
   then ASSERT().\r
 \r
-  @param  String  Pointer to a Null-terminated ASCII string.\r
+  @param  String  A pointer to a Null-terminated ASCII string.\r
 \r
   @return The length of String.\r
 \r
@@ -1253,7 +1253,7 @@ AsciiStrLen (
   PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator,\r
   then ASSERT().\r
 \r
-  @param  String  Pointer to a Null-terminated ASCII string.\r
+  @param  String  A pointer to a Null-terminated ASCII string.\r
 \r
   @return The size of String.\r
 \r
@@ -1286,8 +1286,8 @@ AsciiStrSize (
   than PcdMaximumAsciiStringLength ASCII characters, not including the\r
   Null-terminator, then ASSERT().\r
 \r
-  @param  FirstString   Pointer to a Null-terminated ASCII string.\r
-  @param  SecondString  Pointer to a Null-terminated ASCII string.\r
+  @param  FirstString   A pointer to a Null-terminated ASCII string.\r
+  @param  SecondString  A pointer to a Null-terminated ASCII string.\r
 \r
   @retval ==0      FirstString is identical to SecondString.\r
   @retval !=0      FirstString is not identical to SecondString.\r
@@ -1383,8 +1383,8 @@ InternalAsciiHexCharToUintn (
   than PcdMaximumAsciiStringLength ASCII characters, not including the\r
   Null-terminator, then ASSERT().\r
 \r
-  @param  FirstString   Pointer to a Null-terminated ASCII string.\r
-  @param  SecondString  Pointer to a Null-terminated ASCII string.\r
+  @param  FirstString   A pointer to a Null-terminated ASCII string.\r
+  @param  SecondString  A pointer to a Null-terminated ASCII string.\r
 \r
   @retval ==0    FirstString is identical to SecondString using case insensitive\r
                  comparisons.\r
@@ -1442,8 +1442,8 @@ AsciiStriCmp (
   PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator,\r
   then ASSERT().\r
 \r
-  @param  FirstString   Pointer to a Null-terminated ASCII string.\r
-  @param  SecondString  Pointer to a Null-terminated ASCII string.\r
+  @param  FirstString   A pointer to a Null-terminated ASCII string.\r
+  @param  SecondString  A pointer to a Null-terminated ASCII string.\r
   @param  Length        Maximum number of ASCII characters for compare.\r
   \r
   @retval ==0       FirstString is identical to SecondString.\r
@@ -1503,8 +1503,8 @@ AsciiStrnCmp (
   Source results in a ASCII string with more than PcdMaximumAsciiStringLength\r
   ASCII characters, then ASSERT().\r
 \r
-  @param  Destination Pointer to a Null-terminated ASCII string.\r
-  @param  Source      Pointer to a Null-terminated ASCII string.\r
+  @param  Destination A pointer to a Null-terminated ASCII string.\r
+  @param  Source      A pointer to a Null-terminated ASCII string.\r
 \r
   @return Destination\r
 \r
@@ -1554,8 +1554,8 @@ AsciiStrCat (
   Source results in a ASCII string with more than PcdMaximumAsciiStringLength\r
   ASCII characters, not including the Null-terminator, then ASSERT().\r
 \r
-  @param  Destination Pointer to a Null-terminated ASCII string.\r
-  @param  Source      Pointer to a Null-terminated ASCII string.\r
+  @param  Destination A pointer to a Null-terminated ASCII string.\r
+  @param  Source      A pointer to a Null-terminated ASCII string.\r
   @param  Length      Maximum number of ASCII characters to concatenate from\r
                       Source.\r
 \r
@@ -1600,8 +1600,8 @@ AsciiStrnCat (
   String contains more than PcdMaximumAsciiStringLength Unicode characters\r
   not including the Null-terminator, then ASSERT().\r
 \r
-  @param  String          Pointer to a Null-terminated ASCII string.\r
-  @param  SearchString    Pointer to a Null-terminated ASCII string to search for.\r
+  @param  String          A pointer to a Null-terminated ASCII string.\r
+  @param  SearchString    A pointer to a Null-terminated ASCII string to search for.\r
 \r
   @retval NULL            If the SearchString does not appear in String.\r
   @retval others          If there is a match return the first occurrence of SearchingString.\r
@@ -1677,7 +1677,7 @@ AsciiStrStr (
   PcdMaximumAsciiStringLength ASCII characters not including the Null-terminator,\r
   then ASSERT().\r
 \r
-  @param  String          Pointer to a Null-terminated ASCII string.\r
+  @param  String          A pointer to a Null-terminated ASCII string.\r
 \r
   @retval Value translated from String.\r
 \r
@@ -1754,7 +1754,7 @@ AsciiStrDecimalToUintn (
   PcdMaximumAsciiStringLength ASCII characters not including the Null-terminator,\r
   then ASSERT().\r
 \r
-  @param  String          Pointer to a Null-terminated ASCII string.\r
+  @param  String          A pointer to a Null-terminated ASCII string.\r
 \r
   @retval Value translated from String.\r
 \r
@@ -1834,7 +1834,7 @@ AsciiStrDecimalToUint64 (
   and String contains more than PcdMaximumAsciiStringLength ASCII characters not including\r
   the Null-terminator, then ASSERT().\r
 \r
-  @param  String          Pointer to a Null-terminated ASCII string.\r
+  @param  String          A pointer to a Null-terminated ASCII string.\r
 \r
   @retval Value translated from String.\r
 \r
@@ -1926,7 +1926,7 @@ AsciiStrHexToUintn (
   and String contains more than PcdMaximumAsciiStringLength ASCII characters not including\r
   the Null-terminator, then ASSERT().\r
 \r
-  @param  String          Pointer to a Null-terminated ASCII string.\r
+  @param  String          A pointer to a Null-terminated ASCII string.\r
 \r
   @retval Value translated from String.\r
 \r
@@ -2014,8 +2014,8 @@ AsciiStrHexToUint64 (
   PcdMaximumUnicodeStringLength ASCII characters not including the\r
   Null-terminator, then ASSERT().\r
 \r
-  @param  Source        Pointer to a Null-terminated ASCII string.\r
-  @param  Destination   Pointer to a Null-terminated Unicode string.\r
+  @param  Source        A pointer to a Null-terminated ASCII string.\r
+  @param  Destination   A pointer to a Null-terminated Unicode string.\r
 \r
   @return Destination.\r
 \r
index f5b278b91ca196558eb295d007a93e8442359a72..64a674a0cd9ccd24c67da5f05d49f0d194426d85 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 5193910bd9aa3bc6d04e3db1565160bea540fa38..7e30d2513210b49b650c4461708c4babd799138d 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 37ae6266792eff60e1890d84ea7d52210c419fcb..6a6ce8388fd07db486afd828a9dc4f8134420d41 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 696b9edaaaa0d8106754555964a15ddac6cf24d3..36811175af74f0b5213c402dc94597d6081d9017 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 9ec486e12882dabaf35e8ed77b356f3355bd28a8..68dafa6452e4866f9e1e1523293731f882963779 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Unaligned access functions of BaseLib.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -24,7 +24,7 @@
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 16-bit value that may be unaligned.\r
+  @param  Buffer  A pointer to a 16-bit value that may be unaligned.\r
 \r
   @return The 16-bit value read from Buffer.\r
 \r
@@ -49,7 +49,7 @@ ReadUnaligned16 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 16-bit value that may be unaligned.\r
+  @param  Buffer  A pointer to a 16-bit value that may be unaligned.\r
   @param  Value   16-bit value to write to Buffer.\r
 \r
   @return The 16-bit value to write to Buffer.\r
@@ -75,7 +75,7 @@ WriteUnaligned16 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 24-bit value that may be unaligned.\r
+  @param  Buffer  A pointer to a 24-bit value that may be unaligned.\r
 \r
   @return The 24-bit value read from Buffer.\r
 \r
@@ -100,7 +100,7 @@ ReadUnaligned24 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 24-bit value that may be unaligned.\r
+  @param  Buffer  A pointer to a 24-bit value that may be unaligned.\r
   @param  Value   24-bit value to write to Buffer.\r
 \r
   @return The 24-bit value to write to Buffer.\r
@@ -127,7 +127,7 @@ WriteUnaligned24 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 32-bit value that may be unaligned.\r
+  @param  Buffer  A pointer to a 32-bit value that may be unaligned.\r
 \r
   @return The 32-bit value read from Buffer.\r
 \r
@@ -152,8 +152,8 @@ ReadUnaligned32 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 32-bit value that may be unaligned.\r
-  @param  Value   32-bit value to write to Buffer.\r
+  @param  Buffer  A pointer to a 32-bit value that may be unaligned.\r
+  @param  Value   The 32-bit value to write to Buffer.\r
 \r
   @return The 32-bit value to write to Buffer.\r
 \r
@@ -178,7 +178,7 @@ WriteUnaligned32 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 64-bit value that may be unaligned.\r
+  @param  Buffer  A pointer to a 64-bit value that may be unaligned.\r
 \r
   @return The 64-bit value read from Buffer.\r
 \r
@@ -203,8 +203,8 @@ ReadUnaligned64 (
 \r
   If the Buffer is NULL, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a 64-bit value that may be unaligned.\r
-  @param  Value   64-bit value to write to Buffer.\r
+  @param  Buffer  A pointer to a 64-bit value that may be unaligned.\r
+  @param  Value   The 64-bit value to write to Buffer.\r
 \r
   @return The 64-bit value to write to Buffer.\r
 \r
index 6a4b5d5c4520b4ba1a587f0faaa89112e3e577b5..9ec23a4193d0b57a1817c75f6e44a10a4f27cfa3 100644 (file)
@@ -6,7 +6,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 1494aabfa853ae162fb2bf0b0be8efc8c0134b50..5ceb64bd793bfd7000deae1fffba95bbb17e7019 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index cbf7eb22157d80f8d2143985ba52893f3e6ddcc1..343e9246b0a3e92e97cdeb435e9c30bf3ce9c9f9 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 339f8f70f5d38a72ed0f0c60f93f96a64a461c8b..58f0754246cd897320ad7abcc126251ed2f35b5b 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   CpuBreakpoint function.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -23,7 +23,7 @@ void __writemsr (unsigned long Register, unsigned __int64 Value);
 /**\r
   Write data to MSR.\r
 \r
-  @param  Index                Register index of MSR.\r
+  @param  Index                The register index of MSR.\r
   @param  Value                Data wants to be written.\r
 \r
   @return Value written to MSR.\r
index a5cd47c833b767f67601cb754db17d2dbd914f76..cf14c843838bfff4339725462fc32e5875113f12 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 0ce6e57e5dd473904a9e35f0ae5977fc2b0a1180..add86cc6eb4ffa6581be133a3bffc90c248d0367 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index a5ef494a8532efe5d92405874b5d9deb7df10457..cb0ea29a4a34040158a305be1a402f8961b91c59 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 641920a40d91a7af1023acb8a6fb8c80728e524a..28f9f2733e3758871dfe66c5e51ca8bb6ba5499d 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 1e7703cc20a1d066c8b21c0965a23401b7a98829..d93cc91df3f6b7629a21f70090d47cbf2c99acc3 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   IA-32/x64 AsmFxRestore()\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -28,7 +28,7 @@
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
   If Buffer was not saved with AsmFxSave(), then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
+  @param  Buffer  A pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
 **/\r
 VOID\r
index a6b878d0a231a46a5cb245d41f20e2c5bd478c1f..2dc935079e6e32858772a17637fd21669cd32e0b 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   IA-32/x64 AsmFxSave()\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -27,7 +27,7 @@
   If Buffer is NULL, then ASSERT().\r
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
 \r
-  @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
+  @param  Buffer  A pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
 **/\r
 VOID\r
index b0f69f9c737ef2da02264c8eac6f2a38a24fd8ee..ed3f495f9ce29ec7b11f615bded95887877a9369 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 5060188bf106cfecd568932948cdb7c628ade62d..77e1c5a4ddee030b18fe76532bae75eeef8ef710 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index b419cc2c796d8c58a5246d56c7aa4079d7606fd6..d5c9ccbc73f5a5152b05ed55dc871b515bbeeca4 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 3b5b88fb864e859210809230909b46c3805bc7f3..855cdd27b5cd6704ffa6b44934ae8db3683bfbbd 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index 5187d17617f6131e525c650a21466666dc184726..014287b3c206a3aec77322ba15094b7a6eb35ed3 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -53,7 +53,7 @@ extern CONST UINT16                 mTransition;
   on the real mode stack and the starting address of the save area is returned.\r
 \r
   @param  RegisterSet Values of registers before invocation of 16-bit code.\r
-  @param  Transition  Pointer to the transition code under 1MB.\r
+  @param  Transition  The pointer to the transition code under 1MB.\r
 \r
   @return The pointer to a IA32_REGISTER_SET structure containing the updated\r
           register values.\r
index c0bb185d903d6e856e87704b755970bb4b5a36a5..3b14f4cd1f688b8a6e288f059228b2e627b1cbbb 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
index f978b1951f401a1fb8eb30b029af93bb9f70dc5f..fc76440cff1826da35f31e50408974ba63a59799 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r