Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
div64-generic.c File Reference
#include <linux/types.h>
#include <asm/div64.h>

Go to the source code of this file.

Functions

uint64_t __xdiv64_32 (u64 n, u32 d)
 
uint32_t __div64_32 (u64 *xp, u32 y)
 

Function Documentation

uint32_t __div64_32 ( u64 xp,
u32  y 
)

Definition at line 10 of file div64-generic.c.

uint64_t __xdiv64_32 ( u64  n,
u32  d 
)