Home
last modified time | relevance | path

Searched refs:group_count (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/libpcap/dist/
Dpcap-netfilter-linux.c528 int group_count = 0; in netfilter_activate() local
547 if (group_count == 32) { in netfilter_activate()
563 groups[group_count++] = (unsigned short) group_id; in netfilter_activate()
580 if (!group_count) { in netfilter_activate()
582 group_count = 1; in netfilter_activate()
653 for (i = 0; i < group_count; i++) { in netfilter_activate()
683 for (i = 0; i < group_count; i++) { in netfilter_activate()
/netbsd/src/external/gpl3/binutils/dist/binutils/
DChangeLog-2004581 (group_count): New.
583 (process_section_groups): Populate group_count, section_groups
DChangeLog-20051157 * readelf.c (group_count): Don't initialize it.
1159 section groups. Set group_count to 0 before counting group
Dreadelf.c315 size_t group_count; member
8446 filedata->group_count = 0; in process_section_groups()
8451 filedata->group_count++; in process_section_groups()
8453 if (filedata->group_count == 0) in process_section_groups()
8467 filedata->section_groups = (struct group *) calloc (filedata->group_count, in process_section_groups()
8472 error (_("Out of memory reading %zu groups\n"), filedata->group_count); in process_section_groups()
22954 for (i = 0; i < filedata->group_count; i++) in free_filedata()
DChangeLog-20201394 (dynamic_section, symtab_shndx_list, group_count, section_groups),
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc19481 int *group_count) in force_new_group() argument
19501 *group_count ,can_issue_more); in force_new_group()
19548 (*group_count)++; in force_new_group()
19566 (*group_count)++; in force_new_group()
19587 (*group_count)--; in force_new_group()
19591 *group_count, can_issue_more); in force_new_group()
19635 int group_count = 0; in redefine_groups() local
19661 return group_count + 1; in redefine_groups()
19673 &group_count); in redefine_groups()
19677 group_count++; in redefine_groups()
[all …]