Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfAccelTable.cpp48 uniques[i] = Data[i]->HashValue; in ComputeBucketCount()
97 uint32_t bucket = Data[i]->HashValue % Header.bucket_count; in FinalizeTable()
108 return LHS->HashValue < RHS->HashValue; in FinalizeTable()
153 uint32_t HashValue = HD->HashValue; in EmitBuckets() local
154 if (PrevHash != HashValue) in EmitBuckets()
156 PrevHash = HashValue; in EmitBuckets()
169 uint32_t HashValue = (*HI)->HashValue; in EmitHashes() local
170 if (PrevHash == HashValue) in EmitHashes()
173 Asm->EmitInt32(HashValue); in EmitHashes()
174 PrevHash = HashValue; in EmitHashes()
[all …]
HDDwarfAccelTable.h190 uint32_t HashValue; member
195 HashValue = DwarfAccelTable::HashDJB(S); in HashData()
200 O << " Hash Value: " << format("0x%x", HashValue) << "\n"; in print()
/NextBSD/contrib/ncurses/include/
HDtic.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 *);
/NextBSD/contrib/compiler-rt/lib/ubsan/
HDubsan_type_hash.h20 typedef uptr HashValue; typedef
52 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
62 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
HDubsan_type_hash_itanium.cc95 static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) { in getTypeCacheHashTableBucket()
97 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize]; in getTypeCacheHashTableBucket()
207 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
212 HashValue *Bucket = getTypeCacheHashTableBucket(Hash); in checkDynamicType()
HDubsan_type_hash.cc26 __ubsan::HashValue
HDubsan_type_hash_win.cc41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDMKcaptab.sh136 NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool termcap)
146 static HashValue
158 return (HashValue) (sum % HASHTABSIZE);
163 static HashValue
HDmake_hash.c105 HashValue * hash_table) in _nc_make_hash_table()
196 HashValue *hash_table = typeCalloc(HashValue, HASHTABSIZE); in main()
HDcomp_hash.c56 const HashValue * hash_table) in NCURSES_EXPORT()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDSelectionDAG.h54 unsigned HashValue;
58 HashValue = ID.ComputeHash();
74 if (X.HashValue != IDHash)
79 return X.HashValue;
/NextBSD/contrib/ncurses/ncurses/
HDllib-ltinfo122 const HashValue *_nc_get_hash_table(
124 { return(*(const HashValue **)0); }
187 const HashValue *hash_table)
HDllib-ltinfow122 const HashValue *_nc_get_hash_table(
124 { return(*(const HashValue **)0); }
187 const HashValue *hash_table)
HDllib-ltinfotw127 const HashValue *_nc_get_hash_table(
129 { return(*(const HashValue **)0); }
192 const HashValue *hash_table)
HDllib-ltinfot127 const HashValue *_nc_get_hash_table(
129 { return(*(const HashValue **)0); }
192 const HashValue *hash_table)
HDllib-lncurses2792 const HashValue *_nc_get_hash_table(
2794 { return(*(const HashValue **)0); }
2857 const HashValue *hash_table)
HDllib-lncursest2823 const HashValue *_nc_get_hash_table(
2825 { return(*(const HashValue **)0); }
2888 const HashValue *hash_table)
HDllib-lncursesw3594 const HashValue *_nc_get_hash_table(
3596 { return(*(const HashValue **)0); }
3659 const HashValue *hash_table)
HDllib-lncursestw3608 const HashValue *_nc_get_hash_table(
3610 { return(*(const HashValue **)0); }
3673 const HashValue *hash_table)