Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/usr.bin/indent/tests/
H A Ddeclarations.053 MAXALIGN(offsetof(int, test)) + MAXIMUM_ALIGNOF;
H A Ddeclarations.0.stdout46 MAXALIGN(offsetof(int, test)) + MAXIMUM_ALIGNOF;
/freebsd-13.1/contrib/lua/src/
H A Dlstrlib.c1369 #define MAXALIGN (offsetof(struct cD, u)) macro
1488 case '!': h->maxalign = getnumlimit(h, fmt, MAXALIGN); break;