Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mpi-bit.c File Reference
#include "mpi-internal.h"
#include "longlong.h"

Go to the source code of this file.

Macros

#define A_LIMB_1   ((mpi_limb_t) 1)
 

Functions

void mpi_normalize (MPI a)
 
unsigned mpi_get_nbits (MPI a)
 
 EXPORT_SYMBOL_GPL (mpi_get_nbits)
 

Macro Definition Documentation

#define A_LIMB_1   ((mpi_limb_t) 1)

Definition at line 24 of file mpi-bit.c.

Function Documentation

EXPORT_SYMBOL_GPL ( mpi_get_nbits  )
unsigned mpi_get_nbits ( MPI  a)

Definition at line 39 of file mpi-bit.c.

void mpi_normalize ( MPI  a)

Definition at line 30 of file mpi-bit.c.