Go to the source code of this file.
Defines | |
#define | KiB2SIZE(kb) ((kb) << 10) |
#define | LOWER32(arg) (((uint64_t) (arg)) & 0xffffffff) |
#define | max(a, b) ((a) > (b) ? (a) : (b)) |
#define | MERGE_LOUP32(lo, up) |
#define | MiB2SIZE(mb) ((mb) << 20) |
#define | min(a, b) ((a) < (b) ? (a) : (b)) |
#define | STRING(arg) STRING_ARG(arg) |
#define | STRING_ARG(arg) #arg |
#define | UPPER32(arg) (((((uint64_t) arg)) >> 32) & 0xffffffff) |
Definition in file macros.h.