Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#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 | __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 | udiv_qrnnd(q, r, n1, n0, d) |
#define | abort() return 0 |
#define | __BYTE_ORDER __LITTLE_ENDIAN |
#define __BYTE_ORDER __LITTLE_ENDIAN |
Definition at line 70 of file sfp-util.h.
#define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) |
Definition at line 27 of file sfp-util.h.
#define __ll_highpart | ( | t | ) | ((UWtype) (t) >> (W_TYPE_SIZE / 2)) |
Definition at line 29 of file sfp-util.h.
Definition at line 68 of file sfp-util.h.
Definition at line 31 of file sfp-util.h.