Function report | 
Source Code:lib\mpi\mpiutil.c | 
Create Date:2022-07-28 07:19:31 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:mpi_alloc_limb_space
Proto:mpi_ptr_t mpi_alloc_limb_space(unsigned nlimbs)
Type:mpi_ptr_t
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned | nlimbs | 
| 59 | len = nlimbs * sizeof(mpi_limb_t) | 
| 61 | If Not len Then Return NULL | 
| 64 | Return kmalloc(len, GFP_KERNEL) | 
| Name | Describe | 
|---|---|
| mpihelp_mul_karatsuba_case | |
| mpi_powm | RES = BASE ^ EXP mod MOD | 
| mpi_alloc | Note: It was a bad idea to use the number of limbs to allocate* because on a alpha the limbs are large but we normally need* integers of n bits - So we should chnage this to bits (or bytes).* But mpi_alloc is used in a lot of places :-) | 
| 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  |