Searched refs:group_count (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/src/
H A Dbitmap.c12 size_t group_count; local
23 group_count = BITMAP_BITS2GROUPS(nbits);
24 for (i = 1; group_count > 1; i++) {
27 + group_count;
28 group_count = BITMAP_BITS2GROUPS(group_count);
31 + group_count;
63 size_t group_count = binfo->levels[i].group_offset - local
65 extra = (BITMAP_GROUP_NBITS - (group_count &
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-netfilter-linux.c493 int group_count = 0; local
512 if (group_count == 32) {
528 groups[group_count++] = (unsigned short) group_id;
545 if (!group_count) {
547 group_count = 1;
615 for (i = 0; i < group_count; i++) {
645 for (i = 0; i < group_count; i++) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c710 /* The dictionary, GROUP_SIZE * (group_count + spare_group_count)
715 /* Flag array with group_count / GROUP_INIT_GRANULARITY _bit_ elements.
722 apr_uint32_t group_count; member in struct:svn_membuffer_t
733 * group_count + max_spare_used is the first unused spare group
992 if (last_index > cache->group_count + cache->spare_group_count)
993 last_index = cache->group_count + cache->spare_group_count;
1029 apr_uint32_t group_index = cache->group_count + cache->max_spare_used;
1051 assert(group - cache->directory >= (apr_ssize_t)cache->group_count);
1341 /* select the cache segment to use. they have all the same group_count.
1347 return (key0 % APR_UINT64_C(5030895599)) % segment0->group_count;
1848 apr_uint32_t group_count; local
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c17189 int *group_count)
17209 *group_count ,can_issue_more);
17247 (*group_count)++;
17265 (*group_count)++;
17286 (*group_count)--;
17290 *group_count, can_issue_more);
17333 int group_count = 0;
17359 return group_count + 1;
17371 &group_count); local
17375 group_count
17148 force_new_group(int sched_verbose, FILE *dump, rtx *group_insns, rtx next_insn, bool *group_end, int can_issue_more, int *group_count) argument
17294 int group_count = 0; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c219 static size_t group_count;
4437 group_count = 0;
4442 group_count++;
4444 if (group_count == 0)
4452 section_groups = calloc (group_count, sizeof (struct group));
9696 for (i = 0; i < group_count; i++)
217 static size_t group_count; variable

Completed in 129 milliseconds