Home
last modified time | relevance | path

Searched refs:LINT_ALIGN (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/usr.bin/xlint/lint1/
Dlint1.h41 #ifndef LINT_ALIGN
42 #define LINT_ALIGN(x) (((x) + 15) & ~15) macro
Dmem1.c206 s = LINT_ALIGN(s); in xgetblk()
Ddecl.c825 a = LINT_ALIGN(1) * CHAR_BIT; in getbound()
829 } else if (a > LINT_ALIGN(1) * CHAR_BIT) { in getbound()
830 a = LINT_ALIGN(1) * CHAR_BIT; in getbound()
833 if (a < CHAR_BIT || a > LINT_ALIGN(1) * CHAR_BIT) in getbound()