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

Go to the source code of this file.

Functions

int mpi_cmp_ui (MPI u, unsigned long v)
 
 EXPORT_SYMBOL_GPL (mpi_cmp_ui)
 
int mpi_cmp (MPI u, MPI v)
 
 EXPORT_SYMBOL_GPL (mpi_cmp)
 

Function Documentation

EXPORT_SYMBOL_GPL ( mpi_cmp_ui  )
EXPORT_SYMBOL_GPL ( mpi_cmp  )
int mpi_cmp ( MPI  u,
MPI  v 
)

Definition at line 44 of file mpi-cmp.c.

int mpi_cmp_ui ( MPI  u,
unsigned long  v 
)

Definition at line 23 of file mpi-cmp.c.