Remove checking for overflow in several Multiple functions in BaseLib, for it is not feasible to check in C code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6726 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-11-26 01:41:49 +00:00
parent fe186365de
commit 003c1db883
4 changed files with 0 additions and 10 deletions

View File

@ -1998,8 +1998,6 @@ SwapBytes64 (
unsigned value Multiplier and generates a 64-bit unsigned result. This 64-
bit unsigned result is returned.
If the result overflows, then ASSERT().
@param Multiplicand A 64-bit unsigned value.
@param Multiplier A 32-bit unsigned value.
@ -2046,8 +2044,6 @@ MultU64x64 (
signed value Multiplier and generates a 64-bit signed result. This 64-bit
signed result is returned.
If the result overflows, then ASSERT().
@param Multiplicand A 64-bit signed value.
@param Multiplier A 64-bit signed value.

View File

@ -25,8 +25,6 @@
signed value Multiplier and generates a 64-bit signed result. This 64-bit
signed result is returned.
If the result overflows, then ASSERT().
@param Multiplicand A 64-bit signed value.
@param Multiplier A 64-bit signed value.

View File

@ -25,8 +25,6 @@
unsigned value Multiplier and generates a 64-bit unsigned result. This 64-
bit unsigned result is returned.
If the result overflows, then ASSERT().
@param Multiplicand A 64-bit unsigned value.
@param Multiplier A 32-bit unsigned value.

View File

@ -25,8 +25,6 @@
unsigned value Multiplier and generates a 64-bit unsigned result. This 64-
bit unsigned result is returned.
If the result overflows, then ASSERT().
@param Multiplicand A 64-bit unsigned value.
@param Multiplier A 64-bit unsigned value.