OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lh_table_resize
(Results
1 - 2
of
2
) sorted by null
/device/google/bonito/json-c/
linkhash.c
460
void
lh_table_resize
(struct lh_table *t, int new_size)
function
498
if(t->count >= t->size * LH_LOAD_FACTOR)
lh_table_resize
(t, t->size * 2);
/device/google/crosshatch/json-c/
linkhash.c
460
void
lh_table_resize
(struct lh_table *t, int new_size)
function
498
if(t->count >= t->size * LH_LOAD_FACTOR)
lh_table_resize
(t, t->size * 2);
Completed in 346 milliseconds