Searched refs:HashValue (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h20 typedef uptr HashValue; typedef in namespace:__ubsan
52 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
62 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
H A Dubsan_type_hash.cc26 __ubsan::HashValue
H A Dubsan_type_hash_itanium.cc95 static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) {
97 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize];
207 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
212 HashValue *Bucket = getTypeCacheHashTableBucket(Hash);
H A Dubsan_type_hash_win.cc41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
/freebsd-11.0-release/contrib/ncurses/include/
H A Dtic.h186 typedef short HashValue; typedef
198 HashValue nte_index; /* index of associated variable in its array */
199 HashValue nte_link; /* index in table of next hash, or -1 */
208 const HashValue *table_data;
209 HashValue (*hash_of)(const char *);
222 extern NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool);
269 (const char *, const HashValue *);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp48 uniques[i] = Data[i]->HashValue;
97 uint32_t bucket = Data[i]->HashValue % Header.bucket_count;
108 return LHS->HashValue < RHS->HashValue;
153 uint32_t HashValue = HD->HashValue; local
154 if (PrevHash != HashValue)
156 PrevHash = HashValue;
169 uint32_t HashValue = (*HI)->HashValue; local
189 uint32_t HashValue = (*HI)->HashValue; local
[all...]
H A DDwarfAccelTable.h190 uint32_t HashValue; member in struct:llvm::DwarfAccelTable::HashData
195 HashValue = DwarfAccelTable::HashDJB(S);
200 O << " Hash Value: " << format("0x%x", HashValue) << "\n";
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh136 NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool termcap)
146 static HashValue
158 return (HashValue) (sum % HASHTABSIZE);
163 static HashValue
H A Dcomp_hash.c56 const HashValue * hash_table)
H A Dmake_hash.c105 HashValue * hash_table)
196 HashValue *hash_table = typeCalloc(HashValue, HASHTABSIZE);
312 printf("static const HashValue _nc_%s_hash_table[%d] =\n",
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h54 unsigned HashValue; member in class:llvm::SDVTListNode
58 HashValue = ID.ComputeHash();
74 if (X.HashValue != IDHash)
79 return X.HashValue;

Completed in 115 milliseconds