OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_table_size
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libdb/
db_stat.c
22
odb_index_t
hash_table_size
; /**< hash table entry number */
member in struct:odb_hash_stat_t
44
result->
hash_table_size
= data->descr->size * BUCKET_FACTOR;
49
for (pos = 0 ; pos < result->
hash_table_size
; ++pos) {
79
printf("hash table size: %d\n", stat->
hash_table_size
);
/art/runtime/
class_linker.cc
4954
const size_t
hash_table_size
= num_virtual_methods * 3;
local
[
all
...]
Completed in 156 milliseconds