Searched refs:LINT_ALIGN (Results 1 – 3 of 3) sorted by relevance
41 #ifndef LINT_ALIGN42 #define LINT_ALIGN(x) (((x) + 15) & ~15) macro
206 s = LINT_ALIGN(s); in xgetblk()
825 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()