Function report |
Source Code:lib\mpi\mpicoder.c |
Create Date:2022-07-28 07:18:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:count_lzeros
Proto:static int count_lzeros(MPI a)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
MPI | a |
115 | lzeros = 0 |
118 | alimb = array with the limbs [i] |
119 | If alimb == 0 Then |
120 | lzeros += sizeof(mpi_limb_t) |
121 | Else |
126 | Return lzeros |
Name | Describe |
---|---|
mpi_read_buffer | mpi_read_buffer() - read MPI to a bufer provided by user (msb first)*@a: a multi precision integer*@buf: bufer to which the output will be written to |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |