Searched refs:MAXALIGN (Results 1 – 4 of 4) sorted by relevance
242 #define MAXALIGN sizeof(max_alignment) macro 243 #define ALIGN_UNITS(sz) (((sz) + MAXALIGN - 1) / MAXALIGN)244 #define ALIGNED_SIZE(sz) (MAXALIGN * ALIGN_UNITS(sz))
38 MAXALIGN = 16, /* test all offsets from this alignment */ enumerator96 char buf[MAXALIGN + MAXBUF + 1]; in test_buf_alignments()99 for (i = 0; i < MAXALIGN; i++) in test_buf_alignments()108 char set[MAXALIGN + MAXBUF + 1]; in test_set_alignments()111 for (i = 0; i < MAXALIGN; i++) in test_set_alignments()
52 MAXALIGN(offsetof(int, test)) + MAXIMUM_ALIGNOF;
45 MAXALIGN(offsetof(int, test)) + MAXIMUM_ALIGNOF;