Lines Matching defs:nr_sections
3242 int nr_sections;
3255 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
3256 if (!nr_sections)
3259 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec));
3263 sec_size = sizeof(*feat_sec) * nr_sections;
3405 int nr_sections;
3410 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
3411 if (!nr_sections)
3414 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec));
3418 sec_size = sizeof(*feat_sec) * nr_sections;