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

Go to the source code of this file.

Macros

#define FRAC_N   8
 
#define FRAC_MASK   ((1<<FRAC_N)-1)
 

Typedefs

typedef s16 fixp_t
 

Macro Definition Documentation

#define FRAC_MASK   ((1<<FRAC_N)-1)

Definition at line 36 of file fixp-arith.h.

#define FRAC_N   8

Definition at line 35 of file fixp-arith.h.

Typedef Documentation

typedef s16 fixp_t

Definition at line 33 of file fixp-arith.h.