Home
last modified time | relevance | path

Searched refs:HashValue (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/ncurses/include/
H A Dtic.h184 typedef short HashValue; typedef
195 HashValue nte_index; /* index of associated variable in its array */
196 HashValue nte_link; /* index in table of next hash, or -1 */
204 const HashValue *table_data;
205 HashValue (*hash_of)(const char *);
229 HashValue ute_index; /* index of associated variable in its array */
230 HashValue ute_link; /* index in table of next hash, or -1 */
357 (const char *, const HashValue *);
358 extern NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp37 Uniques.push_back(E.second.HashValue); in computeBucketCount()
63 uint32_t Bucket = E.second.HashValue % BucketCount; in finalize()
72 return LHS->HashValue < RHS->HashValue; in finalize()
254 uint32_t HashValue = Hash->HashValue; in emitHashes() local
255 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
258 Asm->emitInt32(HashValue); in emitHashes()
259 PrevHash = HashValue; in emitHashes()
270 uint32_t HashValue = Hash->HashValue; in emitOffsets() local
271 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
273 PrevHash = HashValue; in emitOffsets()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h19 typedef uptr HashValue; typedef
51 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
65 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
H A Dubsan_type_hash_itanium.cpp109 static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) { in getTypeCacheHashTableBucket()
111 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize]; in getTypeCacheHashTableBucket()
223 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
228 HashValue *Bucket = getTypeCacheHashTableBucket(Hash); in checkDynamicType()
H A Dubsan_type_hash.cpp25 __ubsan::HashValue
H A Dubsan_type_hash_win.cpp40 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh156 NCURSES_EXPORT(const HashValue *)
168 static HashValue
180 return (HashValue) (sum % HASHTABSIZE);
185 static HashValue
H A Dmake_hash.c115 HashValue * hash_table, in _nc_make_hash_table()
134 hash_table[hashvalue] = (HashValue) i; in _nc_make_hash_table()
251 HashValue *hash_table; in main()
270 hash_table = typeCalloc(HashValue, HASHTABSIZE); in main()
H A DMKuserdefs.sh103 static HashValue
115 return (HashValue) (sum % HASHTABSIZE);
H A Dcomp_hash.c56 const HashValue * hash_table) in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/
H A Dreport_hashing.c44 const HashValue *hash_table = _nc_get_hash_table(termcap); in check_names()
H A Dllib-ltinfow150 const HashValue *_nc_get_hash_table(
152 { return(*(const HashValue **)0); }
215 const HashValue *hash_table)
H A Dllib-ltinfo138 const HashValue *_nc_get_hash_table(
140 { return(*(const HashValue **)0); }
203 const HashValue *hash_table)
H A Dllib-ltinfot143 const HashValue *_nc_get_hash_table(
145 { return(*(const HashValue **)0); }
208 const HashValue *hash_table)
H A Dllib-ltinfotw155 const HashValue *_nc_get_hash_table(
157 { return(*(const HashValue **)0); }
220 const HashValue *hash_table)
H A Dllib-lncursest2881 const HashValue *_nc_get_hash_table(
2883 { return(*(const HashValue **)0); }
2946 const HashValue *hash_table)
H A Dllib-lncurses2867 const HashValue *_nc_get_hash_table(
2869 { return(*(const HashValue **)0); }
2932 const HashValue *hash_table)
H A Dllib-lncursestw3832 const HashValue *_nc_get_hash_table(
3834 { return(*(const HashValue **)0); }
3897 const HashValue *hash_table)
H A Dllib-lncursesw3818 const HashValue *_nc_get_hash_table(
3820 { return(*(const HashValue **)0); }
3883 const HashValue *hash_table)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h143 uint32_t HashValue; member
224 It.HashValue = Hash(Name.getString()); in addName()
H A DSelectionDAG.h113 unsigned HashValue;
118 HashValue = ID.ComputeHash();
136 if (X.HashValue != IDHash)
142 return X.HashValue;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4485 key_type HashValue, in EmitKeyDataLength() argument
4495 void EmitKey(raw_ostream &Out, key_type HashValue, unsigned) { in EmitKey() argument
4499 LE.write<uint32_t>(HashValue); in EmitKey()
4562 for (auto &[HashValue, Specs] : SpecializationMaps) { in GenerateSpecializationInfoLookupTable()
4573 ExisitingSpecs = Lookups->Table.find(HashValue); in GenerateSpecializationInfoLookupTable()
4575 Generator.insert(HashValue, Trait.getData(Specs, ExisitingSpecs), Trait); in GenerateSpecializationInfoLookupTable()
H A DASTReader.cpp8398 auto HashValue = StableHashForTemplateArguments(TemplateArgs); in LoadExternalSpecializationsImpl() local
8402 It->second.Table.find(HashValue); in LoadExternalSpecializationsImpl()