Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
bitops-op32.h File Reference

Go to the source code of this file.

Macros

#define BYTE_NUMBER(nr)   ((nr) / BITS_PER_BYTE)
 
#define BYTE_OFFSET(nr)   ((nr) % BITS_PER_BYTE)
 
#define IS_IMMEDIATE(nr)   (__builtin_constant_p(nr))
 

Macro Definition Documentation

#define BYTE_NUMBER (   nr)    ((nr) / BITS_PER_BYTE)

Definition at line 14 of file bitops-op32.h.

#define BYTE_OFFSET (   nr)    ((nr) % BITS_PER_BYTE)

Definition at line 15 of file bitops-op32.h.

#define IS_IMMEDIATE (   nr)    (__builtin_constant_p(nr))

Definition at line 18 of file bitops-op32.h.