|
Linux Kernel
3.7.1
|
#include <asm-generic/bitops/count_zeros.h>Go to the source code of this file.
Macros | |
| #define | __BITS4 (W_TYPE_SIZE / 4) |
| #define | __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) |
| #define | __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) |
| #define | __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) |
| #define | __MPN(x) __##x |
| #define | __umulsidi3(u, v) |
| #define | add_ssaaaa(sh, sl, ah, al, bh, bl) |
| #define | sub_ddmmss(sh, sl, ah, al, bh, bl) |
| #define | umul_ppmm(w1, w0, u, v) |
| #define | __udiv_qrnnd_c(q, r, n1, n0, d) |
| #define | UDIV_NEEDS_NORMALIZATION 1 |
| #define | udiv_qrnnd __udiv_qrnnd_c |
| #define __BITS4 (W_TYPE_SIZE / 4) |
Definition at line 38 of file longlong.h.
| #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) |
Definition at line 39 of file longlong.h.
| #define __ll_highpart | ( | t | ) | ((UWtype) (t) >> (W_TYPE_SIZE / 2)) |
Definition at line 41 of file longlong.h.
Definition at line 46 of file longlong.h.
Definition at line 1328 of file longlong.h.
Definition at line 1261 of file longlong.h.
| #define UDIV_NEEDS_NORMALIZATION 1 |
Definition at line 1375 of file longlong.h.
| #define udiv_qrnnd __udiv_qrnnd_c |
Definition at line 1376 of file longlong.h.
Definition at line 1290 of file longlong.h.
1.8.2