ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chen A Chen <chen.a.chen@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Ruiyu Ni <Ruiyu.ni@intel.com>
This commit is contained in:
Chen A Chen
2016-09-29 14:41:41 +08:00
committed by Ruiyu Ni
parent c20bd8e1e2
commit c4e74e9b81
34 changed files with 0 additions and 241 deletions

View File

@ -68,7 +68,6 @@ typedef INT16 NODE;
@param[in] Data The dword to put.
**/
VOID
EFIAPI
PutDword(
IN UINT32 Data
);
@ -128,7 +127,6 @@ INT32 mHuffmanDepth = 0;
**/
VOID
EFIAPI
MakeCrcTable (
VOID
)
@ -159,7 +157,6 @@ MakeCrcTable (
@param[in] Data The dword to put.
**/
VOID
EFIAPI
PutDword (
IN UINT32 Data
)
@ -188,7 +185,6 @@ PutDword (
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
**/
EFI_STATUS
EFIAPI
AllocateMemory (
VOID
)
@ -222,7 +218,6 @@ AllocateMemory (
**/
VOID
EFIAPI
FreeMemory (
VOID
)
@ -241,7 +236,6 @@ FreeMemory (
Initialize String Info Log data structures.
**/
VOID
EFIAPI
InitSlide (
VOID
)
@ -273,7 +267,6 @@ InitSlide (
**/
NODE
EFIAPI
Child (
IN NODE LoopVar6,
IN UINT8 LoopVar5
@ -298,7 +291,6 @@ Child (
@param[in] LoopVar4 The child node.
**/
VOID
EFIAPI
MakeChild (
IN NODE LoopVar6,
IN UINT8 LoopVar5,
@ -325,7 +317,6 @@ MakeChild (
@param[in] Old The node to split.
**/
VOID
EFIAPI
Split (
IN NODE Old
)
@ -355,7 +346,6 @@ Split (
**/
VOID
EFIAPI
InsertNode (
VOID
)
@ -484,7 +474,6 @@ InsertNode (
**/
VOID
EFIAPI
DeleteNode (
VOID
)
@ -579,7 +568,6 @@ DeleteNode (
@return The number of bytes actually read.
**/
INT32
EFIAPI
FreadCrc (
OUT UINT8 *LoopVar7,
IN INT32 LoopVar8
@ -612,7 +600,6 @@ FreadCrc (
@retval FALSE The operation failed due to insufficient memory.
**/
BOOLEAN
EFIAPI
GetNextMatch (
VOID
)
@ -647,7 +634,6 @@ GetNextMatch (
@param[in] LoopVar1 The index of the item to move.
**/
VOID
EFIAPI
DownHeap (
IN INT32 i
)
@ -684,7 +670,6 @@ DownHeap (
@param[in] LoopVar1 The top node.
**/
VOID
EFIAPI
CountLen (
IN INT32 LoopVar1
)
@ -705,7 +690,6 @@ CountLen (
@param[in] Root The root of the tree.
**/
VOID
EFIAPI
MakeLen (
IN INT32 Root
)
@ -761,7 +745,6 @@ MakeLen (
@param[out] Code The stores codes for each symbol.
**/
VOID
EFIAPI
MakeCode (
IN INT32 LoopVar8,
IN UINT8 Len[ ],
@ -792,7 +775,6 @@ MakeCode (
@return The root of the Huffman tree.
**/
INT32
EFIAPI
MakeTree (
IN INT32 NParm,
IN UINT16 FreqParm[ ],
@ -876,7 +858,6 @@ MakeTree (
@param[in] x The data.
**/
VOID
EFIAPI
PutBits (
IN INT32 LoopVar8,
IN UINT32 x
@ -915,7 +896,6 @@ PutBits (
@param[in] LoopVar5 The number to encode.
**/
VOID
EFIAPI
EncodeC (
IN INT32 LoopVar5
)
@ -929,7 +909,6 @@ EncodeC (
@param[in] LoopVar7 The number to encode.
**/
VOID
EFIAPI
EncodeP (
IN UINT32 LoopVar7
)
@ -956,7 +935,6 @@ EncodeP (
**/
VOID
EFIAPI
CountTFreq (
VOID
)
@ -1014,7 +992,6 @@ CountTFreq (
**/
VOID
EFIAPI
WritePTLen (
IN INT32 LoopVar8,
IN INT32 nbit,
@ -1053,7 +1030,6 @@ WritePTLen (
Outputs the code length array for Char&Length Set.
**/
VOID
EFIAPI
WriteCLen (
VOID
)
@ -1109,7 +1085,6 @@ WriteCLen (
**/
VOID
EFIAPI
SendBlock (
VOID
)
@ -1183,7 +1158,6 @@ SendBlock (
**/
VOID
EFIAPI
HufEncodeStart (
VOID
)
@ -1205,7 +1179,6 @@ HufEncodeStart (
@param[in] LoopVar7 The 'Position' field of a Pointer.
**/
VOID
EFIAPI
CompressOutput (
IN UINT32 LoopVar5,
IN UINT32 LoopVar7
@ -1243,7 +1216,6 @@ CompressOutput (
**/
VOID
EFIAPI
HufEncodeEnd (
VOID
)
@ -1263,7 +1235,6 @@ HufEncodeEnd (
@retval EFI_OUT_0F_RESOURCES Not enough memory for compression process.
**/
EFI_STATUS
EFIAPI
Encode (
VOID
)
@ -1346,7 +1317,6 @@ Encode (
@retval EFI_BUFFER_TOO_SMALL The buffer was too small. DstSize is required.
**/
EFI_STATUS
EFIAPI
Compress (
IN VOID *SrcBuffer,
IN UINT64 SrcSize,