Searched refs:cc_static_assert (Results 1 – 2 of 2) sorted by relevance
546 cc_static_assert(sizeof(unsigned) == 4, "clz relies on an unsigned int being 4 bytes"); in cc_clz32()589 cc_static_assert(sizeof(unsigned) == 4, "ctz relies on an unsigned int being 4 bytes"); in cc_ctz32()685 cc_static_assert(sizeof(int) == 4, "ffs relies on an int being 4 bytes"); in cc_ffs32()
68 #define cc_static_assert(e,m) \ macro