XWOS API
4.0
XWOS C/C++ API参考手册
|
XWOS通用库:64位除法 更多...
函数 | |
static xwu32_t | xwdiv64_32 (xwu64_t *n, xwu32_t divisor) |
用一个32位无符号整数除以一个64位无符号整数 | |
xwu32_t | xwdiv64 (xwu64_t *n, xwu32_t divisor) |
64位除法运算 | |
XWOS通用库:64位除法
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
在文件 div64.c 中定义.
用一个32位无符号整数除以一个64位无符号整数
[in,out] | n | 指向无符号64位整数缓冲区的指针,
|
[in] | divisor | 除数 |