Home | History | Annotate | Download | only in util

Lines Matching full:nr_sections

2232 	int nr_sections;
2239 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
2240 if (!nr_sections)
2243 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec));
2247 sec_size = sizeof(*feat_sec) * nr_sections;
2383 int nr_sections;
2388 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
2389 if (!nr_sections)
2392 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec));
2396 sec_size = sizeof(*feat_sec) * nr_sections;