Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/math
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/math/bignum.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 /*#ifdef IN_RING3 32 32 # define RTMEM_WRAP_TO_EF_APIS … … 46 46 47 47 48 /******************************************************************************* 49 * Defined Constants And Macros *50 ******************************************************************************* /48 /********************************************************************************************************************************* 49 * Defined Constants And Macros * 50 *********************************************************************************************************************************/ 51 51 /** Allocation alignment in elements. */ 52 52 #ifndef RTMEM_WRAP_TO_EF_APIS … … 99 99 100 100 101 /******************************************************************************* 102 * Structures and Typedefs *103 ******************************************************************************* /101 /********************************************************************************************************************************* 102 * Structures and Typedefs * 103 *********************************************************************************************************************************/ 104 104 /** Type the size of two elements. */ 105 105 #if RTBIGNUM_ELEMENT_BITS == 64 … … 110 110 111 111 112 /******************************************************************************* 113 * Internal Functions *114 ******************************************************************************* /112 /********************************************************************************************************************************* 113 * Internal Functions * 114 *********************************************************************************************************************************/ 115 115 DECLINLINE(int) rtBigNumSetUsed(PRTBIGNUM pBigNum, uint32_t cNewUsed); 116 116
Note:
See TracChangeset
for help on using the changeset viewer.