Lines Matching defs:nr_sections
4206 int nr_sections;
4217 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
4218 if (!nr_sections)
4221 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec));
4225 sec_size = sizeof(*feat_sec) * nr_sections;
4442 int nr_sections;
4447 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
4448 if (!nr_sections)
4451 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec));
4455 sec_size = sizeof(*feat_sec) * nr_sections;