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

  /frameworks/compile/mclinker/lib/LD/
SectionRules.cpp 22 static StringHash<ES> hash_func; member in namespace:__anon19942
30 hash = hash_func(pSubStr);
47 uint32_t hash = hash_func(pName);
63 uint32_t hash = hash_func(pName);
  /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);
objects.h 991 int OBJ_NAME_new_index(unsigned long (*hash_func)(const char *),
    [all...]
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 115 static StringHash<ES> hash_func; local
116 return hash_func(pString);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 562 StringHash<ELF> hash_func; local
566 size_t bucket_pos = hash_func(name) % nbucket;
    [all...]
  /external/openssl/include/openssl/
objects.h 991 int OBJ_NAME_new_index(unsigned long (*hash_func)(const char *),
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1180 StringHash<ELF> hash_func; local
    [all...]

Completed in 104 milliseconds