| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | tic.h | 183 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 D | ubsan_type_hash.h | 19 typedef uptr HashValue; typedef 51 bool checkDynamicType(void *Object, void *Type, HashValue Hash); 65 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
|
| H A D | ubsan_type_hash_itanium.cpp | 109 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 D | ubsan_type_hash.cpp | 25 __ubsan::HashValue
|
| H A D | ubsan_type_hash_win.cpp | 40 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 39 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 D | MKcaptab.sh | 156 NCURSES_EXPORT(const HashValue *) 168 static HashValue 180 return (HashValue) (sum % HASHTABSIZE); 185 static HashValue
|
| H A D | make_hash.c | 115 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 D | MKuserdefs.sh | 103 static HashValue 115 return (HashValue) (sum % HASHTABSIZE);
|
| H A D | comp_hash.c | 56 const HashValue * hash_table) in NCURSES_EXPORT()
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | report_hashing.c | 44 const HashValue *hash_table = _nc_get_hash_table(termcap); in check_names()
|
| H A D | llib-ltinfo | 132 const HashValue *_nc_get_hash_table( 134 { return(*(const HashValue **)0); } 197 const HashValue *hash_table)
|
| H A D | llib-ltinfow | 144 const HashValue *_nc_get_hash_table( 146 { return(*(const HashValue **)0); } 209 const HashValue *hash_table)
|
| H A D | llib-ltinfotw | 149 const HashValue *_nc_get_hash_table( 151 { return(*(const HashValue **)0); } 214 const HashValue *hash_table)
|
| H A D | llib-ltinfot | 137 const HashValue *_nc_get_hash_table( 139 { return(*(const HashValue **)0); } 202 const HashValue *hash_table)
|
| H A D | llib-lncurses | 2861 const HashValue *_nc_get_hash_table( 2863 { return(*(const HashValue **)0); } 2926 const HashValue *hash_table)
|
| H A D | llib-lncursest | 2875 const HashValue *_nc_get_hash_table( 2877 { return(*(const HashValue **)0); } 2940 const HashValue *hash_table)
|
| H A D | llib-lncursestw | 3826 const HashValue *_nc_get_hash_table( 3828 { return(*(const HashValue **)0); } 3891 const HashValue *hash_table)
|
| H A D | llib-lncursesw | 3812 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 D | AccelTable.h | 142 uint32_t HashValue; member 223 It.HashValue = Hash(Name.getString()); in addName()
|
| H A D | SelectionDAG.h | 109 unsigned HashValue; 114 HashValue = ID.ComputeHash(); 132 if (X.HashValue != IDHash) 138 return X.HashValue;
|