Searched refs:HashValue (Results 1 – 19 of 19) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfAccelTable.cpp | 48 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 …]
|
| HD | DwarfAccelTable.h | 190 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/ |
| HD | tic.h | 186 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/ |
| HD | ubsan_type_hash.h | 20 typedef uptr HashValue; typedef 52 bool checkDynamicType(void *Object, void *Type, HashValue Hash); 62 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
|
| HD | ubsan_type_hash_itanium.cc | 95 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()
|
| HD | ubsan_type_hash.cc | 26 __ubsan::HashValue
|
| HD | ubsan_type_hash_win.cc | 41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
|
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | MKcaptab.sh | 136 NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool termcap) 146 static HashValue 158 return (HashValue) (sum % HASHTABSIZE); 163 static HashValue
|
| HD | make_hash.c | 105 HashValue * hash_table) in _nc_make_hash_table() 196 HashValue *hash_table = typeCalloc(HashValue, HASHTABSIZE); in main()
|
| HD | comp_hash.c | 56 const HashValue * hash_table) in NCURSES_EXPORT()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | SelectionDAG.h | 54 unsigned HashValue; 58 HashValue = ID.ComputeHash(); 74 if (X.HashValue != IDHash) 79 return X.HashValue;
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | llib-ltinfo | 122 const HashValue *_nc_get_hash_table( 124 { return(*(const HashValue **)0); } 187 const HashValue *hash_table)
|
| HD | llib-ltinfow | 122 const HashValue *_nc_get_hash_table( 124 { return(*(const HashValue **)0); } 187 const HashValue *hash_table)
|
| HD | llib-ltinfotw | 127 const HashValue *_nc_get_hash_table( 129 { return(*(const HashValue **)0); } 192 const HashValue *hash_table)
|
| HD | llib-ltinfot | 127 const HashValue *_nc_get_hash_table( 129 { return(*(const HashValue **)0); } 192 const HashValue *hash_table)
|
| HD | llib-lncurses | 2792 const HashValue *_nc_get_hash_table( 2794 { return(*(const HashValue **)0); } 2857 const HashValue *hash_table)
|
| HD | llib-lncursest | 2823 const HashValue *_nc_get_hash_table( 2825 { return(*(const HashValue **)0); } 2888 const HashValue *hash_table)
|
| HD | llib-lncursesw | 3594 const HashValue *_nc_get_hash_table( 3596 { return(*(const HashValue **)0); } 3659 const HashValue *hash_table)
|
| HD | llib-lncursestw | 3608 const HashValue *_nc_get_hash_table( 3610 { return(*(const HashValue **)0); } 3673 const HashValue *hash_table)
|