Home
last modified time | relevance | path

Searched refs:name_hash (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dhash.c121 struct name_hash struct
123 struct name_hash * next; argument
129 static struct name_hash * name_hash_table[NR_NAME_HASH] = {0,}; argument
134 static unsigned int FDECL1(name_hash, const char *, name) in FDECL1() argument
159 struct name_hash * new; in FDECL1()
162 new = (struct name_hash *) e_malloc(sizeof(struct name_hash)); in FDECL1()
165 hash = name_hash(de->isorec.name); in FDECL1()
174 struct name_hash * nh; in FDECL1()
212 struct name_hash * nh, *prev; in FDECL1()
216 hash = name_hash(de->isorec.name); in FDECL1()
[all …]
H A DChangeLog792 * hash.c (name_hash, add_file_hash, find_file_hash,
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp210 const uint32_t name_hash = llvm::djbHash(name.GetStringRef()); in GetDescriptorIterator() local
212 m_hash_to_isa_map.equal_range(name_hash); in GetDescriptorIterator()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2088 const uint32_t name_hash = data.GetU32(&offset); in ParseClassInfoArray() local
2097 if (name_hash) in ParseClassInfoArray()
2098 AddClass(isa, descriptor_sp, name_hash); in ParseClassInfoArray()
2107 isa, name_hash, in ParseClassInfoArray()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c905 int name_hash; local
919 name_hash = hashUtf8String (name_ptr, name_len) & 0xFFFF;
920 PUSH_FIELD_VALUE (cinit, "hash", build_int_2 (name_hash, 0));