Searched defs:ALIGN_SIZE (Results 1 – 16 of 16) sorted by relevance
390 # define ALIGN_SIZE 3 macro394 # define ALIGN_SIZE 3 macro
109 # define ALIGN_SIZE sizeof(double) macro
163 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
235 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
217 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
137 #define ALIGN_SIZE sizeof(double) macro
150 # define ALIGN_SIZE sizeof(double) macro
132 # define ALIGN_SIZE sizeof(double) macro
148 #define ALIGN_SIZE sizeof(double) macro
151 # define ALIGN_SIZE sizeof(double) macro
29 #define ALIGN_SIZE(a) ((a % MIN_ALIGNMENT_SIZE) ? MIN_ALIGNMENT_SIZE - (a % MIN_ALIGNMENT_SIZE) :… macro