OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
);
/external/icu4c/i18n/
bmsearch.cpp
363
#define
HASH_TABLE_SIZE
257
379
int32_t badCharacterTable[
HASH_TABLE_SIZE
];
415
for(int32_t j = 0; j <
HASH_TABLE_SIZE
; j += 1) {
460
return UCOL_PRIMARYORDER(ce) %
HASH_TABLE_SIZE
;
Completed in 2200 milliseconds