Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/include/
H A Dtic.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 *);
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp40 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 Dubsan_type_hash.h20 typedef uptr HashValue; typedef
52 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
66 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
H A Dubsan_type_hash_itanium.cc97 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 Dubsan_type_hash.cc26 __ubsan::HashValue
H A Dubsan_type_hash_win.cc41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh136 NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool termcap)
146 static HashValue
158 return (HashValue) (sum % HASHTABSIZE);
163 static HashValue
H A Dmake_hash.c105 HashValue * hash_table) in _nc_make_hash_table()
196 HashValue *hash_table = typeCalloc(HashValue, HASHTABSIZE); in main()
H A Dcomp_hash.c56 const HashValue * hash_table) in NCURSES_EXPORT()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAccelTable.h145 uint32_t HashValue; member
150 : Name(Name), HashValue(Hash(Name.getString())) {} in HashData()
H A DSelectionDAG.h98 unsigned HashValue;
103 HashValue = ID.ComputeHash();
121 if (X.HashValue != IDHash)
127 return X.HashValue;
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dllib-ltinfow122 const HashValue *_nc_get_hash_table(
124 { return(*(const HashValue **)0); }
187 const HashValue *hash_table)
H A Dllib-ltinfo122 const HashValue *_nc_get_hash_table(
124 { return(*(const HashValue **)0); }
187 const HashValue *hash_table)
H A Dllib-ltinfot127 const HashValue *_nc_get_hash_table(
129 { return(*(const HashValue **)0); }
192 const HashValue *hash_table)
H A Dllib-ltinfotw127 const HashValue *_nc_get_hash_table(
129 { return(*(const HashValue **)0); }
192 const HashValue *hash_table)
H A Dllib-lncurses2792 const HashValue *_nc_get_hash_table(
2794 { return(*(const HashValue **)0); }
2857 const HashValue *hash_table)
H A Dllib-lncursest2823 const HashValue *_nc_get_hash_table(
2825 { return(*(const HashValue **)0); }
2888 const HashValue *hash_table)
H A Dllib-lncursesw3594 const HashValue *_nc_get_hash_table(
3596 { return(*(const HashValue **)0); }
3659 const HashValue *hash_table)
H A Dllib-lncursestw3608 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 DDWARFAcceleratorTable.cpp335 unsigned HashValue = djbHash(Key); in equal_range() local
336 unsigned Bucket = HashValue % Hdr.BucketCount; in equal_range()