Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/include/
HDntp_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-14-stable/lib/libc/tests/string/
HDstrcspn_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-14-stable/usr.bin/indent/tests/
HDdeclarations.052 MAXALIGN(offsetof(int, test)) + MAXIMUM_ALIGNOF;
HDdeclarations.0.stdout45 MAXALIGN(offsetof(int, test)) + MAXIMUM_ALIGNOF;