summaryrefslogtreecommitdiffstats
path: root/MdePkg/Test
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2021-12-05 14:54:05 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commit2f88bd3a1296c522317f1c21377876de63de5be7 (patch)
treeba47875489cc5698061275a495983e9dea3be098 /MdePkg/Test
parent1436aea4d5707e672672a11bda72be2c63c936c3 (diff)
downloadedk2-2f88bd3a1296c522317f1c21377876de63de5be7.tar.gz
edk2-2f88bd3a1296c522317f1c21377876de63de5be7.tar.bz2
edk2-2f88bd3a1296c522317f1c21377876de63de5be7.zip
MdePkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdePkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'MdePkg/Test')
-rw-r--r--MdePkg/Test/UnitTest/Include/Library/UnitTestHostBaseLib.h132
-rw-r--r--MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c170
-rw-r--r--MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests32.c276
-rw-r--r--MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests64.c276
-rw-r--r--MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c1794
-rw-r--r--MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.h68
6 files changed, 1362 insertions, 1354 deletions
diff --git a/MdePkg/Test/UnitTest/Include/Library/UnitTestHostBaseLib.h b/MdePkg/Test/UnitTest/Include/Library/UnitTestHostBaseLib.h
index c545b34546..fb9bfd3947 100644
--- a/MdePkg/Test/UnitTest/Include/Library/UnitTestHostBaseLib.h
+++ b/MdePkg/Test/UnitTest/Include/Library/UnitTestHostBaseLib.h
@@ -495,76 +495,76 @@ VOID
/// Common services
///
typedef struct {
- UNIT_TEST_HOST_BASE_LIB_VOID EnableInterrupts;
- UNIT_TEST_HOST_BASE_LIB_VOID DisableInterrupts;
- UNIT_TEST_HOST_BASE_LIB_VOID EnableDisableInterrupts;
- UNIT_TEST_HOST_BASE_LIB_READ_BOOLEAN GetInterruptState;
+ UNIT_TEST_HOST_BASE_LIB_VOID EnableInterrupts;
+ UNIT_TEST_HOST_BASE_LIB_VOID DisableInterrupts;
+ UNIT_TEST_HOST_BASE_LIB_VOID EnableDisableInterrupts;
+ UNIT_TEST_HOST_BASE_LIB_READ_BOOLEAN GetInterruptState;
} UNIT_TEST_HOST_BASE_LIB_COMMON;
///
/// IA32/X64 services
///
typedef struct {
- UNIT_TEST_HOST_BASE_LIB_ASM_CPUID AsmCpuid;
- UNIT_TEST_HOST_BASE_LIB_ASM_CPUID_EX AsmCpuidEx;
- UNIT_TEST_HOST_BASE_LIB_VOID AsmDisableCache;
- UNIT_TEST_HOST_BASE_LIB_VOID AsmEnableCache;
- UNIT_TEST_HOST_BASE_LIB_ASM_READ_MSR_64 AsmReadMsr64;
- UNIT_TEST_HOST_BASE_LIB_ASM_WRITE_MSR_64 AsmWriteMsr64;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadCr0;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadCr2;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadCr3;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadCr4;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteCr0;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteCr2;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteCr3;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteCr4;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr0;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr1;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr2;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr3;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr4;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr5;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr6;
- UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr7;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr0;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr1;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr2;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr3;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr4;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr5;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr6;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr7;
- UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadCs;
- UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadDs;
- UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadEs;
- UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadFs;
- UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadGs;
- UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadSs;
- UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadTr;
- UNIT_TEST_HOST_BASE_LIB_ASM_READ_IA32_DESCRIPTOR AsmReadGdtr;
- UNIT_TEST_HOST_BASE_LIB_ASM_WRITE_IA32_DESCRIPTOR AsmWriteGdtr;
- UNIT_TEST_HOST_BASE_LIB_ASM_READ_IA32_DESCRIPTOR AsmReadIdtr;
- UNIT_TEST_HOST_BASE_LIB_ASM_WRITE_IA32_DESCRIPTOR AsmWriteIdtr;
- UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadLdtr;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINT16 AsmWriteLdtr;
- UNIT_TEST_HOST_BASE_LIB_ASM_READ_PMC AsmReadPmc;
- UNIT_TEST_HOST_BASE_LIB_ASM_MONITOR AsmMonitor;
- UNIT_TEST_HOST_BASE_LIB_ASM_MWAIT AsmMwait;
- UNIT_TEST_HOST_BASE_LIB_VOID AsmWbinvd;
- UNIT_TEST_HOST_BASE_LIB_VOID AsmInvd;
- UNIT_TEST_HOST_BASE_LIB_ASM_FLUSH_CACHE_LINE AsmFlushCacheLine;
- UNIT_TEST_HOST_BASE_LIB_ASM_PAGING_32 AsmEnablePaging32;
- UNIT_TEST_HOST_BASE_LIB_ASM_PAGING_32 AsmDisablePaging32;
- UNIT_TEST_HOST_BASE_LIB_ASM_ENABLE_PAGING_64 AsmEnablePaging64;
- UNIT_TEST_HOST_BASE_LIB_ASM_DISABLE_PAGING_64 AsmDisablePaging64;
- UNIT_TEST_HOST_BASE_LIB_ASM_GET_THUNK_16_PROPERTIES AsmGetThunk16Properties;
- UNIT_TEST_HOST_BASE_LIB_ASM_THUNK_16 AsmPrepareThunk16;
- UNIT_TEST_HOST_BASE_LIB_ASM_THUNK_16 AsmThunk16;
- UNIT_TEST_HOST_BASE_LIB_ASM_THUNK_16 AsmPrepareAndThunk16;
- UNIT_TEST_HOST_BASE_LIB_WRITE_UINT16 AsmWriteTr;
- UNIT_TEST_HOST_BASE_LIB_VOID AsmLfence;
- UNIT_TEST_HOST_BASE_LIB_ASM_PATCH_INSTRUCTION_X86 PatchInstructionX86;
+ UNIT_TEST_HOST_BASE_LIB_ASM_CPUID AsmCpuid;
+ UNIT_TEST_HOST_BASE_LIB_ASM_CPUID_EX AsmCpuidEx;
+ UNIT_TEST_HOST_BASE_LIB_VOID AsmDisableCache;
+ UNIT_TEST_HOST_BASE_LIB_VOID AsmEnableCache;
+ UNIT_TEST_HOST_BASE_LIB_ASM_READ_MSR_64 AsmReadMsr64;
+ UNIT_TEST_HOST_BASE_LIB_ASM_WRITE_MSR_64 AsmWriteMsr64;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadCr0;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadCr2;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadCr3;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadCr4;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteCr0;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteCr2;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteCr3;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteCr4;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr0;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr1;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr2;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr3;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr4;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr5;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr6;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINTN AsmReadDr7;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr0;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr1;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr2;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr3;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr4;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr5;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr6;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINTN AsmWriteDr7;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadCs;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadDs;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadEs;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadFs;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadGs;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadSs;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadTr;
+ UNIT_TEST_HOST_BASE_LIB_ASM_READ_IA32_DESCRIPTOR AsmReadGdtr;
+ UNIT_TEST_HOST_BASE_LIB_ASM_WRITE_IA32_DESCRIPTOR AsmWriteGdtr;
+ UNIT_TEST_HOST_BASE_LIB_ASM_READ_IA32_DESCRIPTOR AsmReadIdtr;
+ UNIT_TEST_HOST_BASE_LIB_ASM_WRITE_IA32_DESCRIPTOR AsmWriteIdtr;
+ UNIT_TEST_HOST_BASE_LIB_READ_UINT16 AsmReadLdtr;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINT16 AsmWriteLdtr;
+ UNIT_TEST_HOST_BASE_LIB_ASM_READ_PMC AsmReadPmc;
+ UNIT_TEST_HOST_BASE_LIB_ASM_MONITOR AsmMonitor;
+ UNIT_TEST_HOST_BASE_LIB_ASM_MWAIT AsmMwait;
+ UNIT_TEST_HOST_BASE_LIB_VOID AsmWbinvd;
+ UNIT_TEST_HOST_BASE_LIB_VOID AsmInvd;
+ UNIT_TEST_HOST_BASE_LIB_ASM_FLUSH_CACHE_LINE AsmFlushCacheLine;
+ UNIT_TEST_HOST_BASE_LIB_ASM_PAGING_32 AsmEnablePaging32;
+ UNIT_TEST_HOST_BASE_LIB_ASM_PAGING_32 AsmDisablePaging32;
+ UNIT_TEST_HOST_BASE_LIB_ASM_ENABLE_PAGING_64 AsmEnablePaging64;
+ UNIT_TEST_HOST_BASE_LIB_ASM_DISABLE_PAGING_64 AsmDisablePaging64;
+ UNIT_TEST_HOST_BASE_LIB_ASM_GET_THUNK_16_PROPERTIES AsmGetThunk16Properties;
+ UNIT_TEST_HOST_BASE_LIB_ASM_THUNK_16 AsmPrepareThunk16;
+ UNIT_TEST_HOST_BASE_LIB_ASM_THUNK_16 AsmThunk16;
+ UNIT_TEST_HOST_BASE_LIB_ASM_THUNK_16 AsmPrepareAndThunk16;
+ UNIT_TEST_HOST_BASE_LIB_WRITE_UINT16 AsmWriteTr;
+ UNIT_TEST_HOST_BASE_LIB_VOID AsmLfence;
+ UNIT_TEST_HOST_BASE_LIB_ASM_PATCH_INSTRUCTION_X86 PatchInstructionX86;
} UNIT_TEST_HOST_BASE_LIB_X86;
///
@@ -573,8 +573,8 @@ typedef struct {
/// can be added to the end of this structure.
///
typedef struct {
- UNIT_TEST_HOST_BASE_LIB_COMMON *Common;
- UNIT_TEST_HOST_BASE_LIB_X86 *X86;
+ UNIT_TEST_HOST_BASE_LIB_COMMON *Common;
+ UNIT_TEST_HOST_BASE_LIB_X86 *X86;
} UNIT_TEST_HOST_BASE_LIB;
extern UNIT_TEST_HOST_BASE_LIB gUnitTestHostBaseLib;
diff --git a/MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c b/MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c
index 2c4266491c..9f2d2bd9e6 100644
--- a/MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c
+++ b/MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c
@@ -31,37 +31,37 @@
*/
typedef struct {
- CHAR8 *TestInput;
- CHAR8 *TestOutput;
- EFI_STATUS ExpectedStatus;
- VOID *BufferToFree;
- UINTN ExpectedSize;
+ CHAR8 *TestInput;
+ CHAR8 *TestOutput;
+ EFI_STATUS ExpectedStatus;
+ VOID *BufferToFree;
+ UINTN ExpectedSize;
} BASIC_TEST_CONTEXT;
-#define B64_TEST_1 ""
-#define BIN_TEST_1 ""
+#define B64_TEST_1 ""
+#define BIN_TEST_1 ""
-#define B64_TEST_2 "Zg=="
-#define BIN_TEST_2 "f"
+#define B64_TEST_2 "Zg=="
+#define BIN_TEST_2 "f"
-#define B64_TEST_3 "Zm8="
-#define BIN_TEST_3 "fo"
+#define B64_TEST_3 "Zm8="
+#define BIN_TEST_3 "fo"
-#define B64_TEST_4 "Zm9v"
-#define BIN_TEST_4 "foo"
+#define B64_TEST_4 "Zm9v"
+#define BIN_TEST_4 "foo"
-#define B64_TEST_5 "Zm9vYg=="
-#define BIN_TEST_5 "foob"
+#define B64_TEST_5 "Zm9vYg=="
+#define BIN_TEST_5 "foob"
-#define B64_TEST_6 "Zm9vYmE="
-#define BIN_TEST_6 "fooba"
+#define B64_TEST_6 "Zm9vYmE="
+#define BIN_TEST_6 "fooba"
-#define B64_TEST_7 "Zm9vYmFy"
-#define BIN_TEST_7 "foobar"
+#define B64_TEST_7 "Zm9vYmFy"
+#define BIN_TEST_7 "foobar"
// Adds all white space - also ends the last quantum with only spaces afterwards
-#define B64_TEST_8_IN " \t\v Zm9\r\nvYmFy \f "
-#define BIN_TEST_8 "foobar"
+#define B64_TEST_8_IN " \t\v Zm9\r\nvYmFy \f "
+#define BIN_TEST_8 "foobar"
// Not a quantum multiple of 4
#define B64_ERROR_1 "Zm9vymFy="
@@ -70,37 +70,37 @@ typedef struct {
#define B64_ERROR_2 "Zm$vymFy"
// Too many '=' characters
-#define B64_ERROR_3 "Z==="
+#define B64_ERROR_3 "Z==="
// Poorly placed '='
-#define B64_ERROR_4 "Zm=vYmFy"
+#define B64_ERROR_4 "Zm=vYmFy"
-#define MAX_TEST_STRING_SIZE (200)
+#define MAX_TEST_STRING_SIZE (200)
// ------------------------------------------------ Input----------Output-----------Result-------Free--Expected Output Size
-static BASIC_TEST_CONTEXT mBasicEncodeTest1 = {BIN_TEST_1, B64_TEST_1, EFI_SUCCESS, NULL, sizeof(B64_TEST_1)};
-static BASIC_TEST_CONTEXT mBasicEncodeTest2 = {BIN_TEST_2, B64_TEST_2, EFI_SUCCESS, NULL, sizeof(B64_TEST_2)};
-static BASIC_TEST_CONTEXT mBasicEncodeTest3 = {BIN_TEST_3, B64_TEST_3, EFI_SUCCESS, NULL, sizeof(B64_TEST_3)};
-static BASIC_TEST_CONTEXT mBasicEncodeTest4 = {BIN_TEST_4, B64_TEST_4, EFI_SUCCESS, NULL, sizeof(B64_TEST_4)};
-static BASIC_TEST_CONTEXT mBasicEncodeTest5 = {BIN_TEST_5, B64_TEST_5, EFI_SUCCESS, NULL, sizeof(B64_TEST_5)};
-static BASIC_TEST_CONTEXT mBasicEncodeTest6 = {BIN_TEST_6, B64_TEST_6, EFI_SUCCESS, NULL, sizeof(B64_TEST_6)};
-static BASIC_TEST_CONTEXT mBasicEncodeTest7 = {BIN_TEST_7, B64_TEST_7, EFI_SUCCESS, NULL, sizeof(B64_TEST_7)};
-static BASIC_TEST_CONTEXT mBasicEncodeError1 = {BIN_TEST_7, B64_TEST_1, EFI_BUFFER_TOO_SMALL, NULL, sizeof(B64_TEST_7)};
-
-static BASIC_TEST_CONTEXT mBasicDecodeTest1 = {B64_TEST_1, BIN_TEST_1, EFI_SUCCESS, NULL, sizeof(BIN_TEST_1)-1};
-static BASIC_TEST_CONTEXT mBasicDecodeTest2 = {B64_TEST_2, BIN_TEST_2, EFI_SUCCESS, NULL, sizeof(BIN_TEST_2)-1};
-static BASIC_TEST_CONTEXT mBasicDecodeTest3 = {B64_TEST_3, BIN_TEST_3, EFI_SUCCESS, NULL, sizeof(BIN_TEST_3)-1};
-static BASIC_TEST_CONTEXT mBasicDecodeTest4 = {B64_TEST_4, BIN_TEST_4, EFI_SUCCESS, NULL, sizeof(BIN_TEST_4)-1};
-static BASIC_TEST_CONTEXT mBasicDecodeTest5 = {B64_TEST_5, BIN_TEST_5, EFI_SUCCESS, NULL, sizeof(BIN_TEST_5)-1};
-static BASIC_TEST_CONTEXT mBasicDecodeTest6 = {B64_TEST_6, BIN_TEST_6, EFI_SUCCESS, NULL, sizeof(BIN_TEST_6)-1};
-static BASIC_TEST_CONTEXT mBasicDecodeTest7 = {B64_TEST_7, BIN_TEST_7, EFI_SUCCESS, NULL, sizeof(BIN_TEST_7)-1};
-static BASIC_TEST_CONTEXT mBasicDecodeTest8 = {B64_TEST_8_IN, BIN_TEST_8, EFI_SUCCESS, NULL, sizeof(BIN_TEST_8)-1};
-
-static BASIC_TEST_CONTEXT mBasicDecodeError1 = {B64_ERROR_1, B64_ERROR_1, EFI_INVALID_PARAMETER, NULL, 0};
-static BASIC_TEST_CONTEXT mBasicDecodeError2 = {B64_ERROR_2, B64_ERROR_2, EFI_INVALID_PARAMETER, NULL, 0};
-static BASIC_TEST_CONTEXT mBasicDecodeError3 = {B64_ERROR_3, B64_ERROR_3, EFI_INVALID_PARAMETER, NULL, 0};
-static BASIC_TEST_CONTEXT mBasicDecodeError4 = {B64_ERROR_4, B64_ERROR_4, EFI_INVALID_PARAMETER, NULL, 0};
-static BASIC_TEST_CONTEXT mBasicDecodeError5 = {B64_TEST_7, BIN_TEST_1, EFI_BUFFER_TOO_SMALL, NULL, sizeof(BIN_TEST_7)-1};
+static BASIC_TEST_CONTEXT mBasicEncodeTest1 = { BIN_TEST_1, B64_TEST_1, EFI_SUCCESS, NULL, sizeof (B64_TEST_1) };
+static BASIC_TEST_CONTEXT mBasicEncodeTest2 = { BIN_TEST_2, B64_TEST_2, EFI_SUCCESS, NULL, sizeof (B64_TEST_2) };
+static BASIC_TEST_CONTEXT mBasicEncodeTest3 = { BIN_TEST_3, B64_TEST_3, EFI_SUCCESS, NULL, sizeof (B64_TEST_3) };
+static BASIC_TEST_CONTEXT mBasicEncodeTest4 = { BIN_TEST_4, B64_TEST_4, EFI_SUCCESS, NULL, sizeof (B64_TEST_4) };
+static BASIC_TEST_CONTEXT mBasicEncodeTest5 = { BIN_TEST_5, B64_TEST_5, EFI_SUCCESS, NULL, sizeof (B64_TEST_5) };
+static BASIC_TEST_CONTEXT mBasicEncodeTest6 = { BIN_TEST_6, B64_TEST_6, EFI_SUCCESS, NULL, sizeof (B64_TEST_6) };
+static BASIC_TEST_CONTEXT mBasicEncodeTest7 = { BIN_TEST_7, B64_TEST_7, EFI_SUCCESS, NULL, sizeof (B64_TEST_7) };
+static BASIC_TEST_CONTEXT mBasicEncodeError1 = { BIN_TEST_7, B64_TEST_1, EFI_BUFFER_TOO_SMALL, NULL, sizeof (B64_TEST_7) };
+
+static BASIC_TEST_CONTEXT mBasicDecodeTest1 = { B64_TEST_1, BIN_TEST_1, EFI_SUCCESS, NULL, sizeof (BIN_TEST_1)-1 };
+static BASIC_TEST_CONTEXT mBasicDecodeTest2 = { B64_TEST_2, BIN_TEST_2, EFI_SUCCESS, NULL, sizeof (BIN_TEST_2)-1 };
+static BASIC_TEST_CONTEXT mBasicDecodeTest3 = { B64_TEST_3, BIN_TEST_3, EFI_SUCCESS, NULL, sizeof (BIN_TEST_3)-1 };
+static BASIC_TEST_CONTEXT mBasicDecodeTest4 = { B64_TEST_4, BIN_TEST_4, EFI_SUCCESS, NULL, sizeof (BIN_TEST_4)-1 };
+static BASIC_TEST_CONTEXT mBasicDecodeTest5 = { B64_TEST_5, BIN_TEST_5, EFI_SUCCESS, NULL, sizeof (BIN_TEST_5)-1 };
+static BASIC_TEST_CONTEXT mBasicDecodeTest6 = { B64_TEST_6, BIN_TEST_6, EFI_SUCCESS, NULL, sizeof (BIN_TEST_6)-1 };
+static BASIC_TEST_CONTEXT mBasicDecodeTest7 = { B64_TEST_7, BIN_TEST_7, EFI_SUCCESS, NULL, sizeof (BIN_TEST_7)-1 };
+static BASIC_TEST_CONTEXT mBasicDecodeTest8 = { B64_TEST_8_IN, BIN_TEST_8, EFI_SUCCESS, NULL, sizeof (BIN_TEST_8)-1 };
+
+static BASIC_TEST_CONTEXT mBasicDecodeError1 = { B64_ERROR_1, B64_ERROR_1, EFI_INVALID_PARAMETER, NULL, 0 };
+static BASIC_TEST_CONTEXT mBasicDecodeError2 = { B64_ERROR_2, B64_ERROR_2, EFI_INVALID_PARAMETER, NULL, 0 };
+static BASIC_TEST_CONTEXT mBasicDecodeError3 = { B64_ERROR_3, B64_ERROR_3, EFI_INVALID_PARAMETER, NULL, 0 };
+static BASIC_TEST_CONTEXT mBasicDecodeError4 = { B64_ERROR_4, B64_ERROR_4, EFI_INVALID_PARAMETER, NULL, 0 };
+static BASIC_TEST_CONTEXT mBasicDecodeError5 = { B64_TEST_7, BIN_TEST_1, EFI_BUFFER_TOO_SMALL, NULL, sizeof (BIN_TEST_7)-1 };
/**
Simple clean up method to make sure tests clean up even if interrupted and fail
@@ -117,7 +117,7 @@ CleanUpB64TestContext (
Btc = (BASIC_TEST_CONTEXT *)Context;
if (Btc != NULL) {
- //free string if set
+ // free string if set
if (Btc->BufferToFree != NULL) {
FreePool (Btc->BufferToFree);
Btc->BufferToFree = NULL;
@@ -159,7 +159,7 @@ RfcEncodeTest (
INTN CompareStatus;
UINTN indx;
- Btc = (BASIC_TEST_CONTEXT *) Context;
+ Btc = (BASIC_TEST_CONTEXT *)Context;
binString = Btc->TestInput;
b64String = Btc->TestOutput;
@@ -168,21 +168,21 @@ RfcEncodeTest (
// string buffer.
//
- b64StringSize = AsciiStrnSizeS(b64String, MAX_TEST_STRING_SIZE);
- BinSize = AsciiStrnLenS(binString, MAX_TEST_STRING_SIZE);
- BinData = (UINT8 *) binString;
+ b64StringSize = AsciiStrnSizeS (b64String, MAX_TEST_STRING_SIZE);
+ BinSize = AsciiStrnLenS (binString, MAX_TEST_STRING_SIZE);
+ BinData = (UINT8 *)binString;
- b64WorkString = (CHAR8 *) AllocatePool(b64StringSize);
- UT_ASSERT_NOT_NULL(b64WorkString);
+ b64WorkString = (CHAR8 *)AllocatePool (b64StringSize);
+ UT_ASSERT_NOT_NULL (b64WorkString);
Btc->BufferToFree = b64WorkString;
- ReturnSize = b64StringSize;
+ ReturnSize = b64StringSize;
- Status = Base64Encode(BinData, BinSize, b64WorkString, &ReturnSize);
+ Status = Base64Encode (BinData, BinSize, b64WorkString, &ReturnSize);
- UT_ASSERT_STATUS_EQUAL(Status, Btc->ExpectedStatus);
+ UT_ASSERT_STATUS_EQUAL (Status, Btc->ExpectedStatus);
- UT_ASSERT_EQUAL(ReturnSize, Btc->ExpectedSize);
+ UT_ASSERT_EQUAL (ReturnSize, Btc->ExpectedSize);
if (!EFI_ERROR (Btc->ExpectedStatus)) {
if (ReturnSize != 0) {
@@ -192,12 +192,15 @@ RfcEncodeTest (
for (indx = 0; indx < ReturnSize; indx++) {
UT_LOG_ERROR (" %2.2x", 0xff & b64String[indx]);
}
+
UT_LOG_ERROR ("\n b64 work string:\n");
for (indx = 0; indx < ReturnSize; indx++) {
UT_LOG_ERROR (" %2.2x", 0xff & b64WorkString[indx]);
}
+
UT_LOG_ERROR ("\n");
}
+
UT_ASSERT_EQUAL (CompareStatus, 0);
}
}
@@ -225,22 +228,22 @@ RfcEncodeTest (
STATIC
UNIT_TEST_STATUS
EFIAPI
-RfcDecodeTest(
+RfcDecodeTest (
IN UNIT_TEST_CONTEXT Context
)
{
- BASIC_TEST_CONTEXT *Btc;
- CHAR8 *b64String;
- CHAR8 *binString;
+ BASIC_TEST_CONTEXT *Btc;
+ CHAR8 *b64String;
+ CHAR8 *binString;
EFI_STATUS Status;
UINTN b64StringLen;
UINTN ReturnSize;
- UINT8 *BinData;
+ UINT8 *BinData;
UINTN BinSize;
INTN CompareStatus;
UINTN indx;
- Btc = (BASIC_TEST_CONTEXT *)Context;
+ Btc = (BASIC_TEST_CONTEXT *)Context;
b64String = Btc->TestInput;
binString = Btc->TestOutput;
@@ -249,13 +252,13 @@ RfcDecodeTest(
//
b64StringLen = AsciiStrnLenS (b64String, MAX_TEST_STRING_SIZE);
- BinSize = AsciiStrnLenS (binString, MAX_TEST_STRING_SIZE);
+ BinSize = AsciiStrnLenS (binString, MAX_TEST_STRING_SIZE);
BinData = AllocatePool (BinSize);
- UT_ASSERT_NOT_NULL(BinData);
+ UT_ASSERT_NOT_NULL (BinData);
Btc->BufferToFree = BinData;
- ReturnSize = BinSize;
+ ReturnSize = BinSize;
Status = Base64Decode (b64String, b64StringLen, BinData, &ReturnSize);
@@ -275,12 +278,15 @@ RfcDecodeTest(
for (indx = 0; indx < ReturnSize; indx++) {
UT_LOG_ERROR (" %2.2x", 0xff & binString[indx]);
}
+
UT_LOG_ERROR ("\nBinData:\n");
for (indx = 0; indx < ReturnSize; indx++) {
UT_LOG_ERROR (" %2.2x", 0xff & BinData[indx]);
}
+
UT_LOG_ERROR ("\n");
}
+
UT_ASSERT_EQUAL (CompareStatus, 0);
}
}
@@ -413,8 +419,8 @@ UnitTestingEntry (
//
Status = InitUnitTestFramework (&Fw, UNIT_TEST_APP_NAME, gEfiCallerBaseName, UNIT_TEST_APP_VERSION);
if (EFI_ERROR (Status)) {
- DEBUG ((DEBUG_ERROR, "Failed in InitUnitTestFramework. Status = %r\n", Status));
- goto EXIT;
+ DEBUG ((DEBUG_ERROR, "Failed in InitUnitTestFramework. Status = %r\n", Status));
+ goto EXIT;
}
//
@@ -441,19 +447,19 @@ UnitTestingEntry (
//
Status = CreateUnitTestSuite (&b64DecodeTests, Fw, "b64 Decode Ascii string to binary", "BaseLib.b64Decode", NULL, NULL);
if (EFI_ERROR (Status)) {
- DEBUG ((DEBUG_ERROR, "Failed in CreateUnitTestSuite for b64Decode Tests\n"));
- Status = EFI_OUT_OF_RESOURCES;
- goto EXIT;
+ DEBUG ((DEBUG_ERROR, "Failed in CreateUnitTestSuite for b64Decode Tests\n"));
+ Status = EFI_OUT_OF_RESOURCES;
+ goto EXIT;
}
- AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - Empty", "Test1", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest1);
- AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - f", "Test2", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest2);
- AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - fo", "Test3", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest3);
- AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - foo", "Test4", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest4);
- AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - foob", "Test5", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest5);
- AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - fooba", "Test6", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest6);
- AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - foobar", "Test7", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest7);
- AddTestCase (b64DecodeTests, "Ignore Whitespace test", "Test8", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest8);
+ AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - Empty", "Test1", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest1);
+ AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - f", "Test2", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest2);
+ AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - fo", "Test3", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest3);
+ AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - foo", "Test4", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest4);
+ AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - foob", "Test5", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest5);
+ AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - fooba", "Test6", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest6);
+ AddTestCase (b64DecodeTests, "RFC 4686 Test Vector - foobar", "Test7", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest7);
+ AddTestCase (b64DecodeTests, "Ignore Whitespace test", "Test8", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeTest8);
AddTestCase (b64DecodeTests, "Not a quantum multiple of 4", "Error1", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeError1);
AddTestCase (b64DecodeTests, "Invalid characters in the string", "Error2", RfcDecodeTest, NULL, CleanUpB64TestContext, &mBasicDecodeError2);
@@ -505,8 +511,8 @@ BaseLibUnitTestAppEntry (
**/
int
main (
- int argc,
- char *argv[]
+ int argc,
+ char *argv[]
)
{
return UnitTestingEntry ();
diff --git a/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests32.c b/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests32.c
index be5c0e15d3..35f523976b 100644
--- a/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests32.c
+++ b/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests32.c
@@ -13,7 +13,7 @@
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32ToUintn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -24,17 +24,17 @@ TestSafeInt32ToUintn (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeInt32ToUintn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeInt32ToUintn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (-1537977259);
- Status = SafeInt32ToUintn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToUintn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -42,7 +42,7 @@ TestSafeInt32ToUintn (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint32ToIntn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -53,17 +53,17 @@ TestSafeUint32ToIntn (
// If Operand is <= MAX_INTN, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeUint32ToIntn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeUint32ToIntn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabababab);
- Status = SafeUint32ToIntn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint32ToIntn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -71,7 +71,7 @@ TestSafeUint32ToIntn (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnToInt32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -82,10 +82,10 @@ TestSafeIntnToInt32 (
// INTN is same as INT32 in IA32, so this is just a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeIntnToInt32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeIntnToInt32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
return UNIT_TEST_PASSED;
}
@@ -93,7 +93,7 @@ TestSafeIntnToInt32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnToUint32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -104,17 +104,17 @@ TestSafeIntnToUint32 (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeIntnToUint32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeIntnToUint32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (-1537977259);
- Status = SafeIntnToUint32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToUint32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -122,7 +122,7 @@ TestSafeIntnToUint32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToUint32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -133,10 +133,10 @@ TestSafeUintnToUint32 (
// UINTN is same as UINT32 in IA32, so this is just a cast
//
Operand = 0xabababab;
- Result = 0;
- Status = SafeUintnToUint32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabababab, Result);
+ Result = 0;
+ Status = SafeUintnToUint32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabababab, Result);
return UNIT_TEST_PASSED;
}
@@ -144,7 +144,7 @@ TestSafeUintnToUint32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToIntn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -155,17 +155,17 @@ TestSafeUintnToIntn (
// If Operand is <= MAX_INTN, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeUintnToIntn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeUintnToIntn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabababab);
- Status = SafeUintnToIntn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnToIntn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -173,7 +173,7 @@ TestSafeUintnToIntn (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToInt64 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -185,10 +185,10 @@ TestSafeUintnToInt64 (
// INT64, so this is just a cast
//
Operand = 0xabababab;
- Result = 0;
- Status = SafeUintnToInt64(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabababab, Result);
+ Result = 0;
+ Status = SafeUintnToInt64 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabababab, Result);
return UNIT_TEST_PASSED;
}
@@ -196,7 +196,7 @@ TestSafeUintnToInt64 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToIntn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -207,26 +207,26 @@ TestSafeInt64ToIntn (
// If Operand is between MIN_INTN and MAX_INTN2 inclusive, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeInt64ToIntn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeInt64ToIntn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
Operand = (-1537977259);
- Status = SafeInt64ToIntn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-1537977259), Result);
+ Status = SafeInt64ToIntn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-1537977259), Result);
//
// Otherwise should result in an error status
//
Operand = (0x5babababefefefef);
- Status = SafeInt64ToIntn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToIntn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-6605562033422200815);
- Status = SafeInt64ToIntn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToIntn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -234,7 +234,7 @@ TestSafeInt64ToIntn (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToUintn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -245,21 +245,21 @@ TestSafeInt64ToUintn (
// If Operand is between 0 and MAX_UINTN inclusive, then it's a cast
//
Operand = 0xabababab;
- Result = 0;
- Status = SafeInt64ToUintn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabababab, Result);
+ Result = 0;
+ Status = SafeInt64ToUintn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5babababefefefef);
- Status = SafeInt64ToUintn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToUintn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-6605562033422200815);
- Status = SafeInt64ToUintn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToUintn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -267,7 +267,7 @@ TestSafeInt64ToUintn (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToIntn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -278,17 +278,17 @@ TestSafeUint64ToIntn (
// If Operand is <= MAX_INTN, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeUint64ToIntn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeUint64ToIntn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUint64ToIntn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64ToIntn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -296,7 +296,7 @@ TestSafeUint64ToIntn (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToUintn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -307,17 +307,17 @@ TestSafeUint64ToUintn (
// If Operand is <= MAX_UINTN, then it's a cast
//
Operand = 0xabababab;
- Result = 0;
- Status = SafeUint64ToUintn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabababab, Result);
+ Result = 0;
+ Status = SafeUint64ToUintn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUint64ToUintn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64ToUintn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -325,7 +325,7 @@ TestSafeUint64ToUintn (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnAdd (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -339,17 +339,17 @@ TestSafeUintnAdd (
Augend = 0x3a3a3a3a;
Addend = 0x3a3a3a3a;
Result = 0;
- Status = SafeUintnAdd(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x74747474, Result);
+ Status = SafeUintnAdd (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x74747474, Result);
//
// Otherwise should result in an error status
//
Augend = 0xabababab;
Addend = 0xbcbcbcbc;
- Status = SafeUintnAdd(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnAdd (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -357,7 +357,7 @@ TestSafeUintnAdd (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnAdd (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -372,28 +372,28 @@ TestSafeIntnAdd (
Augend = 0x3a3a3a3a;
Addend = 0x3a3a3a3a;
Result = 0;
- Status = SafeIntnAdd(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x74747474, Result);
+ Status = SafeIntnAdd (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x74747474, Result);
Augend = (-976894522);
Addend = (-976894522);
- Status = SafeIntnAdd(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-1953789044), Result);
+ Status = SafeIntnAdd (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-1953789044), Result);
//
// Otherwise should result in an error status
//
Augend = 0x5a5a5a5a;
Addend = 0x5a5a5a5a;
- Status = SafeIntnAdd(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnAdd (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Augend = (-1515870810);
Addend = (-1515870810);
- Status = SafeIntnAdd(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnAdd (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -401,7 +401,7 @@ TestSafeIntnAdd (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnSub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -412,20 +412,20 @@ TestSafeUintnSub (
//
// If Minuend >= Subtrahend, then it's subtraction
//
- Minuend = 0x5a5a5a5a;
+ Minuend = 0x5a5a5a5a;
Subtrahend = 0x3b3b3b3b;
- Result = 0;
- Status = SafeUintnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x1f1f1f1f, Result);
+ Result = 0;
+ Status = SafeUintnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x1f1f1f1f, Result);
//
// Otherwise should result in an error status
//
- Minuend = 0x5a5a5a5a;
+ Minuend = 0x5a5a5a5a;
Subtrahend = 0x6d6d6d6d;
- Status = SafeUintnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -433,7 +433,7 @@ TestSafeUintnSub (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnSub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -445,31 +445,31 @@ TestSafeIntnSub (
// If the result of subtractions doesn't overflow MAX_INTN or
// underflow MIN_INTN, then it's subtraction
//
- Minuend = 0x5a5a5a5a;
+ Minuend = 0x5a5a5a5a;
Subtrahend = 0x3a3a3a3a;
- Result = 0;
- Status = SafeIntnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x20202020, Result);
+ Result = 0;
+ Status = SafeIntnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x20202020, Result);
- Minuend = 0x3a3a3a3a;
+ Minuend = 0x3a3a3a3a;
Subtrahend = 0x5a5a5a5a;
- Status = SafeIntnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-538976288), Result);
+ Status = SafeIntnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-538976288), Result);
//
// Otherwise should result in an error status
//
- Minuend = (-2054847098);
+ Minuend = (-2054847098);
Subtrahend = 2054847098;
- Status = SafeIntnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
- Minuend = (2054847098);
+ Minuend = (2054847098);
Subtrahend = (-2054847098);
- Status = SafeIntnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -477,7 +477,7 @@ TestSafeIntnSub (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnMult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -489,19 +489,19 @@ TestSafeUintnMult (
// If the result of multiplication doesn't overflow MAX_UINTN, it will succeed
//
Multiplicand = 0xa122a;
- Multiplier = 0xd23;
- Result = 0;
- Status = SafeUintnMult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x844c9dbe, Result);
+ Multiplier = 0xd23;
+ Result = 0;
+ Status = SafeUintnMult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x844c9dbe, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0xa122a;
- Multiplier = 0xed23;
- Status = SafeUintnMult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0xed23;
+ Status = SafeUintnMult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -509,7 +509,7 @@ TestSafeUintnMult (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnMult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -522,19 +522,19 @@ TestSafeIntnMult (
// underflow MIN_UINTN, it will succeed
//
Multiplicand = 0x123456;
- Multiplier = 0x678;
- Result = 0;
- Status = SafeIntnMult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x75c28c50, Result);
+ Multiplier = 0x678;
+ Result = 0;
+ Status = SafeIntnMult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x75c28c50, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0x123456;
- Multiplier = 0xabc;
- Status = SafeIntnMult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0xabc;
+ Status = SafeIntnMult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
diff --git a/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests64.c b/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests64.c
index 0fee298172..24947b0782 100644
--- a/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests64.c
+++ b/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests64.c
@@ -13,7 +13,7 @@
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32ToUintn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -24,17 +24,17 @@ TestSafeInt32ToUintn (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeInt32ToUintn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeInt32ToUintn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (-1537977259);
- Status = SafeInt32ToUintn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToUintn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -42,7 +42,7 @@ TestSafeInt32ToUintn (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint32ToIntn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -58,10 +58,10 @@ TestSafeUint32ToIntn (
// If Operand is non-negative, then it's a cast
//
Operand = 0xabababab;
- Result = 0;
- Status = SafeUint32ToIntn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabababab, Result);
+ Result = 0;
+ Status = SafeUint32ToIntn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabababab, Result);
return UNIT_TEST_PASSED;
}
@@ -69,7 +69,7 @@ TestSafeUint32ToIntn (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnToInt32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -80,26 +80,26 @@ TestSafeIntnToInt32 (
// If Operand is between MIN_INT32 and MAX_INT32 inclusive, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeIntnToInt32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeIntnToInt32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
Operand = (-1537977259);
- Status = SafeIntnToInt32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-1537977259), Result);
+ Status = SafeIntnToInt32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-1537977259), Result);
//
// Otherwise should result in an error status
//
Operand = (0x5babababefefefef);
- Status = SafeIntnToInt32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToInt32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-6605562033422200815);
- Status = SafeIntnToInt32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToInt32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -107,7 +107,7 @@ TestSafeIntnToInt32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnToUint32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -118,21 +118,21 @@ TestSafeIntnToUint32 (
// If Operand is between 0 and MAX_UINT32 inclusive, then it's a cast
//
Operand = 0xabababab;
- Result = 0;
- Status = SafeIntnToUint32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabababab, Result);
+ Result = 0;
+ Status = SafeIntnToUint32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5babababefefefef);
- Status = SafeIntnToUint32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToUint32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-6605562033422200815);
- Status = SafeIntnToUint32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToUint32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -140,7 +140,7 @@ TestSafeIntnToUint32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToUint32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -151,17 +151,17 @@ TestSafeUintnToUint32 (
// If Operand is <= MAX_UINT32, then it's a cast
//
Operand = 0xabababab;
- Result = 0;
- Status = SafeUintnToUint32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabababab, Result);
+ Result = 0;
+ Status = SafeUintnToUint32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUintnToUint32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnToUint32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -169,7 +169,7 @@ TestSafeUintnToUint32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToIntn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -180,17 +180,17 @@ TestSafeUintnToIntn (
// If Operand is <= MAX_INTN (0x7fff_ffff_ffff_ffff), then it's a cast
//
Operand = 0x5babababefefefef;
- Result = 0;
- Status = SafeUintnToIntn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5babababefefefef, Result);
+ Result = 0;
+ Status = SafeUintnToIntn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5babababefefefef, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUintnToIntn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnToIntn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -198,7 +198,7 @@ TestSafeUintnToIntn (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToInt64 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -209,17 +209,17 @@ TestSafeUintnToInt64 (
// If Operand is <= MAX_INT64, then it's a cast
//
Operand = 0x5babababefefefef;
- Result = 0;
- Status = SafeUintnToInt64(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5babababefefefef, Result);
+ Result = 0;
+ Status = SafeUintnToInt64 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5babababefefefef, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUintnToInt64(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnToInt64 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -227,7 +227,7 @@ TestSafeUintnToInt64 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToIntn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -238,10 +238,10 @@ TestSafeInt64ToIntn (
// INTN is same as INT64 in x64, so this is just a cast
//
Operand = 0x5babababefefefef;
- Result = 0;
- Status = SafeInt64ToIntn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5babababefefefef, Result);
+ Result = 0;
+ Status = SafeInt64ToIntn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5babababefefefef, Result);
return UNIT_TEST_PASSED;
}
@@ -249,7 +249,7 @@ TestSafeInt64ToIntn (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToUintn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -260,17 +260,17 @@ TestSafeInt64ToUintn (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5babababefefefef;
- Result = 0;
- Status = SafeInt64ToUintn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5babababefefefef, Result);
+ Result = 0;
+ Status = SafeInt64ToUintn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5babababefefefef, Result);
//
// Otherwise should result in an error status
//
Operand = (-6605562033422200815);
- Status = SafeInt64ToUintn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToUintn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -278,7 +278,7 @@ TestSafeInt64ToUintn (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToIntn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -289,17 +289,17 @@ TestSafeUint64ToIntn (
// If Operand is <= MAX_INTN (0x7fff_ffff_ffff_ffff), then it's a cast
//
Operand = 0x5babababefefefef;
- Result = 0;
- Status = SafeUint64ToIntn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5babababefefefef, Result);
+ Result = 0;
+ Status = SafeUint64ToIntn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5babababefefefef, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUint64ToIntn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64ToIntn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -307,7 +307,7 @@ TestSafeUint64ToIntn (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToUintn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -318,10 +318,10 @@ TestSafeUint64ToUintn (
// UINTN is same as UINT64 in x64, so this is just a cast
//
Operand = 0xababababefefefef;
- Result = 0;
- Status = SafeUint64ToUintn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xababababefefefef, Result);
+ Result = 0;
+ Status = SafeUint64ToUintn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xababababefefefef, Result);
return UNIT_TEST_PASSED;
}
@@ -329,7 +329,7 @@ TestSafeUint64ToUintn (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnAdd (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -343,17 +343,17 @@ TestSafeUintnAdd (
Augend = 0x3a3a3a3a12121212;
Addend = 0x3a3a3a3a12121212;
Result = 0;
- Status = SafeUintnAdd(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x7474747424242424, Result);
+ Status = SafeUintnAdd (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x7474747424242424, Result);
//
// Otherwise should result in an error status
//
Augend = 0xababababefefefef;
Addend = 0xbcbcbcbcdededede;
- Status = SafeUintnAdd(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnAdd (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -361,7 +361,7 @@ TestSafeUintnAdd (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnAdd (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -376,28 +376,28 @@ TestSafeIntnAdd (
Augend = 0x3a3a3a3a3a3a3a3a;
Addend = 0x3a3a3a3a3a3a3a3a;
Result = 0;
- Status = SafeIntnAdd(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x7474747474747474, Result);
+ Status = SafeIntnAdd (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x7474747474747474, Result);
Augend = (-4195730024608447034);
Addend = (-4195730024608447034);
- Status = SafeIntnAdd(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-8391460049216894068), Result);
+ Status = SafeIntnAdd (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-8391460049216894068), Result);
//
// Otherwise should result in an error status
//
Augend = 0x5a5a5a5a5a5a5a5a;
Addend = 0x5a5a5a5a5a5a5a5a;
- Status = SafeIntnAdd(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnAdd (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Augend = (-6510615555426900570);
Addend = (-6510615555426900570);
- Status = SafeIntnAdd(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnAdd (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -405,7 +405,7 @@ TestSafeIntnAdd (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnSub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -416,20 +416,20 @@ TestSafeUintnSub (
//
// If Minuend >= Subtrahend, then it's subtraction
//
- Minuend = 0x5a5a5a5a5a5a5a5a;
+ Minuend = 0x5a5a5a5a5a5a5a5a;
Subtrahend = 0x3b3b3b3b3b3b3b3b;
- Result = 0;
- Status = SafeUintnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x1f1f1f1f1f1f1f1f, Result);
+ Result = 0;
+ Status = SafeUintnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x1f1f1f1f1f1f1f1f, Result);
//
// Otherwise should result in an error status
//
- Minuend = 0x5a5a5a5a5a5a5a5a;
+ Minuend = 0x5a5a5a5a5a5a5a5a;
Subtrahend = 0x6d6d6d6d6d6d6d6d;
- Status = SafeUintnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -437,7 +437,7 @@ TestSafeUintnSub (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnSub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -449,31 +449,31 @@ TestSafeIntnSub (
// If the result of subtractions doesn't overflow MAX_INTN or
// underflow MIN_INTN, then it's subtraction
//
- Minuend = 0x5a5a5a5a5a5a5a5a;
+ Minuend = 0x5a5a5a5a5a5a5a5a;
Subtrahend = 0x3a3a3a3a3a3a3a3a;
- Result = 0;
- Status = SafeIntnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x2020202020202020, Result);
+ Result = 0;
+ Status = SafeIntnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x2020202020202020, Result);
- Minuend = 0x3a3a3a3a3a3a3a3a;
+ Minuend = 0x3a3a3a3a3a3a3a3a;
Subtrahend = 0x5a5a5a5a5a5a5a5a;
- Status = SafeIntnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-2314885530818453536), Result);
+ Status = SafeIntnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-2314885530818453536), Result);
//
// Otherwise should result in an error status
//
- Minuend = (-8825501086245354106);
+ Minuend = (-8825501086245354106);
Subtrahend = 8825501086245354106;
- Status = SafeIntnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
- Minuend = (8825501086245354106);
+ Minuend = (8825501086245354106);
Subtrahend = (-8825501086245354106);
- Status = SafeIntnSub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnSub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -481,7 +481,7 @@ TestSafeIntnSub (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnMult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -493,19 +493,19 @@ TestSafeUintnMult (
// If the result of multiplication doesn't overflow MAX_UINTN, it will succeed
//
Multiplicand = 0x123456789a;
- Multiplier = 0x1234567;
- Result = 0;
- Status = SafeUintnMult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x14b66db9745a07f6, Result);
+ Multiplier = 0x1234567;
+ Result = 0;
+ Status = SafeUintnMult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x14b66db9745a07f6, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0x123456789a;
- Multiplier = 0x12345678;
- Status = SafeUintnMult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0x12345678;
+ Status = SafeUintnMult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -513,7 +513,7 @@ TestSafeUintnMult (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnMult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -526,19 +526,19 @@ TestSafeIntnMult (
// underflow MIN_UINTN, it will succeed
//
Multiplicand = 0x123456789;
- Multiplier = 0x6789abcd;
- Result = 0;
- Status = SafeIntnMult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x75cd9045220d6bb5, Result);
+ Multiplier = 0x6789abcd;
+ Result = 0;
+ Status = SafeIntnMult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x75cd9045220d6bb5, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0x123456789;
- Multiplier = 0xa789abcd;
- Status = SafeIntnMult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0xa789abcd;
+ Status = SafeIntnMult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
diff --git a/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c b/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c
index 2b1a2223a0..acb608348a 100644
--- a/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c
+++ b/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c
@@ -9,8 +9,8 @@
#include "TestBaseSafeIntLib.h"
-#define UNIT_TEST_NAME "Int Safe Lib Unit Test Application"
-#define UNIT_TEST_VERSION "0.1"
+#define UNIT_TEST_NAME "Int Safe Lib Unit Test Application"
+#define UNIT_TEST_VERSION "0.1"
//
// Conversion function tests:
@@ -18,7 +18,7 @@
UNIT_TEST_STATUS
EFIAPI
TestSafeInt8ToUint8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -29,17 +29,17 @@ TestSafeInt8ToUint8 (
// Positive UINT8 should result in just a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt8ToUint8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt8ToUint8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Negative number should result in an error status
//
Operand = (-56);
- Status = SafeInt8ToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt8ToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -47,7 +47,7 @@ TestSafeInt8ToUint8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt8ToUint16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -58,17 +58,17 @@ TestSafeInt8ToUint16 (
// Positive UINT8 should result in just a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt8ToUint16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt8ToUint16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Negative number should result in an error status
//
Operand = (-56);
- Status = SafeInt8ToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt8ToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -76,7 +76,7 @@ TestSafeInt8ToUint16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt8ToUint32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -87,17 +87,17 @@ TestSafeInt8ToUint32 (
// Positive UINT8 should result in just a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt8ToUint32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt8ToUint32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Negative number should result in an error status
//
Operand = (-56);
- Status = SafeInt8ToUint32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt8ToUint32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -105,7 +105,7 @@ TestSafeInt8ToUint32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt8ToUintn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -116,17 +116,17 @@ TestSafeInt8ToUintn (
// Positive UINT8 should result in just a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt8ToUintn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt8ToUintn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Negative number should result in an error status
//
Operand = (-56);
- Status = SafeInt8ToUintn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt8ToUintn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -134,7 +134,7 @@ TestSafeInt8ToUintn (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt8ToUint64 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -145,17 +145,17 @@ TestSafeInt8ToUint64 (
// Positive UINT8 should result in just a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt8ToUint64(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt8ToUint64 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Negative number should result in an error status
//
Operand = (-56);
- Status = SafeInt8ToUint64(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt8ToUint64 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -163,7 +163,7 @@ TestSafeInt8ToUint64 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint8ToInt8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -174,17 +174,17 @@ TestSafeUint8ToInt8 (
// Operand <= 0x7F (MAX_INT8) should result in a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeUint8ToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeUint8ToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Operand larger than 0x7f should result in an error status
//
Operand = 0xaf;
- Status = SafeUint8ToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint8ToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -192,7 +192,7 @@ TestSafeUint8ToInt8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint8ToChar8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -208,17 +208,17 @@ TestSafeUint8ToChar8 (
// Operand <= 0x7F (MAX_INT8) should result in a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeUint8ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeUint8ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Operand larger than 0x7f should result in an error status
//
Operand = 0xaf;
- Status = SafeUint8ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint8ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -226,7 +226,7 @@ TestSafeUint8ToChar8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt16ToInt8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -237,26 +237,26 @@ TestSafeInt16ToInt8 (
// If Operand is between MIN_INT8 and MAX_INT8 inclusive, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt16ToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt16ToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
Operand = (-35);
- Status = SafeInt16ToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-35), Result);
+ Status = SafeInt16ToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-35), Result);
//
// Otherwise should result in an error status
//
Operand = 0x1234;
- Status = SafeInt16ToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16ToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-17835);
- Status = SafeInt16ToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16ToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -264,7 +264,7 @@ TestSafeInt16ToInt8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt16ToChar8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -280,37 +280,37 @@ TestSafeInt16ToChar8 (
// If Operand is between 0 and MAX_INT8 inclusive, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt16ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt16ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
Operand = 0;
- Result = 0;
- Status = SafeInt16ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0, Result);
+ Result = 0;
+ Status = SafeInt16ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0, Result);
Operand = MAX_INT8;
- Result = 0;
- Status = SafeInt16ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(MAX_INT8, Result);
+ Result = 0;
+ Status = SafeInt16ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (MAX_INT8, Result);
//
// Otherwise should result in an error status
//
Operand = (-35);
- Status = SafeInt16ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = 0x1234;
- Status = SafeInt16ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-17835);
- Status = SafeInt16ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -318,7 +318,7 @@ TestSafeInt16ToChar8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt16ToUint8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -329,21 +329,21 @@ TestSafeInt16ToUint8 (
// If Operand is between 0 and MAX_INT8 inclusive, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt16ToUint8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt16ToUint8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Otherwise should result in an error status
//
Operand = 0x1234;
- Status = SafeInt16ToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16ToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-17835);
- Status = SafeInt16ToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16ToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -351,26 +351,26 @@ TestSafeInt16ToUint8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt16ToUint16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
- INT16 Operand = 0x5b5b;
- UINT16 Result = 0;
+ INT16 Operand = 0x5b5b;
+ UINT16 Result = 0;
//
// If Operand is non-negative, then it's a cast
//
- Status = SafeInt16ToUint16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b5b, Result);
+ Status = SafeInt16ToUint16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b5b, Result);
//
// Otherwise should result in an error status
//
Operand = (-17835);
- Status = SafeInt16ToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16ToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -378,7 +378,7 @@ TestSafeInt16ToUint16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt16ToUint32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -389,17 +389,17 @@ TestSafeInt16ToUint32 (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5b5b;
- Result = 0;
- Status = SafeInt16ToUint32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b5b, Result);
+ Result = 0;
+ Status = SafeInt16ToUint32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b5b, Result);
//
// Otherwise should result in an error status
//
Operand = (-17835);
- Status = SafeInt16ToUint32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16ToUint32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -407,7 +407,7 @@ TestSafeInt16ToUint32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt16ToUintn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -418,17 +418,17 @@ TestSafeInt16ToUintn (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5b5b;
- Result = 0;
- Status = SafeInt16ToUintn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b5b, Result);
+ Result = 0;
+ Status = SafeInt16ToUintn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b5b, Result);
//
// Otherwise should result in an error status
//
Operand = (-17835);
- Status = SafeInt16ToUintn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16ToUintn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -436,7 +436,7 @@ TestSafeInt16ToUintn (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt16ToUint64 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -447,17 +447,17 @@ TestSafeInt16ToUint64 (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5b5b;
- Result = 0;
- Status = SafeInt16ToUint64(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b5b, Result);
+ Result = 0;
+ Status = SafeInt16ToUint64 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b5b, Result);
//
// Otherwise should result in an error status
//
Operand = (-17835);
- Status = SafeInt16ToUint64(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16ToUint64 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -465,7 +465,7 @@ TestSafeInt16ToUint64 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint16ToInt8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -476,17 +476,17 @@ TestSafeUint16ToInt8 (
// If Operand is <= MAX_INT8, it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeUint16ToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeUint16ToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5b5b);
- Status = SafeUint16ToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint16ToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -494,7 +494,7 @@ TestSafeUint16ToInt8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint16ToChar8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -508,17 +508,17 @@ TestSafeUint16ToChar8 (
// If Operand is <= MAX_INT8, it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeUint16ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeUint16ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5b5b);
- Status = SafeUint16ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint16ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -526,7 +526,7 @@ TestSafeUint16ToChar8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint16ToUint8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -537,17 +537,17 @@ TestSafeUint16ToUint8 (
// If Operand is <= MAX_UINT8 (0xff), it's a cast
//
Operand = 0xab;
- Result = 0;
- Status = SafeUint16ToUint8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xab, Result);
+ Result = 0;
+ Status = SafeUint16ToUint8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xab, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5b5b);
- Status = SafeUint16ToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint16ToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -555,7 +555,7 @@ TestSafeUint16ToUint8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint16ToInt16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -566,17 +566,17 @@ TestSafeUint16ToInt16 (
// If Operand is <= MAX_INT16 (0x7fff), it's a cast
//
Operand = 0x5b5b;
- Result = 0;
- Status = SafeUint16ToInt16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b5b, Result);
+ Result = 0;
+ Status = SafeUint16ToInt16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b5b, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabab);
- Status = SafeUint16ToInt16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint16ToInt16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -584,7 +584,7 @@ TestSafeUint16ToInt16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32ToInt8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -595,26 +595,26 @@ TestSafeInt32ToInt8 (
// If Operand is between MIN_INT8 and MAX_INT8 inclusive, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt32ToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt32ToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
Operand = (-57);
- Status = SafeInt32ToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-57), Result);
+ Status = SafeInt32ToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-57), Result);
//
// Otherwise should result in an error status
//
Operand = (0x5bababab);
- Status = SafeInt32ToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-1537977259);
- Status = SafeInt32ToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -622,7 +622,7 @@ TestSafeInt32ToInt8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32ToChar8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -638,37 +638,37 @@ TestSafeInt32ToChar8 (
// If Operand is between 0 and MAX_INT8 inclusive, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt32ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt32ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
Operand = 0;
- Result = 0;
- Status = SafeInt32ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0, Result);
+ Result = 0;
+ Status = SafeInt32ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0, Result);
Operand = MAX_INT8;
- Result = 0;
- Status = SafeInt32ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(MAX_INT8, Result);
+ Result = 0;
+ Status = SafeInt32ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (MAX_INT8, Result);
//
// Otherwise should result in an error status
//
Operand = (-57);
- Status = SafeInt32ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (0x5bababab);
- Status = SafeInt32ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-1537977259);
- Status = SafeInt32ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -676,7 +676,7 @@ TestSafeInt32ToChar8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32ToUint8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -687,25 +687,25 @@ TestSafeInt32ToUint8 (
// If Operand is between 0 and MAX_INT8 inclusive, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt32ToUint8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt32ToUint8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Otherwise should result in an error status
//
Operand = (-57);
- Status = SafeInt32ToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (0x5bababab);
- Status = SafeInt32ToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-1537977259);
- Status = SafeInt32ToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -713,7 +713,7 @@ TestSafeInt32ToUint8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32ToInt16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -724,26 +724,26 @@ TestSafeInt32ToInt16 (
// If Operand is between MIN_INT16 and MAX_INT16 inclusive, then it's a cast
//
Operand = 0x5b5b;
- Result = 0;
- Status = SafeInt32ToInt16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b5b, Result);
+ Result = 0;
+ Status = SafeInt32ToInt16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b5b, Result);
Operand = (-17857);
- Status = SafeInt32ToInt16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-17857), Result);
+ Status = SafeInt32ToInt16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-17857), Result);
//
// Otherwise should result in an error status
//
Operand = (0x5bababab);
- Status = SafeInt32ToInt16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToInt16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-1537977259);
- Status = SafeInt32ToInt16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToInt16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -751,7 +751,7 @@ TestSafeInt32ToInt16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32ToUint16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -762,25 +762,25 @@ TestSafeInt32ToUint16 (
// If Operand is between 0 and MAX_UINT16 inclusive, then it's a cast
//
Operand = 0xabab;
- Result = 0;
- Status = SafeInt32ToUint16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabab, Result);
+ Result = 0;
+ Status = SafeInt32ToUint16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabab, Result);
//
// Otherwise should result in an error status
//
Operand = (-17857);
- Status = SafeInt32ToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (0x5bababab);
- Status = SafeInt32ToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-1537977259);
- Status = SafeInt32ToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -788,7 +788,7 @@ TestSafeInt32ToUint16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32ToUint32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -799,17 +799,17 @@ TestSafeInt32ToUint32 (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeInt32ToUint32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeInt32ToUint32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (-1537977259);
- Status = SafeInt32ToUint32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToUint32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -817,7 +817,7 @@ TestSafeInt32ToUint32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32ToUint64 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -828,17 +828,17 @@ TestSafeInt32ToUint64 (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeInt32ToUint64(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeInt32ToUint64 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (-1537977259);
- Status = SafeInt32ToUint64(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32ToUint64 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -846,7 +846,7 @@ TestSafeInt32ToUint64 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint32ToInt8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -857,17 +857,17 @@ TestSafeUint32ToInt8 (
// If Operand is <= MAX_INT8, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeUint32ToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeUint32ToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5bababab);
- Status = SafeUint32ToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint32ToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -875,7 +875,7 @@ TestSafeUint32ToInt8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint32ToChar8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -889,17 +889,17 @@ TestSafeUint32ToChar8 (
// If Operand is <= MAX_INT8, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeUint32ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeUint32ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5bababab);
- Status = SafeUint32ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint32ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -907,7 +907,7 @@ TestSafeUint32ToChar8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint32ToUint8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -918,17 +918,17 @@ TestSafeUint32ToUint8 (
// If Operand is <= MAX_UINT8, then it's a cast
//
Operand = 0xab;
- Result = 0;
- Status = SafeUint32ToUint8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xab, Result);
+ Result = 0;
+ Status = SafeUint32ToUint8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabababab);
- Status = SafeUint32ToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint32ToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -936,7 +936,7 @@ TestSafeUint32ToUint8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint32ToInt16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -947,17 +947,17 @@ TestSafeUint32ToInt16 (
// If Operand is <= MAX_INT16, then it's a cast
//
Operand = 0x5bab;
- Result = 0;
- Status = SafeUint32ToInt16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bab, Result);
+ Result = 0;
+ Status = SafeUint32ToInt16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabababab);
- Status = SafeUint32ToInt16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint32ToInt16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -965,7 +965,7 @@ TestSafeUint32ToInt16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint32ToUint16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -976,17 +976,17 @@ TestSafeUint32ToUint16 (
// If Operand is <= MAX_UINT16, then it's a cast
//
Operand = 0xabab;
- Result = 0;
- Status = SafeUint32ToUint16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabab, Result);
+ Result = 0;
+ Status = SafeUint32ToUint16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabababab);
- Status = SafeUint32ToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint32ToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -994,7 +994,7 @@ TestSafeUint32ToUint16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint32ToInt32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1005,17 +1005,17 @@ TestSafeUint32ToInt32 (
// If Operand is <= MAX_INT32, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeUint32ToInt32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeUint32ToInt32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabababab);
- Status = SafeUint32ToInt32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint32ToInt32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1023,7 +1023,7 @@ TestSafeUint32ToInt32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnToInt8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1034,26 +1034,26 @@ TestSafeIntnToInt8 (
// If Operand is between MIN_INT8 and MAX_INT8 inclusive, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeIntnToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeIntnToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
Operand = (-53);
- Status = SafeIntnToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-53), Result);
+ Status = SafeIntnToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-53), Result);
//
// Otherwise should result in an error status
//
Operand = (0x5bababab);
- Status = SafeIntnToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-1537977259);
- Status = SafeIntnToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1061,7 +1061,7 @@ TestSafeIntnToInt8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnToChar8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1077,37 +1077,37 @@ TestSafeIntnToChar8 (
// If Operand is between MIN_INT8 and MAX_INT8 inclusive, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeIntnToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeIntnToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
Operand = 0;
- Result = 0;
- Status = SafeIntnToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0, Result);
+ Result = 0;
+ Status = SafeIntnToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0, Result);
Operand = MAX_INT8;
- Result = 0;
- Status = SafeIntnToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(MAX_INT8, Result);
+ Result = 0;
+ Status = SafeIntnToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (MAX_INT8, Result);
//
// Otherwise should result in an error status
//
Operand = (-53);
- Status = SafeIntnToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (0x5bababab);
- Status = SafeIntnToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-1537977259);
- Status = SafeIntnToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1115,7 +1115,7 @@ TestSafeIntnToChar8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnToUint8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1126,21 +1126,21 @@ TestSafeIntnToUint8 (
// If Operand is between 0 and MAX_UINT8 inclusive, then it's a cast
//
Operand = 0xab;
- Result = 0;
- Status = SafeIntnToUint8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xab, Result);
+ Result = 0;
+ Status = SafeIntnToUint8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xab, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5bababab);
- Status = SafeIntnToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-1537977259);
- Status = SafeIntnToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1148,7 +1148,7 @@ TestSafeIntnToUint8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnToInt16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1159,26 +1159,26 @@ TestSafeIntnToInt16 (
// If Operand is between MIN_INT16 and MAX_INT16 inclusive, then it's a cast
//
Operand = 0x5bab;
- Result = 0;
- Status = SafeIntnToInt16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bab, Result);
+ Result = 0;
+ Status = SafeIntnToInt16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bab, Result);
Operand = (-23467);
- Status = SafeIntnToInt16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-23467), Result);
+ Status = SafeIntnToInt16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-23467), Result);
//
// Otherwise should result in an error status
//
Operand = (0x5bababab);
- Status = SafeIntnToInt16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToInt16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-1537977259);
- Status = SafeIntnToInt16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToInt16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1186,7 +1186,7 @@ TestSafeIntnToInt16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnToUint16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1197,21 +1197,21 @@ TestSafeIntnToUint16 (
// If Operand is between 0 and MAX_UINT16 inclusive, then it's a cast
//
Operand = 0xabab;
- Result = 0;
- Status = SafeIntnToUint16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabab, Result);
+ Result = 0;
+ Status = SafeIntnToUint16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabab, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5bababab);
- Status = SafeIntnToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-1537977259);
- Status = SafeIntnToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1219,7 +1219,7 @@ TestSafeIntnToUint16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnToUintn (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1230,17 +1230,17 @@ TestSafeIntnToUintn (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeIntnToUintn(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeIntnToUintn (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (-1537977259);
- Status = SafeIntnToUintn(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToUintn (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1248,7 +1248,7 @@ TestSafeIntnToUintn (
UNIT_TEST_STATUS
EFIAPI
TestSafeIntnToUint64 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1259,17 +1259,17 @@ TestSafeIntnToUint64 (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeIntnToUint64(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeIntnToUint64 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (-1537977259);
- Status = SafeIntnToUint64(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeIntnToUint64 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1277,7 +1277,7 @@ TestSafeIntnToUint64 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToInt8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1288,17 +1288,17 @@ TestSafeUintnToInt8 (
// If Operand is <= MAX_INT8, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeUintnToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeUintnToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabab);
- Status = SafeUintnToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1306,7 +1306,7 @@ TestSafeUintnToInt8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToChar8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1320,17 +1320,17 @@ TestSafeUintnToChar8 (
// If Operand is <= MAX_INT8, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeUintnToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeUintnToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabab);
- Status = SafeUintnToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1338,7 +1338,7 @@ TestSafeUintnToChar8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToUint8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1349,17 +1349,17 @@ TestSafeUintnToUint8 (
// If Operand is <= MAX_UINT8, then it's a cast
//
Operand = 0xab;
- Result = 0;
- Status = SafeUintnToUint8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xab, Result);
+ Result = 0;
+ Status = SafeUintnToUint8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabab);
- Status = SafeUintnToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1367,7 +1367,7 @@ TestSafeUintnToUint8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToInt16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1378,17 +1378,17 @@ TestSafeUintnToInt16 (
// If Operand is <= MAX_INT16, then it's a cast
//
Operand = 0x5bab;
- Result = 0;
- Status = SafeUintnToInt16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bab, Result);
+ Result = 0;
+ Status = SafeUintnToInt16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabab);
- Status = SafeUintnToInt16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnToInt16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1396,7 +1396,7 @@ TestSafeUintnToInt16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToUint16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1407,17 +1407,17 @@ TestSafeUintnToUint16 (
// If Operand is <= MAX_UINT16, then it's a cast
//
Operand = 0xabab;
- Result = 0;
- Status = SafeUintnToUint16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabab, Result);
+ Result = 0;
+ Status = SafeUintnToUint16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabababab);
- Status = SafeUintnToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1425,7 +1425,7 @@ TestSafeUintnToUint16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUintnToInt32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1436,17 +1436,17 @@ TestSafeUintnToInt32 (
// If Operand is <= MAX_INT32, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeUintnToInt32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeUintnToInt32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xabababab);
- Status = SafeUintnToInt32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUintnToInt32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1454,7 +1454,7 @@ TestSafeUintnToInt32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToInt8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1465,26 +1465,26 @@ TestSafeInt64ToInt8 (
// If Operand is between MIN_INT8 and MAX_INT8 inclusive, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt64ToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt64ToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
Operand = (-37);
- Status = SafeInt64ToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-37), Result);
+ Status = SafeInt64ToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-37), Result);
//
// Otherwise should result in an error status
//
Operand = (0x5babababefefefef);
- Status = SafeInt64ToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-6605562033422200815);
- Status = SafeInt64ToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1492,7 +1492,7 @@ TestSafeInt64ToInt8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToChar8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1508,37 +1508,37 @@ TestSafeInt64ToChar8 (
// If Operand is between MIN_INT8 and MAX_INT8 inclusive, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeInt64ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeInt64ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
Operand = 0;
- Result = 0;
- Status = SafeInt64ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0, Result);
+ Result = 0;
+ Status = SafeInt64ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0, Result);
Operand = MAX_INT8;
- Result = 0;
- Status = SafeInt64ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(MAX_INT8, Result);
+ Result = 0;
+ Status = SafeInt64ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (MAX_INT8, Result);
//
// Otherwise should result in an error status
//
Operand = (-37);
- Status = SafeInt64ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (0x5babababefefefef);
- Status = SafeInt64ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-6605562033422200815);
- Status = SafeInt64ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1546,7 +1546,7 @@ TestSafeInt64ToChar8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToUint8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1557,21 +1557,21 @@ TestSafeInt64ToUint8 (
// If Operand is between 0 and MAX_UINT8 inclusive, then it's a cast
//
Operand = 0xab;
- Result = 0;
- Status = SafeInt64ToUint8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xab, Result);
+ Result = 0;
+ Status = SafeInt64ToUint8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xab, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5babababefefefef);
- Status = SafeInt64ToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-6605562033422200815);
- Status = SafeInt64ToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1579,7 +1579,7 @@ TestSafeInt64ToUint8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToInt16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1590,26 +1590,26 @@ TestSafeInt64ToInt16 (
// If Operand is between MIN_INT16 and MAX_INT16 inclusive, then it's a cast
//
Operand = 0x5bab;
- Result = 0;
- Status = SafeInt64ToInt16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bab, Result);
+ Result = 0;
+ Status = SafeInt64ToInt16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bab, Result);
Operand = (-23467);
- Status = SafeInt64ToInt16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-23467), Result);
+ Status = SafeInt64ToInt16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-23467), Result);
//
// Otherwise should result in an error status
//
Operand = (0x5babababefefefef);
- Status = SafeInt64ToInt16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToInt16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-6605562033422200815);
- Status = SafeInt64ToInt16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToInt16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1617,7 +1617,7 @@ TestSafeInt64ToInt16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToUint16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1628,21 +1628,21 @@ TestSafeInt64ToUint16 (
// If Operand is between 0 and MAX_UINT16 inclusive, then it's a cast
//
Operand = 0xabab;
- Result = 0;
- Status = SafeInt64ToUint16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabab, Result);
+ Result = 0;
+ Status = SafeInt64ToUint16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabab, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5babababefefefef);
- Status = SafeInt64ToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-6605562033422200815);
- Status = SafeInt64ToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1650,7 +1650,7 @@ TestSafeInt64ToUint16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToInt32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1661,26 +1661,26 @@ TestSafeInt64ToInt32 (
// If Operand is between MIN_INT32 and MAX_INT32 inclusive, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeInt64ToInt32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeInt64ToInt32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
Operand = (-1537977259);
- Status = SafeInt64ToInt32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-1537977259), Result);
+ Status = SafeInt64ToInt32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-1537977259), Result);
//
// Otherwise should result in an error status
//
Operand = (0x5babababefefefef);
- Status = SafeInt64ToInt32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToInt32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-6605562033422200815);
- Status = SafeInt64ToInt32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToInt32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1688,7 +1688,7 @@ TestSafeInt64ToInt32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToUint32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1699,21 +1699,21 @@ TestSafeInt64ToUint32 (
// If Operand is between 0 and MAX_UINT32 inclusive, then it's a cast
//
Operand = 0xabababab;
- Result = 0;
- Status = SafeInt64ToUint32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabababab, Result);
+ Result = 0;
+ Status = SafeInt64ToUint32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0x5babababefefefef);
- Status = SafeInt64ToUint32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToUint32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Operand = (-6605562033422200815);
- Status = SafeInt64ToUint32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToUint32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1721,7 +1721,7 @@ TestSafeInt64ToUint32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64ToUint64 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1732,17 +1732,17 @@ TestSafeInt64ToUint64 (
// If Operand is non-negative, then it's a cast
//
Operand = 0x5babababefefefef;
- Result = 0;
- Status = SafeInt64ToUint64(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5babababefefefef, Result);
+ Result = 0;
+ Status = SafeInt64ToUint64 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5babababefefefef, Result);
//
// Otherwise should result in an error status
//
Operand = (-6605562033422200815);
- Status = SafeInt64ToUint64(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64ToUint64 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1750,7 +1750,7 @@ TestSafeInt64ToUint64 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToInt8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1761,17 +1761,17 @@ TestSafeUint64ToInt8 (
// If Operand is <= MAX_INT8, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeUint64ToInt8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeUint64ToInt8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUint64ToInt8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64ToInt8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1779,7 +1779,7 @@ TestSafeUint64ToInt8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToChar8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1793,17 +1793,17 @@ TestSafeUint64ToChar8 (
// If Operand is <= MAX_INT8, then it's a cast
//
Operand = 0x5b;
- Result = 0;
- Status = SafeUint64ToChar8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5b, Result);
+ Result = 0;
+ Status = SafeUint64ToChar8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5b, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUint64ToChar8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64ToChar8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1811,7 +1811,7 @@ TestSafeUint64ToChar8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToUint8 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1822,17 +1822,17 @@ TestSafeUint64ToUint8 (
// If Operand is <= MAX_UINT8, then it's a cast
//
Operand = 0xab;
- Result = 0;
- Status = SafeUint64ToUint8(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xab, Result);
+ Result = 0;
+ Status = SafeUint64ToUint8 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUint64ToUint8(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64ToUint8 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1840,7 +1840,7 @@ TestSafeUint64ToUint8 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToInt16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1851,17 +1851,17 @@ TestSafeUint64ToInt16 (
// If Operand is <= MAX_INT16, then it's a cast
//
Operand = 0x5bab;
- Result = 0;
- Status = SafeUint64ToInt16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bab, Result);
+ Result = 0;
+ Status = SafeUint64ToInt16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUint64ToInt16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64ToInt16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1869,7 +1869,7 @@ TestSafeUint64ToInt16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToUint16 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1880,17 +1880,17 @@ TestSafeUint64ToUint16 (
// If Operand is <= MAX_UINT16, then it's a cast
//
Operand = 0xabab;
- Result = 0;
- Status = SafeUint64ToUint16(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabab, Result);
+ Result = 0;
+ Status = SafeUint64ToUint16 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUint64ToUint16(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64ToUint16 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1898,7 +1898,7 @@ TestSafeUint64ToUint16 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToInt32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1909,17 +1909,17 @@ TestSafeUint64ToInt32 (
// If Operand is <= MAX_INT32, then it's a cast
//
Operand = 0x5bababab;
- Result = 0;
- Status = SafeUint64ToInt32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5bababab, Result);
+ Result = 0;
+ Status = SafeUint64ToInt32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5bababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUint64ToInt32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64ToInt32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1927,7 +1927,7 @@ TestSafeUint64ToInt32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToUint32 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1938,17 +1938,17 @@ TestSafeUint64ToUint32 (
// If Operand is <= MAX_UINT32, then it's a cast
//
Operand = 0xabababab;
- Result = 0;
- Status = SafeUint64ToUint32(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xabababab, Result);
+ Result = 0;
+ Status = SafeUint64ToUint32 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xabababab, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUint64ToUint32(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64ToUint32 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1956,7 +1956,7 @@ TestSafeUint64ToUint32 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64ToInt64 (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -1967,17 +1967,17 @@ TestSafeUint64ToInt64 (
// If Operand is <= MAX_INT64, then it's a cast
//
Operand = 0x5babababefefefef;
- Result = 0;
- Status = SafeUint64ToInt64(Operand, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x5babababefefefef, Result);
+ Result = 0;
+ Status = SafeUint64ToInt64 (Operand, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x5babababefefefef, Result);
//
// Otherwise should result in an error status
//
Operand = (0xababababefefefef);
- Status = SafeUint64ToInt64(Operand, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64ToInt64 (Operand, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -1988,7 +1988,7 @@ TestSafeUint64ToInt64 (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint8Add (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2002,17 +2002,17 @@ TestSafeUint8Add (
Augend = 0x3a;
Addend = 0x3a;
Result = 0;
- Status = SafeUint8Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x74, Result);
+ Status = SafeUint8Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x74, Result);
//
// Otherwise should result in an error status
//
Augend = 0xab;
Addend = 0xbc;
- Status = SafeUint8Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint8Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2020,28 +2020,28 @@ TestSafeUint8Add (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint16Add (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
- UINT16 Augend = 0x3a3a;
- UINT16 Addend = 0x3a3a;
- UINT16 Result = 0;
+ UINT16 Augend = 0x3a3a;
+ UINT16 Addend = 0x3a3a;
+ UINT16 Result = 0;
//
// If the result of addition doesn't overflow MAX_UINT16, then it's addition
//
- Status = SafeUint16Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x7474, Result);
+ Status = SafeUint16Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x7474, Result);
//
// Otherwise should result in an error status
//
Augend = 0xabab;
Addend = 0xbcbc;
- Status = SafeUint16Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint16Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2049,7 +2049,7 @@ TestSafeUint16Add (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint32Add (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2063,17 +2063,17 @@ TestSafeUint32Add (
Augend = 0x3a3a3a3a;
Addend = 0x3a3a3a3a;
Result = 0;
- Status = SafeUint32Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x74747474, Result);
+ Status = SafeUint32Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x74747474, Result);
//
// Otherwise should result in an error status
//
Augend = 0xabababab;
Addend = 0xbcbcbcbc;
- Status = SafeUint32Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint32Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2081,7 +2081,7 @@ TestSafeUint32Add (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64Add (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2095,17 +2095,17 @@ TestSafeUint64Add (
Augend = 0x3a3a3a3a12121212;
Addend = 0x3a3a3a3a12121212;
Result = 0;
- Status = SafeUint64Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x7474747424242424, Result);
+ Status = SafeUint64Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x7474747424242424, Result);
//
// Otherwise should result in an error status
//
Augend = 0xababababefefefef;
Addend = 0xbcbcbcbcdededede;
- Status = SafeUint64Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2113,7 +2113,7 @@ TestSafeUint64Add (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt8Add (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2128,37 +2128,36 @@ TestSafeInt8Add (
Augend = 0x3a;
Addend = 0x3a;
Result = 0;
- Status = SafeInt8Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x74, Result);
+ Status = SafeInt8Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x74, Result);
Augend = (-58);
Addend = (-58);
- Status = SafeInt8Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-116), Result);
+ Status = SafeInt8Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-116), Result);
//
// Otherwise should result in an error status
//
Augend = 0x5a;
Addend = 0x5a;
- Status = SafeInt8Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt8Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Augend = (-90);
Addend = (-90);
- Status = SafeInt8Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt8Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
-
}
UNIT_TEST_STATUS
EFIAPI
TestSafeInt16Add (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2173,28 +2172,28 @@ TestSafeInt16Add (
Augend = 0x3a3a;
Addend = 0x3a3a;
Result = 0;
- Status = SafeInt16Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x7474, Result);
+ Status = SafeInt16Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x7474, Result);
Augend = (-14906);
Addend = (-14906);
- Status = SafeInt16Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-29812), Result);
+ Status = SafeInt16Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-29812), Result);
//
// Otherwise should result in an error status
//
Augend = 0x5a5a;
Addend = 0x5a5a;
- Status = SafeInt16Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Augend = (-23130);
Addend = (-23130);
- Status = SafeInt16Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2202,7 +2201,7 @@ TestSafeInt16Add (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32Add (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2217,28 +2216,28 @@ TestSafeInt32Add (
Augend = 0x3a3a3a3a;
Addend = 0x3a3a3a3a;
Result = 0;
- Status = SafeInt32Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x74747474, Result);
+ Status = SafeInt32Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x74747474, Result);
Augend = (-976894522);
Addend = (-976894522);
- Status = SafeInt32Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-1953789044), Result);
+ Status = SafeInt32Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-1953789044), Result);
//
// Otherwise should result in an error status
//
Augend = 0x5a5a5a5a;
Addend = 0x5a5a5a5a;
- Status = SafeInt32Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Augend = (-1515870810);
Addend = (-1515870810);
- Status = SafeInt32Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2246,7 +2245,7 @@ TestSafeInt32Add (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64Add (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2261,28 +2260,28 @@ TestSafeInt64Add (
Augend = 0x3a3a3a3a3a3a3a3a;
Addend = 0x3a3a3a3a3a3a3a3a;
Result = 0;
- Status = SafeInt64Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x7474747474747474, Result);
+ Status = SafeInt64Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x7474747474747474, Result);
Augend = (-4195730024608447034);
Addend = (-4195730024608447034);
- Status = SafeInt64Add(Augend, Addend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-8391460049216894068), Result);
+ Status = SafeInt64Add (Augend, Addend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-8391460049216894068), Result);
//
// Otherwise should result in an error status
//
Augend = 0x5a5a5a5a5a5a5a5a;
Addend = 0x5a5a5a5a5a5a5a5a;
- Status = SafeInt64Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
Augend = (-6510615555426900570);
Addend = (-6510615555426900570);
- Status = SafeInt64Add(Augend, Addend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64Add (Augend, Addend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2293,7 +2292,7 @@ TestSafeInt64Add (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint8Sub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2304,20 +2303,20 @@ TestSafeUint8Sub (
//
// If Minuend >= Subtrahend, then it's subtraction
//
- Minuend = 0x5a;
+ Minuend = 0x5a;
Subtrahend = 0x3b;
- Result = 0;
- Status = SafeUint8Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x1f, Result);
+ Result = 0;
+ Status = SafeUint8Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x1f, Result);
//
// Otherwise should result in an error status
//
- Minuend = 0x5a;
+ Minuend = 0x5a;
Subtrahend = 0x6d;
- Status = SafeUint8Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint8Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2325,7 +2324,7 @@ TestSafeUint8Sub (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint16Sub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2336,20 +2335,20 @@ TestSafeUint16Sub (
//
// If Minuend >= Subtrahend, then it's subtraction
//
- Minuend = 0x5a5a;
+ Minuend = 0x5a5a;
Subtrahend = 0x3b3b;
- Result = 0;
- Status = SafeUint16Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x1f1f, Result);
+ Result = 0;
+ Status = SafeUint16Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x1f1f, Result);
//
// Otherwise should result in an error status
//
- Minuend = 0x5a5a;
+ Minuend = 0x5a5a;
Subtrahend = 0x6d6d;
- Status = SafeUint16Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint16Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2357,7 +2356,7 @@ TestSafeUint16Sub (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint32Sub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2368,20 +2367,20 @@ TestSafeUint32Sub (
//
// If Minuend >= Subtrahend, then it's subtraction
//
- Minuend = 0x5a5a5a5a;
+ Minuend = 0x5a5a5a5a;
Subtrahend = 0x3b3b3b3b;
- Result = 0;
- Status = SafeUint32Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x1f1f1f1f, Result);
+ Result = 0;
+ Status = SafeUint32Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x1f1f1f1f, Result);
//
// Otherwise should result in an error status
//
- Minuend = 0x5a5a5a5a;
+ Minuend = 0x5a5a5a5a;
Subtrahend = 0x6d6d6d6d;
- Status = SafeUint32Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint32Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2389,7 +2388,7 @@ TestSafeUint32Sub (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64Sub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2400,20 +2399,20 @@ TestSafeUint64Sub (
//
// If Minuend >= Subtrahend, then it's subtraction
//
- Minuend = 0x5a5a5a5a5a5a5a5a;
+ Minuend = 0x5a5a5a5a5a5a5a5a;
Subtrahend = 0x3b3b3b3b3b3b3b3b;
- Result = 0;
- Status = SafeUint64Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x1f1f1f1f1f1f1f1f, Result);
+ Result = 0;
+ Status = SafeUint64Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x1f1f1f1f1f1f1f1f, Result);
//
// Otherwise should result in an error status
//
- Minuend = 0x5a5a5a5a5a5a5a5a;
+ Minuend = 0x5a5a5a5a5a5a5a5a;
Subtrahend = 0x6d6d6d6d6d6d6d6d;
- Status = SafeUint64Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeUint64Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2421,7 +2420,7 @@ TestSafeUint64Sub (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt8Sub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2433,31 +2432,31 @@ TestSafeInt8Sub (
// If the result of subtractions doesn't overflow MAX_INT8 or
// underflow MIN_INT8, then it's subtraction
//
- Minuend = 0x5a;
+ Minuend = 0x5a;
Subtrahend = 0x3a;
- Result = 0;
- Status = SafeInt8Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x20, Result);
+ Result = 0;
+ Status = SafeInt8Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x20, Result);
- Minuend = 58;
+ Minuend = 58;
Subtrahend = 78;
- Status = SafeInt8Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-20), Result);
+ Status = SafeInt8Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-20), Result);
//
// Otherwise should result in an error status
//
- Minuend = (-80);
+ Minuend = (-80);
Subtrahend = 80;
- Status = SafeInt8Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt8Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
- Minuend = (80);
+ Minuend = (80);
Subtrahend = (-80);
- Status = SafeInt8Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt8Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2465,7 +2464,7 @@ TestSafeInt8Sub (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt16Sub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2477,31 +2476,31 @@ TestSafeInt16Sub (
// If the result of subtractions doesn't overflow MAX_INT16 or
// underflow MIN_INT16, then it's subtraction
//
- Minuend = 0x5a5a;
+ Minuend = 0x5a5a;
Subtrahend = 0x3a3a;
- Result = 0;
- Status = SafeInt16Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x2020, Result);
+ Result = 0;
+ Status = SafeInt16Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x2020, Result);
- Minuend = 0x3a3a;
+ Minuend = 0x3a3a;
Subtrahend = 0x5a5a;
- Status = SafeInt16Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-8224), Result);
+ Status = SafeInt16Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-8224), Result);
//
// Otherwise should result in an error status
//
- Minuend = (-31354);
+ Minuend = (-31354);
Subtrahend = 31354;
- Status = SafeInt16Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
- Minuend = (31354);
+ Minuend = (31354);
Subtrahend = (-31354);
- Status = SafeInt16Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt16Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2509,7 +2508,7 @@ TestSafeInt16Sub (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32Sub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2521,31 +2520,31 @@ TestSafeInt32Sub (
// If the result of subtractions doesn't overflow MAX_INT32 or
// underflow MIN_INT32, then it's subtraction
//
- Minuend = 0x5a5a5a5a;
+ Minuend = 0x5a5a5a5a;
Subtrahend = 0x3a3a3a3a;
- Result = 0;
- Status = SafeInt32Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x20202020, Result);
+ Result = 0;
+ Status = SafeInt32Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x20202020, Result);
- Minuend = 0x3a3a3a3a;
+ Minuend = 0x3a3a3a3a;
Subtrahend = 0x5a5a5a5a;
- Status = SafeInt32Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-538976288), Result);
+ Status = SafeInt32Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-538976288), Result);
//
// Otherwise should result in an error status
//
- Minuend = (-2054847098);
+ Minuend = (-2054847098);
Subtrahend = 2054847098;
- Status = SafeInt32Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
- Minuend = (2054847098);
+ Minuend = (2054847098);
Subtrahend = (-2054847098);
- Status = SafeInt32Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt32Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2553,7 +2552,7 @@ TestSafeInt32Sub (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64Sub (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2565,31 +2564,31 @@ TestSafeInt64Sub (
// If the result of subtractions doesn't overflow MAX_INT64 or
// underflow MIN_INT64, then it's subtraction
//
- Minuend = 0x5a5a5a5a5a5a5a5a;
+ Minuend = 0x5a5a5a5a5a5a5a5a;
Subtrahend = 0x3a3a3a3a3a3a3a3a;
- Result = 0;
- Status = SafeInt64Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x2020202020202020, Result);
+ Result = 0;
+ Status = SafeInt64Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x2020202020202020, Result);
- Minuend = 0x3a3a3a3a3a3a3a3a;
+ Minuend = 0x3a3a3a3a3a3a3a3a;
Subtrahend = 0x5a5a5a5a5a5a5a5a;
- Status = SafeInt64Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL((-2314885530818453536), Result);
+ Status = SafeInt64Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL ((-2314885530818453536), Result);
//
// Otherwise should result in an error status
//
- Minuend = (-8825501086245354106);
+ Minuend = (-8825501086245354106);
Subtrahend = 8825501086245354106;
- Status = SafeInt64Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
- Minuend = (8825501086245354106);
+ Minuend = (8825501086245354106);
Subtrahend = (-8825501086245354106);
- Status = SafeInt64Sub(Minuend, Subtrahend, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Status = SafeInt64Sub (Minuend, Subtrahend, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2600,7 +2599,7 @@ TestSafeInt64Sub (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint8Mult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2612,19 +2611,19 @@ TestSafeUint8Mult (
// If the result of multiplication doesn't overflow MAX_UINT8, it will succeed
//
Multiplicand = 0x12;
- Multiplier = 0xa;
- Result = 0;
- Status = SafeUint8Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xb4, Result);
+ Multiplier = 0xa;
+ Result = 0;
+ Status = SafeUint8Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xb4, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0x12;
- Multiplier = 0x23;
- Status = SafeUint8Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0x23;
+ Status = SafeUint8Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2632,7 +2631,7 @@ TestSafeUint8Mult (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint16Mult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2644,19 +2643,19 @@ TestSafeUint16Mult (
// If the result of multiplication doesn't overflow MAX_UINT16, it will succeed
//
Multiplicand = 0x212;
- Multiplier = 0x7a;
- Result = 0;
- Status = SafeUint16Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0xfc94, Result);
+ Multiplier = 0x7a;
+ Result = 0;
+ Status = SafeUint16Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0xfc94, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0x1234;
- Multiplier = 0x213;
- Status = SafeUint16Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0x213;
+ Status = SafeUint16Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2664,7 +2663,7 @@ TestSafeUint16Mult (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint32Mult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2676,19 +2675,19 @@ TestSafeUint32Mult (
// If the result of multiplication doesn't overflow MAX_UINT32, it will succeed
//
Multiplicand = 0xa122a;
- Multiplier = 0xd23;
- Result = 0;
- Status = SafeUint32Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x844c9dbe, Result);
+ Multiplier = 0xd23;
+ Result = 0;
+ Status = SafeUint32Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x844c9dbe, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0xa122a;
- Multiplier = 0xed23;
- Status = SafeUint32Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0xed23;
+ Status = SafeUint32Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2696,7 +2695,7 @@ TestSafeUint32Mult (
UNIT_TEST_STATUS
EFIAPI
TestSafeUint64Mult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2708,19 +2707,19 @@ TestSafeUint64Mult (
// If the result of multiplication doesn't overflow MAX_UINT64, it will succeed
//
Multiplicand = 0x123456789a;
- Multiplier = 0x1234567;
- Result = 0;
- Status = SafeUint64Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x14b66db9745a07f6, Result);
+ Multiplier = 0x1234567;
+ Result = 0;
+ Status = SafeUint64Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x14b66db9745a07f6, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0x123456789a;
- Multiplier = 0x12345678;
- Status = SafeUint64Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0x12345678;
+ Status = SafeUint64Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2728,7 +2727,7 @@ TestSafeUint64Mult (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt8Mult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2741,19 +2740,19 @@ TestSafeInt8Mult (
// underflow MIN_UINT8, it will succeed
//
Multiplicand = 0x12;
- Multiplier = 0x7;
- Result = 0;
- Status = SafeInt8Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x7e, Result);
+ Multiplier = 0x7;
+ Result = 0;
+ Status = SafeInt8Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x7e, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0x12;
- Multiplier = 0xa;
- Status = SafeInt8Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0xa;
+ Status = SafeInt8Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2761,7 +2760,7 @@ TestSafeInt8Mult (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt16Mult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2774,19 +2773,19 @@ TestSafeInt16Mult (
// underflow MIN_UINT16, it will succeed
//
Multiplicand = 0x123;
- Multiplier = 0x67;
- Result = 0;
- Status = SafeInt16Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x7515, Result);
+ Multiplier = 0x67;
+ Result = 0;
+ Status = SafeInt16Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x7515, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0x123;
- Multiplier = 0xab;
- Status = SafeInt16Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0xab;
+ Status = SafeInt16Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2794,7 +2793,7 @@ TestSafeInt16Mult (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt32Mult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2807,19 +2806,19 @@ TestSafeInt32Mult (
// underflow MIN_UINT32, it will succeed
//
Multiplicand = 0x123456;
- Multiplier = 0x678;
- Result = 0;
- Status = SafeInt32Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x75c28c50, Result);
+ Multiplier = 0x678;
+ Result = 0;
+ Status = SafeInt32Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x75c28c50, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0x123456;
- Multiplier = 0xabc;
- Status = SafeInt32Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0xabc;
+ Status = SafeInt32Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2827,7 +2826,7 @@ TestSafeInt32Mult (
UNIT_TEST_STATUS
EFIAPI
TestSafeInt64Mult (
- IN UNIT_TEST_CONTEXT Context
+ IN UNIT_TEST_CONTEXT Context
)
{
EFI_STATUS Status;
@@ -2840,19 +2839,19 @@ TestSafeInt64Mult (
// underflow MIN_UINT64, it will succeed
//
Multiplicand = 0x123456789;
- Multiplier = 0x6789abcd;
- Result = 0;
- Status = SafeInt64Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_NOT_EFI_ERROR(Status);
- UT_ASSERT_EQUAL(0x75cd9045220d6bb5, Result);
+ Multiplier = 0x6789abcd;
+ Result = 0;
+ Status = SafeInt64Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_NOT_EFI_ERROR (Status);
+ UT_ASSERT_EQUAL (0x75cd9045220d6bb5, Result);
//
// Otherwise should result in an error status
//
Multiplicand = 0x123456789;
- Multiplier = 0xa789abcd;
- Status = SafeInt64Mult(Multiplicand, Multiplier, &Result);
- UT_ASSERT_EQUAL(RETURN_BUFFER_TOO_SMALL, Status);
+ Multiplier = 0xa789abcd;
+ Status = SafeInt64Mult (Multiplicand, Multiplier, &Result);
+ UT_ASSERT_EQUAL (RETURN_BUFFER_TOO_SMALL, Status);
return UNIT_TEST_PASSED;
}
@@ -2874,19 +2873,19 @@ UefiTestMain (
UNIT_TEST_SUITE_HANDLE AdditionSubtractionTestSuite;
UNIT_TEST_SUITE_HANDLE MultiplicationTestSuite;
- Framework = NULL;
- ConversionTestSuite = NULL;
+ Framework = NULL;
+ ConversionTestSuite = NULL;
AdditionSubtractionTestSuite = NULL;
- MultiplicationTestSuite = NULL;
+ MultiplicationTestSuite = NULL;
- DEBUG((DEBUG_INFO, "%a v%a\n", UNIT_TEST_NAME, UNIT_TEST_VERSION));
+ DEBUG ((DEBUG_INFO, "%a v%a\n", UNIT_TEST_NAME, UNIT_TEST_VERSION));
//
// Start setting up the test framework for running the tests.
//
Status = InitUnitTestFramework (&Framework, UNIT_TEST_NAME, gEfiCallerBaseName, UNIT_TEST_VERSION);
- if (EFI_ERROR(Status)) {
- DEBUG((DEBUG_ERROR, "Failed in InitUnitTestFramework. Status = %r\n", Status));
+ if (EFI_ERROR (Status)) {
+ DEBUG ((DEBUG_ERROR, "Failed in InitUnitTestFramework. Status = %r\n", Status));
goto EXIT;
}
@@ -2894,141 +2893,144 @@ UefiTestMain (
// Test the conversion functions
//
Status = CreateUnitTestSuite (&ConversionTestSuite, Framework, "Int Safe Conversions Test Suite", "Common.SafeInt.Convert", NULL, NULL);
- if (EFI_ERROR(Status)) {
- DEBUG((DEBUG_ERROR, "Failed in CreateUnitTestSuite for Conversions Test Suite\n"));
+ if (EFI_ERROR (Status)) {
+ DEBUG ((DEBUG_ERROR, "Failed in CreateUnitTestSuite for Conversions Test Suite\n"));
Status = EFI_OUT_OF_RESOURCES;
goto EXIT;
}
- AddTestCase(ConversionTestSuite, "Test SafeInt8ToUint8", "TestSafeInt8ToUint8", TestSafeInt8ToUint8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt8ToUint16", "TestSafeInt8ToUint16", TestSafeInt8ToUint16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt8ToUint32", "TestSafeInt8ToUint32", TestSafeInt8ToUint32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt8ToUintn", "TestSafeInt8ToUintn", TestSafeInt8ToUintn, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt8ToUint64", "TestSafeInt8ToUint64", TestSafeInt8ToUint64, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint8ToInt8", "TestSafeUint8ToInt8", TestSafeUint8ToInt8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint8ToChar8", "TestSafeUint8ToChar8", TestSafeUint8ToChar8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt16ToInt8", "TestSafeInt16ToInt8", TestSafeInt16ToInt8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt16ToChar8", "TestSafeInt16ToChar8", TestSafeInt16ToChar8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt16ToUint8", "TestSafeInt16ToUint8", TestSafeInt16ToUint8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt16ToUint16", "TestSafeInt16ToUint16", TestSafeInt16ToUint16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt16ToUint32", "TestSafeInt16ToUint32", TestSafeInt16ToUint32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt16ToUintn", "TestSafeInt16ToUintn", TestSafeInt16ToUintn, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt16ToUint64", "TestSafeInt16ToUint64", TestSafeInt16ToUint64, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint16ToInt8", "TestSafeUint16ToInt8", TestSafeUint16ToInt8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint16ToChar8", "TestSafeUint16ToChar8", TestSafeUint16ToChar8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint16ToUint8", "TestSafeUint16ToUint8", TestSafeUint16ToUint8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint16ToInt16", "TestSafeUint16ToInt16", TestSafeUint16ToInt16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt32ToInt8", "TestSafeInt32ToInt8", TestSafeInt32ToInt8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt32ToChar8", "TestSafeInt32ToChar8", TestSafeInt32ToChar8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt32ToUint8", "TestSafeInt32ToUint8", TestSafeInt32ToUint8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt32ToInt16", "TestSafeInt32ToInt16", TestSafeInt32ToInt16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt32ToUint16", "TestSafeInt32ToUint16", TestSafeInt32ToUint16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt32ToUint32", "TestSafeInt32ToUint32", TestSafeInt32ToUint32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt32ToUintn", "TestSafeInt32ToUintn", TestSafeInt32ToUintn, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt32ToUint64", "TestSafeInt32ToUint64", TestSafeInt32ToUint64, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint32ToInt8", "TestSafeUint32ToInt8", TestSafeUint32ToInt8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint32ToChar8", "TestSafeUint32ToChar8", TestSafeUint32ToChar8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint32ToUint8", "TestSafeUint32ToUint8", TestSafeUint32ToUint8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint32ToInt16", "TestSafeUint32ToInt16", TestSafeUint32ToInt16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint32ToUint16", "TestSafeUint32ToUint16", TestSafeUint32ToUint16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint32ToInt32", "TestSafeUint32ToInt32", TestSafeUint32ToInt32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint32ToIntn", "TestSafeUint32ToIntn", TestSafeUint32ToIntn, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeIntnToInt8", "TestSafeIntnToInt8", TestSafeIntnToInt8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeIntnToChar8", "TestSafeIntnToChar8", TestSafeIntnToChar8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeIntnToUint8", "TestSafeIntnToUint8", TestSafeIntnToUint8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeIntnToInt16", "TestSafeIntnToInt16", TestSafeIntnToInt16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeIntnToUint16", "TestSafeIntnToUint16", TestSafeIntnToUint16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeIntnToInt32", "TestSafeIntnToInt32", TestSafeIntnToInt32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeIntnToUint32", "TestSafeIntnToUint32", TestSafeIntnToUint32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeIntnToUintn", "TestSafeIntnToUintn", TestSafeIntnToUintn, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeIntnToUint64", "TestSafeIntnToUint64", TestSafeIntnToUint64, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUintnToInt8", "TestSafeUintnToInt8", TestSafeUintnToInt8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUintnToChar8", "TestSafeUintnToChar8", TestSafeUintnToChar8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUintnToUint8", "TestSafeUintnToUint8", TestSafeUintnToUint8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUintnToInt16", "TestSafeUintnToInt16", TestSafeUintnToInt16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUintnToUint16", "TestSafeUintnToUint16", TestSafeUintnToUint16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUintnToInt32", "TestSafeUintnToInt32", TestSafeUintnToInt32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUintnToUint32", "TestSafeUintnToUint32", TestSafeUintnToUint32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUintnToIntn", "TestSafeUintnToIntn", TestSafeUintnToIntn, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUintnToInt64", "TestSafeUintnToInt64", TestSafeUintnToInt64, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt64ToInt8", "TestSafeInt64ToInt8", TestSafeInt64ToInt8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt64ToChar8", "TestSafeInt64ToChar8", TestSafeInt64ToChar8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt64ToUint8", "TestSafeInt64ToUint8", TestSafeInt64ToUint8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt64ToInt16", "TestSafeInt64ToInt16", TestSafeInt64ToInt16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt64ToUint16", "TestSafeInt64ToUint16", TestSafeInt64ToUint16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt64ToInt32", "TestSafeInt64ToInt32", TestSafeInt64ToInt32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt64ToUint32", "TestSafeInt64ToUint32", TestSafeInt64ToUint32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt64ToIntn", "TestSafeInt64ToIntn", TestSafeInt64ToIntn, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt64ToUintn", "TestSafeInt64ToUintn", TestSafeInt64ToUintn, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeInt64ToUint64", "TestSafeInt64ToUint64", TestSafeInt64ToUint64, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint64ToInt8", "TestSafeUint64ToInt8", TestSafeUint64ToInt8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint64ToChar8", "TestSafeUint64ToChar8", TestSafeUint64ToChar8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint64ToUint8", "TestSafeUint64ToUint8", TestSafeUint64ToUint8, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint64ToInt16", "TestSafeUint64ToInt16", TestSafeUint64ToInt16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint64ToUint16", "TestSafeUint64ToUint16", TestSafeUint64ToUint16, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint64ToInt32", "TestSafeUint64ToInt32", TestSafeUint64ToInt32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint64ToUint32", "TestSafeUint64ToUint32", TestSafeUint64ToUint32, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint64ToIntn", "TestSafeUint64ToIntn", TestSafeUint64ToIntn, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint64ToUintn", "TestSafeUint64ToUintn", TestSafeUint64ToUintn, NULL, NULL, NULL);
- AddTestCase(ConversionTestSuite, "Test SafeUint64ToInt64", "TestSafeUint64ToInt64", TestSafeUint64ToInt64, NULL, NULL, NULL);
+
+ AddTestCase (ConversionTestSuite, "Test SafeInt8ToUint8", "TestSafeInt8ToUint8", TestSafeInt8ToUint8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt8ToUint16", "TestSafeInt8ToUint16", TestSafeInt8ToUint16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt8ToUint32", "TestSafeInt8ToUint32", TestSafeInt8ToUint32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt8ToUintn", "TestSafeInt8ToUintn", TestSafeInt8ToUintn, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt8ToUint64", "TestSafeInt8ToUint64", TestSafeInt8ToUint64, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint8ToInt8", "TestSafeUint8ToInt8", TestSafeUint8ToInt8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint8ToChar8", "TestSafeUint8ToChar8", TestSafeUint8ToChar8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt16ToInt8", "TestSafeInt16ToInt8", TestSafeInt16ToInt8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt16ToChar8", "TestSafeInt16ToChar8", TestSafeInt16ToChar8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt16ToUint8", "TestSafeInt16ToUint8", TestSafeInt16ToUint8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt16ToUint16", "TestSafeInt16ToUint16", TestSafeInt16ToUint16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt16ToUint32", "TestSafeInt16ToUint32", TestSafeInt16ToUint32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt16ToUintn", "TestSafeInt16ToUintn", TestSafeInt16ToUintn, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt16ToUint64", "TestSafeInt16ToUint64", TestSafeInt16ToUint64, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint16ToInt8", "TestSafeUint16ToInt8", TestSafeUint16ToInt8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint16ToChar8", "TestSafeUint16ToChar8", TestSafeUint16ToChar8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint16ToUint8", "TestSafeUint16ToUint8", TestSafeUint16ToUint8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint16ToInt16", "TestSafeUint16ToInt16", TestSafeUint16ToInt16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt32ToInt8", "TestSafeInt32ToInt8", TestSafeInt32ToInt8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt32ToChar8", "TestSafeInt32ToChar8", TestSafeInt32ToChar8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt32ToUint8", "TestSafeInt32ToUint8", TestSafeInt32ToUint8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt32ToInt16", "TestSafeInt32ToInt16", TestSafeInt32ToInt16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt32ToUint16", "TestSafeInt32ToUint16", TestSafeInt32ToUint16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt32ToUint32", "TestSafeInt32ToUint32", TestSafeInt32ToUint32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt32ToUintn", "TestSafeInt32ToUintn", TestSafeInt32ToUintn, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt32ToUint64", "TestSafeInt32ToUint64", TestSafeInt32ToUint64, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint32ToInt8", "TestSafeUint32ToInt8", TestSafeUint32ToInt8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint32ToChar8", "TestSafeUint32ToChar8", TestSafeUint32ToChar8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint32ToUint8", "TestSafeUint32ToUint8", TestSafeUint32ToUint8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint32ToInt16", "TestSafeUint32ToInt16", TestSafeUint32ToInt16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint32ToUint16", "TestSafeUint32ToUint16", TestSafeUint32ToUint16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint32ToInt32", "TestSafeUint32ToInt32", TestSafeUint32ToInt32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint32ToIntn", "TestSafeUint32ToIntn", TestSafeUint32ToIntn, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeIntnToInt8", "TestSafeIntnToInt8", TestSafeIntnToInt8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeIntnToChar8", "TestSafeIntnToChar8", TestSafeIntnToChar8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeIntnToUint8", "TestSafeIntnToUint8", TestSafeIntnToUint8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeIntnToInt16", "TestSafeIntnToInt16", TestSafeIntnToInt16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeIntnToUint16", "TestSafeIntnToUint16", TestSafeIntnToUint16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeIntnToInt32", "TestSafeIntnToInt32", TestSafeIntnToInt32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeIntnToUint32", "TestSafeIntnToUint32", TestSafeIntnToUint32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeIntnToUintn", "TestSafeIntnToUintn", TestSafeIntnToUintn, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeIntnToUint64", "TestSafeIntnToUint64", TestSafeIntnToUint64, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUintnToInt8", "TestSafeUintnToInt8", TestSafeUintnToInt8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUintnToChar8", "TestSafeUintnToChar8", TestSafeUintnToChar8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUintnToUint8", "TestSafeUintnToUint8", TestSafeUintnToUint8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUintnToInt16", "TestSafeUintnToInt16", TestSafeUintnToInt16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUintnToUint16", "TestSafeUintnToUint16", TestSafeUintnToUint16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUintnToInt32", "TestSafeUintnToInt32", TestSafeUintnToInt32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUintnToUint32", "TestSafeUintnToUint32", TestSafeUintnToUint32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUintnToIntn", "TestSafeUintnToIntn", TestSafeUintnToIntn, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUintnToInt64", "TestSafeUintnToInt64", TestSafeUintnToInt64, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt64ToInt8", "TestSafeInt64ToInt8", TestSafeInt64ToInt8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt64ToChar8", "TestSafeInt64ToChar8", TestSafeInt64ToChar8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt64ToUint8", "TestSafeInt64ToUint8", TestSafeInt64ToUint8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt64ToInt16", "TestSafeInt64ToInt16", TestSafeInt64ToInt16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt64ToUint16", "TestSafeInt64ToUint16", TestSafeInt64ToUint16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt64ToInt32", "TestSafeInt64ToInt32", TestSafeInt64ToInt32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt64ToUint32", "TestSafeInt64ToUint32", TestSafeInt64ToUint32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt64ToIntn", "TestSafeInt64ToIntn", TestSafeInt64ToIntn, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt64ToUintn", "TestSafeInt64ToUintn", TestSafeInt64ToUintn, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeInt64ToUint64", "TestSafeInt64ToUint64", TestSafeInt64ToUint64, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint64ToInt8", "TestSafeUint64ToInt8", TestSafeUint64ToInt8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint64ToChar8", "TestSafeUint64ToChar8", TestSafeUint64ToChar8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint64ToUint8", "TestSafeUint64ToUint8", TestSafeUint64ToUint8, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint64ToInt16", "TestSafeUint64ToInt16", TestSafeUint64ToInt16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint64ToUint16", "TestSafeUint64ToUint16", TestSafeUint64ToUint16, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint64ToInt32", "TestSafeUint64ToInt32", TestSafeUint64ToInt32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint64ToUint32", "TestSafeUint64ToUint32", TestSafeUint64ToUint32, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint64ToIntn", "TestSafeUint64ToIntn", TestSafeUint64ToIntn, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint64ToUintn", "TestSafeUint64ToUintn", TestSafeUint64ToUintn, NULL, NULL, NULL);
+ AddTestCase (ConversionTestSuite, "Test SafeUint64ToInt64", "TestSafeUint64ToInt64", TestSafeUint64ToInt64, NULL, NULL, NULL);
//
// Test the addition and subtraction functions
//
- Status = CreateUnitTestSuite(&AdditionSubtractionTestSuite, Framework, "Int Safe Add/Subtract Test Suite", "Common.SafeInt.AddSubtract", NULL, NULL);
- if (EFI_ERROR(Status)) {
- DEBUG((DEBUG_ERROR, "Failed in CreateUnitTestSuite for Int Safe Add/Subtract Test Suite\n"));
+ Status = CreateUnitTestSuite (&AdditionSubtractionTestSuite, Framework, "Int Safe Add/Subtract Test Suite", "Common.SafeInt.AddSubtract", NULL, NULL);
+ if (EFI_ERROR (Status)) {
+ DEBUG ((DEBUG_ERROR, "Failed in CreateUnitTestSuite for Int Safe Add/Subtract Test Suite\n"));
Status = EFI_OUT_OF_RESOURCES;
goto EXIT;
}
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeUint8Add", "TestSafeUint8Add", TestSafeUint8Add, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeUint16Add", "TestSafeUint16Add", TestSafeUint16Add, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeUint32Add", "TestSafeUint32Add", TestSafeUint32Add, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeUintnAdd", "TestSafeUintnAdd", TestSafeUintnAdd, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeUint64Add", "TestSafeUint64Add", TestSafeUint64Add, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeInt8Add", "TestSafeInt8Add", TestSafeInt8Add, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeInt16Add", "TestSafeInt16Add", TestSafeInt16Add, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeInt32Add", "TestSafeInt32Add", TestSafeInt32Add, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeIntnAdd", "TestSafeIntnAdd", TestSafeIntnAdd, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeInt64Add", "TestSafeInt64Add", TestSafeInt64Add, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeUint8Sub", "TestSafeUint8Sub", TestSafeUint8Sub, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeUint16Sub", "TestSafeUint16Sub", TestSafeUint16Sub, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeUint32Sub", "TestSafeUint32Sub", TestSafeUint32Sub, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeUintnSub", "TestSafeUintnSub", TestSafeUintnSub, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeUint64Sub", "TestSafeUint64Sub", TestSafeUint64Sub, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeInt8Sub", "TestSafeInt8Sub", TestSafeInt8Sub, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeInt16Sub", "TestSafeInt16Sub", TestSafeInt16Sub, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeInt32Sub", "TestSafeInt32Sub", TestSafeInt32Sub, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeIntnSub", "TestSafeIntnSub", TestSafeIntnSub, NULL, NULL, NULL);
- AddTestCase(AdditionSubtractionTestSuite, "Test SafeInt64Sub", "TestSafeInt64Sub", TestSafeInt64Sub, NULL, NULL, NULL);
+
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeUint8Add", "TestSafeUint8Add", TestSafeUint8Add, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeUint16Add", "TestSafeUint16Add", TestSafeUint16Add, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeUint32Add", "TestSafeUint32Add", TestSafeUint32Add, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeUintnAdd", "TestSafeUintnAdd", TestSafeUintnAdd, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeUint64Add", "TestSafeUint64Add", TestSafeUint64Add, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeInt8Add", "TestSafeInt8Add", TestSafeInt8Add, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeInt16Add", "TestSafeInt16Add", TestSafeInt16Add, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeInt32Add", "TestSafeInt32Add", TestSafeInt32Add, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeIntnAdd", "TestSafeIntnAdd", TestSafeIntnAdd, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeInt64Add", "TestSafeInt64Add", TestSafeInt64Add, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeUint8Sub", "TestSafeUint8Sub", TestSafeUint8Sub, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeUint16Sub", "TestSafeUint16Sub", TestSafeUint16Sub, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeUint32Sub", "TestSafeUint32Sub", TestSafeUint32Sub, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeUintnSub", "TestSafeUintnSub", TestSafeUintnSub, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeUint64Sub", "TestSafeUint64Sub", TestSafeUint64Sub, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeInt8Sub", "TestSafeInt8Sub", TestSafeInt8Sub, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeInt16Sub", "TestSafeInt16Sub", TestSafeInt16Sub, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeInt32Sub", "TestSafeInt32Sub", TestSafeInt32Sub, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeIntnSub", "TestSafeIntnSub", TestSafeIntnSub, NULL, NULL, NULL);
+ AddTestCase (AdditionSubtractionTestSuite, "Test SafeInt64Sub", "TestSafeInt64Sub", TestSafeInt64Sub, NULL, NULL, NULL);
//
// Test the multiplication functions
//
- Status = CreateUnitTestSuite(&MultiplicationTestSuite, Framework, "Int Safe Multiply Test Suite", "Common.SafeInt.Multiply", NULL, NULL);
- if (EFI_ERROR(Status)) {
- DEBUG((DEBUG_ERROR, "Failed in CreateUnitTestSuite for Int Safe Multiply Test Suite\n"));
+ Status = CreateUnitTestSuite (&MultiplicationTestSuite, Framework, "Int Safe Multiply Test Suite", "Common.SafeInt.Multiply", NULL, NULL);
+ if (EFI_ERROR (Status)) {
+ DEBUG ((DEBUG_ERROR, "Failed in CreateUnitTestSuite for Int Safe Multiply Test Suite\n"));
Status = EFI_OUT_OF_RESOURCES;
goto EXIT;
}
- AddTestCase(MultiplicationTestSuite, "Test SafeUint8Mult", "TestSafeUint8Mult", TestSafeUint8Mult, NULL, NULL, NULL);
- AddTestCase(MultiplicationTestSuite, "Test SafeUint16Mult", "TestSafeUint16Mult", TestSafeUint16Mult, NULL, NULL, NULL);
- AddTestCase(MultiplicationTestSuite, "Test SafeUint32Mult", "TestSafeUint32Mult", TestSafeUint32Mult, NULL, NULL, NULL);
- AddTestCase(MultiplicationTestSuite, "Test SafeUintnMult", "TestSafeUintnMult", TestSafeUintnMult, NULL, NULL, NULL);
- AddTestCase(MultiplicationTestSuite, "Test SafeUint64Mult", "TestSafeUint64Mult", TestSafeUint64Mult, NULL, NULL, NULL);
- AddTestCase(MultiplicationTestSuite, "Test SafeInt8Mult", "TestSafeInt8Mult", TestSafeInt8Mult, NULL, NULL, NULL);
- AddTestCase(MultiplicationTestSuite, "Test SafeInt16Mult", "TestSafeInt16Mult", TestSafeInt16Mult, NULL, NULL, NULL);
- AddTestCase(MultiplicationTestSuite, "Test SafeInt32Mult", "TestSafeInt32Mult", TestSafeInt32Mult, NULL, NULL, NULL);
- AddTestCase(MultiplicationTestSuite, "Test SafeIntnMult", "TestSafeIntnMult", TestSafeIntnMult, NULL, NULL, NULL);
- AddTestCase(MultiplicationTestSuite, "Test SafeInt64Mult", "TestSafeInt64Mult", TestSafeInt64Mult, NULL, NULL, NULL);
+
+ AddTestCase (MultiplicationTestSuite, "Test SafeUint8Mult", "TestSafeUint8Mult", TestSafeUint8Mult, NULL, NULL, NULL);
+ AddTestCase (MultiplicationTestSuite, "Test SafeUint16Mult", "TestSafeUint16Mult", TestSafeUint16Mult, NULL, NULL, NULL);
+ AddTestCase (MultiplicationTestSuite, "Test SafeUint32Mult", "TestSafeUint32Mult", TestSafeUint32Mult, NULL, NULL, NULL);
+ AddTestCase (MultiplicationTestSuite, "Test SafeUintnMult", "TestSafeUintnMult", TestSafeUintnMult, NULL, NULL, NULL);
+ AddTestCase (MultiplicationTestSuite, "Test SafeUint64Mult", "TestSafeUint64Mult", TestSafeUint64Mult, NULL, NULL, NULL);
+ AddTestCase (MultiplicationTestSuite, "Test SafeInt8Mult", "TestSafeInt8Mult", TestSafeInt8Mult, NULL, NULL, NULL);
+ AddTestCase (MultiplicationTestSuite, "Test SafeInt16Mult", "TestSafeInt16Mult", TestSafeInt16Mult, NULL, NULL, NULL);
+ AddTestCase (MultiplicationTestSuite, "Test SafeInt32Mult", "TestSafeInt32Mult", TestSafeInt32Mult, NULL, NULL, NULL);
+ AddTestCase (MultiplicationTestSuite, "Test SafeIntnMult", "TestSafeIntnMult", TestSafeIntnMult, NULL, NULL, NULL);
+ AddTestCase (MultiplicationTestSuite, "Test SafeInt64Mult", "TestSafeInt64Mult", TestSafeInt64Mult, NULL, NULL, NULL);
//
// Execute the tests.
//
- Status = RunAllTestSuites(Framework);
+ Status = RunAllTestSuites (Framework);
EXIT:
if (Framework != NULL) {
- FreeUnitTestFramework(Framework);
+ FreeUnitTestFramework (Framework);
}
return Status;
@@ -3037,8 +3039,8 @@ EXIT:
EFI_STATUS
EFIAPI
PeiEntryPoint (
- IN EFI_PEI_FILE_HANDLE FileHandle,
- IN CONST EFI_PEI_SERVICES **PeiServices
+ IN EFI_PEI_FILE_HANDLE FileHandle,
+ IN CONST EFI_PEI_SERVICES **PeiServices
)
{
return UefiTestMain ();
@@ -3056,8 +3058,8 @@ DxeEntryPoint (
int
main (
- int argc,
- char *argv[]
+ int argc,
+ char *argv[]
)
{
return UefiTestMain ();
diff --git a/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.h b/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.h
index 7957c99a85..9521ec4b09 100644
--- a/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.h
+++ b/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.h
@@ -20,104 +20,104 @@
UNIT_TEST_STATUS
EFIAPI
-TestSafeInt32ToUintn(
- IN UNIT_TEST_CONTEXT Context
+TestSafeInt32ToUintn (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeUint32ToIntn(
- IN UNIT_TEST_CONTEXT Context
+TestSafeUint32ToIntn (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeIntnToInt32(
- IN UNIT_TEST_CONTEXT Context
+TestSafeIntnToInt32 (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeIntnToUint32(
- IN UNIT_TEST_CONTEXT Context
+TestSafeIntnToUint32 (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeUintnToUint32(
- IN UNIT_TEST_CONTEXT Context
+TestSafeUintnToUint32 (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeUintnToIntn(
- IN UNIT_TEST_CONTEXT Context
+TestSafeUintnToIntn (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeUintnToInt64(
- IN UNIT_TEST_CONTEXT Context
+TestSafeUintnToInt64 (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeInt64ToIntn(
- IN UNIT_TEST_CONTEXT Context
+TestSafeInt64ToIntn (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeInt64ToUintn(
- IN UNIT_TEST_CONTEXT Context
+TestSafeInt64ToUintn (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeUint64ToIntn(
- IN UNIT_TEST_CONTEXT Context
+TestSafeUint64ToIntn (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeUint64ToUintn(
- IN UNIT_TEST_CONTEXT Context
+TestSafeUint64ToUintn (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeUintnAdd(
- IN UNIT_TEST_CONTEXT Context
+TestSafeUintnAdd (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeIntnAdd(
- IN UNIT_TEST_CONTEXT Context
+TestSafeIntnAdd (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeUintnSub(
- IN UNIT_TEST_CONTEXT Context
+TestSafeUintnSub (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeIntnSub(
- IN UNIT_TEST_CONTEXT Context
+TestSafeIntnSub (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeUintnMult(
- IN UNIT_TEST_CONTEXT Context
+TestSafeUintnMult (
+ IN UNIT_TEST_CONTEXT Context
);
UNIT_TEST_STATUS
EFIAPI
-TestSafeIntnMult(
- IN UNIT_TEST_CONTEXT Context
+TestSafeIntnMult (
+ IN UNIT_TEST_CONTEXT Context
);
#endif