Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ncurses/include/
H A Dtic.h183 typedef short HashValue; typedef
194 HashValue nte_index; /* index of associated variable in its array */
195 HashValue nte_link; /* index in table of next hash, or -1 */
203 const HashValue *table_data;
204 HashValue (*hash_of)(const char *);
228 HashValue ute_index; /* index of associated variable in its array */
229 HashValue ute_link; /* index in table of next hash, or -1 */
355 (const char *, const HashValue *);
356 extern NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool);
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp39 Uniques.push_back(E.second.HashValue); in computeBucketCount()
85 return LHS->HashValue < RHS->HashValue; in finalize()
259 uint32_t HashValue = Hash->HashValue; in emitHashes() local
263 Asm->emitInt32(HashValue); in emitHashes()
264 PrevHash = HashValue; in emitHashes()
275 uint32_t HashValue = Hash->HashValue; in emitOffsets() local
278 PrevHash = HashValue; in emitOffsets()
327 uint32_t HashValue = HD->HashValue; in emitBuckets() local
328 if (PrevHash != HashValue) in emitBuckets()
330 PrevHash = HashValue; in emitBuckets()
[all …]
/freebsd-14.2/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()
252 HashValue *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-14.2/contrib/ncurses/ncurses/
H A Dreport_hashing.c44 const HashValue *hash_table = _nc_get_hash_table(termcap); in check_names()
H A Dllib-ltinfo132 const HashValue *_nc_get_hash_table(
134 { return(*(const HashValue **)0); }
197 const HashValue *hash_table)
H A Dllib-ltinfow144 const HashValue *_nc_get_hash_table(
146 { return(*(const HashValue **)0); }
209 const HashValue *hash_table)
H A Dllib-ltinfotw149 const HashValue *_nc_get_hash_table(
151 { return(*(const HashValue **)0); }
214 const HashValue *hash_table)
H A Dllib-ltinfot137 const HashValue *_nc_get_hash_table(
139 { return(*(const HashValue **)0); }
202 const HashValue *hash_table)
H A Dllib-lncurses2861 const HashValue *_nc_get_hash_table(
2863 { return(*(const HashValue **)0); }
2926 const HashValue *hash_table)
H A Dllib-lncursest2875 const HashValue *_nc_get_hash_table(
2877 { return(*(const HashValue **)0); }
2940 const HashValue *hash_table)
H A Dllib-lncursestw3826 const HashValue *_nc_get_hash_table(
3828 { return(*(const HashValue **)0); }
3891 const HashValue *hash_table)
H A Dllib-lncursesw3812 const HashValue *_nc_get_hash_table(
3814 { return(*(const HashValue **)0); }
3877 const HashValue *hash_table)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h142 uint32_t HashValue; member
223 It.HashValue = Hash(Name.getString()); in addName()
H A DSelectionDAG.h109 unsigned HashValue;
114 HashValue = ID.ComputeHash();
132 if (X.HashValue != IDHash)
138 return X.HashValue;