HomeSort by relevance Sort by last modified time
    Searched defs:hash_func (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/objects/
o_names.c 31 unsigned long (*hash_func)(const char *name); member in struct:name_funcs_st
62 int OBJ_NAME_new_index(unsigned long (*hash_func)(const char *),
93 name_funcs->hash_func = lh_strhash;
105 if (hash_func != NULL)
106 name_funcs->hash_func = hash_func;
145 a->type)->hash_func(a->name);
  /external/bluetooth/glib/glib/
ghash.c 61 GHashFunc hash_func; member in struct:_GHashTable
195 hash_value = (* hash_table->hash_func) (key);
268 hash_value = (* hash_table->hash_func) (key);
462 * @hash_func: a function to create a hash value from a key.
466 * If hash_func is %NULL, g_direct_hash() is used.
479 g_hash_table_new (GHashFunc hash_func,
482 return g_hash_table_new_full (hash_func, key_equal_func, NULL, NULL);
488 * @hash_func: a function to create a hash value from a key.
504 g_hash_table_new_full (GHashFunc hash_func,
515 hash_table->hash_func = hash_func ? hash_func : g_direct_hash
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 411 StringHash<ELF> hash_func; local
415 size_t bucket_pos = hash_func(name) % nbucket;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 616 StringHash<ELF> hash_func; local
621 size_t bucket_pos = hash_func(name) % nbucket;
629 size_t bucket_pos = hash_func(name) % nbucket;

Completed in 254 milliseconds