Searched defs:stats_t (Results 1 – 2 of 2) sorted by relevance
88 static struct stats_t { struct89 int libraries,90 files,91 interfaces,92 lines;93 int errors,94 warnings,95 skips;96 time_t start,97 end;
166 } stats_t; typedef