Searched refs:unique_count (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dc-common.c6001 build_block_helper_name (int unique_count)
6021 if (!unique_count)
6022 unique_count = ++DECL_STRUCT_FUNCTION(outer_decl)->unqiue_block_number;
6026 IDENTIFIER_POINTER (DECL_NAME (outer_decl)), unique_count);
5984 build_block_helper_name(int unique_count) argument
H A Dc-decl.c3628 static int unique_count;
3637 sprintf (string, "%s%d_%s", prefix, ++unique_count,
3612 static int unique_count; local
H A Dc-parser.c8597 static int unique_count;
8620 sprintf(buffer, "__block_literal_%d", ++unique_count);
9213 int unique_count = ++global_unique_count;
9447 sprintf (name, "__copy_helper_block_%d", unique_count);
9456 sprintf (name, "__destroy_helper_block_%d", unique_count);
9465 sprintf (name, "__block_holder_tmp_%d", unique_count);
8591 static int unique_count; local
9207 int unique_count = ++global_unique_count; local
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c5374 static int unique_count;
5383 sprintf (string, "%s%d_%s", prefix, ++unique_count,
5363 static int unique_count; local
H A Dparser.c19113 static int unique_count;
19143 sprintf(buffer, "__block_literal_%d", ++unique_count);
19718 int unique_count = ++global_unique_count;
19832 block_helper_function_decl = build_helper_func_decl (build_block_helper_name (unique_count),
19938 sprintf (name, "__copy_helper_block_%d", unique_count);
19948 sprintf (name, "__destroy_helper_block_%d", unique_count);
19959 sprintf (name, "__block_holder_tmp_%d", unique_count);
19110 static int unique_count; local
19715 int unique_count = ++global_unique_count; local
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbcache.c77 unsigned long unique_count; /* number of unique strings */ member in struct:bcache
144 bcache->expand_hash_count += bcache->unique_count;
210 if (bcache->unique_count >= bcache->num_buckets * CHAIN_LENGTH_THRESHOLD)
245 bcache->unique_count++;
333 int *entry_size = XCALLOC (c->unique_count + 1, int);
352 gdb_assert (stringi < c->unique_count);
362 qsort (entry_size, c->unique_count, sizeof (entry_size[0]),
375 if (c->unique_count > 0)
377 max_entry_size = entry_size[c->unique_count - 1];
378 median_entry_size = entry_size[c->unique_count /
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dlcs.c243 svn_diff__token_index_t unique_count[2]; local
282 unique_count[1] = unique_count[0] = 0;
286 unique_count[1] += token_counts_list2[token_index];
288 unique_count[0] += token_counts_list1[token_index];
295 - unique_count[0];
297 - unique_count[1];
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp159 int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) {
162 (*unique_count)++;
184 int unique_count = 0; local
188 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count,
191 CollectMatchedBenignRaces(&add_matched, &unique_count, &add_count,
205 add_count, unique_count, (int)internal_getpid());
158 CollectMatchedBenignRaces(Vector<ExpectRace> *matched, int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) argument

Completed in 286 milliseconds