| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | 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 *);
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 40 Uniques.push_back(E.second.HashValue); in computeBucketCount() 87 return LHS->HashValue < RHS->HashValue; in finalize() 255 uint32_t HashValue = Hash->HashValue; in emitHashes() local 259 Asm->emitInt32(HashValue); in emitHashes() 260 PrevHash = HashValue; in emitHashes() 271 uint32_t HashValue = Hash->HashValue; in emitOffsets() local 274 PrevHash = HashValue; in emitOffsets() 323 uint32_t HashValue = HD->HashValue; in emitBuckets() local 324 if (PrevHash != HashValue) in emitBuckets() 326 PrevHash = HashValue; in emitBuckets() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_type_hash.h | 20 typedef uptr HashValue; typedef 52 bool checkDynamicType(void *Object, void *Type, HashValue Hash); 66 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
|
| H A D | ubsan_type_hash_itanium.cc | 97 static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) { in getTypeCacheHashTableBucket() 99 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize]; in getTypeCacheHashTableBucket() 211 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType() 216 HashValue *Bucket = getTypeCacheHashTableBucket(Hash); in checkDynamicType()
|
| H A D | ubsan_type_hash.cc | 26 __ubsan::HashValue
|
| H A D | ubsan_type_hash_win.cc | 41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
|
| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | MKcaptab.sh | 136 NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool termcap) 146 static HashValue 158 return (HashValue) (sum % HASHTABSIZE); 163 static HashValue
|
| H A D | make_hash.c | 105 HashValue * hash_table) in _nc_make_hash_table() 196 HashValue *hash_table = typeCalloc(HashValue, HASHTABSIZE); in main()
|
| H A D | comp_hash.c | 56 const HashValue * hash_table) in NCURSES_EXPORT()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 145 uint32_t HashValue; member 150 : Name(Name), HashValue(Hash(Name.getString())) {} in HashData()
|
| H A D | SelectionDAG.h | 98 unsigned HashValue; 103 HashValue = ID.ComputeHash(); 121 if (X.HashValue != IDHash) 127 return X.HashValue;
|
| /freebsd-12.1/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 122 const HashValue *_nc_get_hash_table( 124 { return(*(const HashValue **)0); } 187 const HashValue *hash_table)
|
| H A D | llib-ltinfo | 122 const HashValue *_nc_get_hash_table( 124 { return(*(const HashValue **)0); } 187 const HashValue *hash_table)
|
| H A D | llib-ltinfot | 127 const HashValue *_nc_get_hash_table( 129 { return(*(const HashValue **)0); } 192 const HashValue *hash_table)
|
| H A D | llib-ltinfotw | 127 const HashValue *_nc_get_hash_table( 129 { return(*(const HashValue **)0); } 192 const HashValue *hash_table)
|
| H A D | llib-lncurses | 2792 const HashValue *_nc_get_hash_table( 2794 { return(*(const HashValue **)0); } 2857 const HashValue *hash_table)
|
| H A D | llib-lncursest | 2823 const HashValue *_nc_get_hash_table( 2825 { return(*(const HashValue **)0); } 2888 const HashValue *hash_table)
|
| H A D | llib-lncursesw | 3594 const HashValue *_nc_get_hash_table( 3596 { return(*(const HashValue **)0); } 3659 const HashValue *hash_table)
|
| H A D | llib-lncursestw | 3608 const HashValue *_nc_get_hash_table( 3610 { return(*(const HashValue **)0); } 3673 const HashValue *hash_table)
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 335 unsigned HashValue = djbHash(Key); in equal_range() local 336 unsigned Bucket = HashValue % Hdr.BucketCount; in equal_range()
|