Home
last modified time | relevance | path

Searched refs:lh_table_resize (Results 1 – 6 of 6) sorted by relevance

/device/google/crosshatch/json-c/
Dlinkhash.h286 void lh_table_resize(struct lh_table *t, int new_size);
Dlinkhash.c460 void lh_table_resize(struct lh_table *t, int new_size) in lh_table_resize() function
498 if(t->count >= t->size * LH_LOAD_FACTOR) lh_table_resize(t, t->size * 2); in lh_table_insert()
/device/google/coral/json-c/
Dlinkhash.h286 void lh_table_resize(struct lh_table *t, int new_size);
Dlinkhash.c460 void lh_table_resize(struct lh_table *t, int new_size) in lh_table_resize() function
498 if(t->count >= t->size * LH_LOAD_FACTOR) lh_table_resize(t, t->size * 2); in lh_table_insert()
/device/google/bonito/json-c/
Dlinkhash.h286 void lh_table_resize(struct lh_table *t, int new_size);
Dlinkhash.c460 void lh_table_resize(struct lh_table *t, int new_size) in lh_table_resize() function
498 if(t->count >= t->size * LH_LOAD_FACTOR) lh_table_resize(t, t->size * 2); in lh_table_insert()