macros.h File Reference

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)


Detailed Description

Definition in file macros.h.


Generated on Thu Jun 2 07:45:53 2011 for HelenOS/USB by  doxygen 1.4.7