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

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dbcache.c306 print_percentage (int portion, int total)
394 print_percentage (c->total_count - c->unique_count, c->total_count);
400 print_percentage (c->total_size - c->unique_size, c->total_size);
415 print_percentage (c->structure_size - c->unique_size, c->unique_size);
417 print_percentage (c->total_size - c->structure_size, c->total_size);
428 print_percentage (occupied_buckets, c->num_buckets);
301 print_percentage (int portion, int total) function

Completed in 10 milliseconds