Lines Matching defs:nr_sections
3589 int nr_sections;
3602 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
3603 if (!nr_sections)
3606 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec));
3610 sec_size = sizeof(*feat_sec) * nr_sections;
3790 int nr_sections;
3795 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
3796 if (!nr_sections)
3799 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec));
3803 sec_size = sizeof(*feat_sec) * nr_sections;