]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/TianoCompress/TianoCompress.h
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / C / TianoCompress / TianoCompress.h
index accbe2ce073ba2e3e487760bbd6119c4fe7198a2..d75c00d26fd92bd39c2479c2cf460f79974e4dbc 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  Internal include file for Tiano Decompress Libary.\r
+  Internal include file for Tiano Decompress Library.\r
 \r
-  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2018, 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
@@ -95,7 +95,7 @@ GetFileContents (
   OUT UINT8   *FileBuffer,\r
   OUT UINT32  *BufferLength\r
   );\r
-  \r
+\r
 STATIC\r
 VOID\r
 PutDword(\r
@@ -228,7 +228,7 @@ MakeCrcTable (
   VOID\r
   );\r
 \r
-  \r
+\r
 STATIC\r
 VOID\r
 PutBits (\r
@@ -283,7 +283,7 @@ MakeTree (
   OUT UINT8   LenParm[ ],\r
   OUT UINT16  CodeParm[]\r
   );\r
-  \r
+\r
 /**\r
   Read NumOfBit of bits from source into mBitBuf\r
 \r
@@ -302,8 +302,8 @@ FillBuf (
 /**\r
   Get NumOfBits of bits out from mBitBuf\r
 \r
-  Get NumOfBits of bits out from mBitBuf. Fill mBitBuf with subsequent \r
-  NumOfBits of bits from source. Returns NumOfBits of bits that are \r
+  Get NumOfBits of bits out from mBitBuf. Fill mBitBuf with subsequent\r
+  NumOfBits of bits from source. Returns NumOfBits of bits that are\r
   popped out.\r
 \r
   @param  Sd        The global scratch data.\r
@@ -321,7 +321,7 @@ GetBits (
 /**\r
   Creates Huffman Code mapping table according to code length array.\r
 \r
-  Creates Huffman Code mapping table for Extra Set, Char&Len Set \r
+  Creates Huffman Code mapping table for Extra Set, Char&Len Set\r
   and Position Set according to code length array.\r
 \r
   @param  Sd        The global scratch data\r
@@ -347,7 +347,7 @@ MakeTable (
   Decodes a position value.\r
 \r
   Get a position value according to Position Huffman Table.\r
-  \r
+\r
   @param  Sd the global scratch data\r
 \r
   @return The position value decoded.\r
@@ -361,7 +361,7 @@ DecodeP (
 /**\r
   Reads code lengths for the Extra Set or the Position Set.\r
 \r
-  Read in the Extra Set or Pointion Set Length Arrary, then\r
+  Read in the Extra Set or Position Set Length Array, then\r
   generate the Huffman code mapping for them.\r
 \r
   @param  Sd      The global scratch data.\r
@@ -383,7 +383,7 @@ ReadPTLen (
 \r
 /**\r
   Reads code lengths for Char&Len Set.\r
-  \r
+\r
   Read in and decode the Char&Len Set Code Length Array, then\r
   generate the Huffman Code mapping table for the Char&Len Set.\r
 \r
@@ -397,7 +397,7 @@ ReadCLen (
 \r
 /**\r
   Decode a character/length value.\r
-  \r
+\r
   Read one value from mBitBuf, Get one code from mBitBuf. If it is at block boundary, generates\r
   Huffman code mapping table for Extra Set, Code&Len Set and\r
   Position Set.\r
@@ -416,7 +416,7 @@ DecodeC (
   Decode the source data and put the resulting data into the destination buffer.\r
 \r
   Decode the source data and put the resulting data into the destination buffer.\r
-  \r
+\r
   @param  Sd The global scratch data\r
 \r
 **/\r