This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ALIGN_DOWN(s, a) ((s) & ~((a) - 1)) |
#define | ALIGN_UP(s, a) ((long)((s) + ((a) - 1)) & ~((long) (a) - 1)) |
Definition in file align.h.