Home
last modified time | relevance | path

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

/device/google/crosshatch/json-c/
Dlinkhash.h141 lh_hash_fn *hash_fn; member
189 lh_hash_fn *hash_fn,
Dlinkhash.c428 lh_hash_fn *hash_fn, in lh_table_new() argument
442 t->hash_fn = hash_fn; in lh_table_new()
465 new_t = lh_table_new(new_size, t->name, NULL, t->hash_fn, t->equal_fn); in lh_table_resize()
500 h = t->hash_fn(k); in lh_table_insert()
529 unsigned long h = t->hash_fn(k); in lh_table_lookup_entry()
/device/google/coral/json-c/
Dlinkhash.h141 lh_hash_fn *hash_fn; member
189 lh_hash_fn *hash_fn,
Dlinkhash.c428 lh_hash_fn *hash_fn, in lh_table_new() argument
442 t->hash_fn = hash_fn; in lh_table_new()
465 new_t = lh_table_new(new_size, t->name, NULL, t->hash_fn, t->equal_fn); in lh_table_resize()
500 h = t->hash_fn(k); in lh_table_insert()
529 unsigned long h = t->hash_fn(k); in lh_table_lookup_entry()
/device/google/bonito/json-c/
Dlinkhash.h141 lh_hash_fn *hash_fn; member
189 lh_hash_fn *hash_fn,
Dlinkhash.c428 lh_hash_fn *hash_fn, in lh_table_new() argument
442 t->hash_fn = hash_fn; in lh_table_new()
465 new_t = lh_table_new(new_size, t->name, NULL, t->hash_fn, t->equal_fn); in lh_table_resize()
500 h = t->hash_fn(k); in lh_table_insert()
529 unsigned long h = t->hash_fn(k); in lh_table_lookup_entry()