Home | History | Annotate | Download | only in src

Lines Matching refs:cta

2200 		#define cta(name, assertion) char name[(assertion) ? 1 : -1]
2201 cta(char_is_8_bits, (CHAR_BIT) == 8);
2202 cta(long_is_32_bits, sizeof(long) == 4);
2214 #define cta(name, assertion) char name[(assertion) ? 1 : -1]
2215 cta(char_is_8_bits, (CHAR_BIT) == 8);
2216 cta(long_is_64_bits, sizeof(long) == 8);