函数逻辑报告 |
Source Code:lib\mpi\generic_mpih-lshift.c |
Create Date:2022-07-27 08:16:51 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:Shift U (pointed to by UP and USIZE digits long) CNT bits to the left* and store the USIZE least significant digits of the result at WP.* Return the bits shifted out from the most significant digit.* Argument constraints:* 1. 0 < CNT < BITS_PER_MP_LIMB* 2
函数原型:mpi_limb_t mpihelp_lshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned int cnt)
返回类型:mpi_limb_t
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| mpi_ptr_t | wp | |
| mpi_ptr_t | up | |
| mpi_size_t | usize | |
| unsigned int | cnt |
| 36 | wp加等于1 |
| 49 | 返回:retval |
| 名称 | 描述 |
|---|---|
| mpi_powm | 异或取模 |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |