Home
last modified time | relevance | path

Searched refs:MAXALIGN (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_types.h242 #define MAXALIGN sizeof(max_alignment) macro
243 #define ALIGN_UNITS(sz) (((sz) + MAXALIGN - 1) / MAXALIGN)
244 #define ALIGNED_SIZE(sz) (MAXALIGN * ALIGN_UNITS(sz))
/freebsd/lib/libc/tests/string/
H A Dstrcspn_test.c38 MAXALIGN = 16, /* test all offsets from this alignment */ enumerator
96 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()
/freebsd/usr.bin/indent/tests/
H A Ddeclarations.052 MAXALIGN(offsetof(int, test)) + MAXIMUM_ALIGNOF;
H A Ddeclarations.0.stdout45 MAXALIGN(offsetof(int, test)) + MAXIMUM_ALIGNOF;