Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | MAX_EXTERN_MPI_BITS 16384 |
Functions | |
MPI | mpi_read_raw_data (const void *xbuffer, size_t nbytes) |
EXPORT_SYMBOL_GPL (mpi_read_raw_data) | |
MPI | mpi_read_from_buffer (const void *xbuffer, unsigned *ret_nread) |
EXPORT_SYMBOL_GPL (mpi_read_from_buffer) | |
void * | mpi_get_buffer (MPI a, unsigned *nbytes, int *sign) |
EXPORT_SYMBOL_GPL (mpi_get_buffer) | |
int | mpi_set_buffer (MPI a, const void *xbuffer, unsigned nbytes, int sign) |
EXPORT_SYMBOL_GPL (mpi_set_buffer) | |
#define MAX_EXTERN_MPI_BITS 16384 |
Definition at line 25 of file mpicoder.c.
EXPORT_SYMBOL_GPL | ( | mpi_read_raw_data | ) |
EXPORT_SYMBOL_GPL | ( | mpi_read_from_buffer | ) |
EXPORT_SYMBOL_GPL | ( | mpi_get_buffer | ) |
EXPORT_SYMBOL_GPL | ( | mpi_set_buffer | ) |
Definition at line 138 of file mpicoder.c.
Definition at line 80 of file mpicoder.c.
mpi_read_raw_data - Read a raw byte stream as a positive integer : The data to read : The amount of data to read
Definition at line 32 of file mpicoder.c.