|
Linux Kernel
3.7.1
|
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)) |
| #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.
Definition at line 18 of file bitops-op32.h.
1.8.2