Searched refs:hash_function (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMappedHash.h39 HashString (uint32_t hash_function, const char *s) argument
41 switch (hash_function)
64 uint16_t hash_function; // The hash function enumeration that was used member in struct:MappedHash::Header
73 hash_function (eHashFunctionDJB),
91 sizeof(hash_function) +
112 s.Printf ("header.hash_function = 0x%4.4x\n", hash_function);
124 sizeof (hash_function) +
160 hash_function = data.GetU16 (&offset);
161 if (hash_function
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h84 uint16_t hash_function; // The hash function enumeration that was used. member in struct:llvm::DwarfAccelTable::TableHeader
96 hash_function(dwarf::DW_hash_function_djb), bucket_count(0),
103 << "Hash Function: " << hash_function << "\n"
H A DDwarfAccelTable.cpp106 Asm->EmitInt16(Header.hash_function);
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c55 static int hash_function(const char *);
84 hashvalue = hash_function(table[i].nte_name);
100 * int hash_function(string)
110 hash_function(const char *string) function
142 hashvalue = hash_function(string);
/freebsd-10-stable/sys/gnu/fs/reiserfs/
H A Dreiserfs_vfsops.c37 static hashf_t hash_function(struct reiserfs_mount *rmp);
564 sbi->s_hash_function = hash_function(rmp);
1099 hash_function(struct reiserfs_mount *rmp) function
/freebsd-10-stable/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h777 hash_function() const function in struct:std::__detail::_Hash_code_base
844 hash_function() const function in struct:std::__detail::_Hash_code_base

Completed in 88 milliseconds