Home | History | Annotate | Download | only in perf

Lines Matching refs:countof

2627 #ifndef countof
2628 #define countof(tab) (sizeof(tab) / sizeof((tab)[0]))
21232 for(i = 0, p = warning_defs; i < countof(warning_defs); i++, p++) {
21238 return set_flag(s, warning_defs, countof(warning_defs),
21253 return set_flag(s, flag_defs, countof(flag_defs),