Searched refs:unique_count (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | bcache.c | 77 unsigned long unique_count; /* number of unique strings */ member 142 bcache->expand_hash_count += bcache->unique_count; in expand_hash_table() 207 if (bcache->unique_count >= bcache->num_buckets * CHAIN_LENGTH_THRESHOLD) in bcache_data() 242 bcache->unique_count++; in bcache_data() 328 int *entry_size = XCALLOC (c->unique_count + 1, int); in print_bcache_statistics() 347 gdb_assert (stringi < c->unique_count); in print_bcache_statistics() 357 qsort (entry_size, c->unique_count, sizeof (entry_size[0]), in print_bcache_statistics() 370 if (c->unique_count > 0) in print_bcache_statistics() 372 max_entry_size = entry_size[c->unique_count - 1]; in print_bcache_statistics() 373 median_entry_size = entry_size[c->unique_count / 2]; in print_bcache_statistics() [all …]
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_diff/ |
| D | lcs.c | 243 svn_diff__token_index_t unique_count[2]; in svn_diff__lcs() local 282 unique_count[1] = unique_count[0] = 0; in svn_diff__lcs() 286 unique_count[1] += token_counts_list2[token_index]; in svn_diff__lcs() 288 unique_count[0] += token_counts_list1[token_index]; in svn_diff__lcs() 295 - unique_count[0]; in svn_diff__lcs() 297 - unique_count[1]; in svn_diff__lcs()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | c-parser.c | 8591 static int unique_count; in build_block_struct_type() local 8614 sprintf(buffer, "__block_literal_%d", ++unique_count); in build_block_struct_type() 9207 int unique_count = ++global_unique_count; in c_parser_block_literal_expr() local 9441 sprintf (name, "__copy_helper_block_%d", unique_count); in c_parser_block_literal_expr() 9450 sprintf (name, "__destroy_helper_block_%d", unique_count); in c_parser_block_literal_expr() 9459 sprintf (name, "__block_holder_tmp_%d", unique_count); in c_parser_block_literal_expr()
|
| D | c-common.c | 5984 build_block_helper_name (int unique_count) in build_block_helper_name() argument 6004 if (!unique_count) in build_block_helper_name() 6005 unique_count = ++DECL_STRUCT_FUNCTION(outer_decl)->unqiue_block_number; in build_block_helper_name() 6009 IDENTIFIER_POINTER (DECL_NAME (outer_decl)), unique_count); in build_block_helper_name()
|
| D | c-decl.c | 3618 static int unique_count; in new_block_byref_decl() local 3627 sprintf (string, "%s%d_%s", prefix, ++unique_count, in new_block_byref_decl()
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | parser.c | 19110 static int unique_count; in build_block_struct_type() local 19140 sprintf(buffer, "__block_literal_%d", ++unique_count); in build_block_struct_type() 19715 int unique_count = ++global_unique_count; in cp_parser_block_literal_expr() local 19829 block_helper_function_decl = build_helper_func_decl (build_block_helper_name (unique_count), in cp_parser_block_literal_expr() 19935 sprintf (name, "__copy_helper_block_%d", unique_count); in cp_parser_block_literal_expr() 19945 sprintf (name, "__destroy_helper_block_%d", unique_count); in cp_parser_block_literal_expr() 19956 sprintf (name, "__block_holder_tmp_%d", unique_count); in cp_parser_block_literal_expr()
|
| D | decl.c | 5363 static int unique_count; in new_block_byref_decl() local 5372 sprintf (string, "%s%d_%s", prefix, ++unique_count, in new_block_byref_decl()
|