/dports/misc/libsolv/libsolv-0.7.19/src/ |
H A D | hash.h | 23 typedef unsigned int Hashval; typedef 35 static inline Hashval 38 Hashval r = 0; in strhash() 45 static inline Hashval 48 Hashval r = 0; in strnhash() 55 static inline Hashval 56 strhash_cont(const char *str, Hashval r) in strhash_cont() 68 static inline Hashval 80 static inline Hashval
|
H A D | strpool.c | 78 Hashval h, hh, hashmask; in stringpool_resize_hash() 107 Hashval h, hh, hashmask, oldhashmask; in stringpool_strn2id() 118 if ((Hashval)ss->nstrings * 2 > hashmask) in stringpool_strn2id()
|
H A D | poolid.c | 57 Hashval h, hh, hashmask; in pool_resize_rels_hash() 87 Hashval h, hh, hashmask; in pool_rel2id() 95 if ((Hashval)pool->nrels * 2 > hashmask) in pool_rel2id()
|
H A D | strpool.h | 28 Hashval stringhashmask; /* modulo value for hash table (size of table - 1) */
|
/dports/misc/libsolv/libsolv-0.7.19/ext/ |
H A D | pool_fileconflicts.c | 27 Hashval cflmapn; 31 Hashval dirmapn; 47 Hashval normapn; 52 Hashval statmapn; 65 Hashval fetchmapn; 78 Hashval i, h, hh; in growhash() 113 Hashval h, hh; in finddirs_cb() 160 Hashval h, hh; in isindirmap() 279 Hashval h, hh; in findfileconflicts_basename_cb() 353 Hashval h, hh; in unifywithstat() [all …]
|
H A D | repo_mdk.c | 262 Hashval joinhashmask; 267 joinhash_init(Repo *repo, Hashval *hmp) in joinhash_init() 269 Hashval hm = mkmask(repo->nsolvables); in joinhash_init() 271 Hashval h, hh; in joinhash_init() 288 joinhash_lookup(Repo *repo, Hashtable ht, Hashval hm, const char *fn, const char *distepoch) in joinhash_lookup() 290 Hashval h, hh; in joinhash_lookup()
|
H A D | repo_arch.c | 502 joinhash_init(Repo *repo, Hashval *hmp) in joinhash_init() 504 Hashval hm = mkmask(repo->nsolvables); in joinhash_init() 506 Hashval h, hh; in joinhash_init() 523 joinhash_lookup(Repo *repo, Hashtable ht, Hashval hm, const char *fn) in joinhash_lookup() 527 Hashval h, hh; in joinhash_lookup() 750 Hashval joinhashmask = 0; in repo_add_arch_repo()
|
H A D | repo_rpmmd.c | 254 Hashval cshashm; /* hash mask */ 494 static inline Hashval 503 Hashval h, hh, hm; in rebuild_cshash() 530 Hashval h, hh, hm; in put_in_cshash() 556 if ((Hashval)++pd->ncshash * 2 > hm) in put_in_cshash() 569 Hashval h, hh, hm; in lookup_cshash()
|
H A D | repo_susetags.c | 287 joinhash_init(Repo *repo, Hashval *hmp) in joinhash_init() 289 Hashval hm = mkmask(repo->nsolvables); in joinhash_init() 291 Hashval h, hh; in joinhash_init() 308 joinhash_lookup(Repo *repo, Hashtable ht, Hashval hm, Id name, Id evr, Id arch, Id start) in joinhash_lookup() 310 Hashval h, hh; in joinhash_lookup() 461 Hashval joinhashm = 0; in repo_add_susetags()
|
/dports/devel/cscout/cscout-bd7dfac/swill/Source/Objects/ |
H A D | hash.c | 184 hv = Hashval(n->key) % newsize; in resize() 216 hv = (Hashval(k)) % h->hashsize; in Hash_setattr() 257 hv = Hashval(k) % h->hashsize; in Hash_getattr() 279 hv = Hashval(k) % h->hashsize; in Hash_delattr()
|
H A D | doh.h | 42 #define DohHashval DOH_NAMESPACE(Hashval) 305 #define Hashval DohHashval macro
|
/dports/dns/totd/totd-1.5.1/SWILL-0.1/Source/Objects/ |
H A D | hash.c | 184 hv = Hashval(n->key) % newsize; in resize() 216 hv = (Hashval(k)) % h->hashsize; in Hash_setattr() 257 hv = Hashval(k) % h->hashsize; in Hash_getattr() 279 hv = Hashval(k) % h->hashsize; in Hash_delattr()
|
H A D | doh.h | 42 #define DohHashval DOH_NAMESPACE(Hashval) 305 #define Hashval DohHashval macro
|
/dports/devel/swig/swig-4.0.2/Source/DOH/ |
H A D | hash.c | 186 hv = Hashval(n->key) % newsize; in resize() 218 hv = (Hashval(k)) % h->hashsize; in Hash_setattr() 260 int hv = Hashval(ko) % ho->hashsize; in Hash_getattr() 294 hv = Hashval(k) % h->hashsize; in Hash_delattr()
|
H A D | doh.h | 48 #define DohHashval DOH_NAMESPACE(Hashval) 357 #define Hashval DohHashval macro
|
/dports/devel/binutils/binutils-2.37/gold/ |
H A D | stringpool.h | 376 typedef Key Hashval; typedef 378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
|
H A D | stringpool.cc | 255 std::pair<Hashkey, Hashval> element(Hashkey(s, length), k); in add_with_length() 297 std::pair<Hashkey, Hashval> element(hk, k); in add_with_length()
|
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/ |
H A D | stringpool.h | 376 typedef Key Hashval; typedef 378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
|
H A D | stringpool.cc | 255 std::pair<Hashkey, Hashval> element(Hashkey(s, length), k); in add_with_length() 297 std::pair<Hashkey, Hashval> element(hk, k); in add_with_length()
|
/dports/devel/arm-elf-binutils/binutils-2.37/gold/ |
H A D | stringpool.h | 376 typedef Key Hashval; typedef 378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
|
H A D | stringpool.cc | 255 std::pair<Hashkey, Hashval> element(Hashkey(s, length), k); in add_with_length() 297 std::pair<Hashkey, Hashval> element(hk, k); in add_with_length()
|
/dports/devel/gnulibiberty/binutils-2.37/gold/ |
H A D | stringpool.h | 376 typedef Key Hashval; typedef 378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
|
H A D | stringpool.cc | 255 std::pair<Hashkey, Hashval> element(Hashkey(s, length), k); in add_with_length() 297 std::pair<Hashkey, Hashval> element(hk, k); in add_with_length()
|
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/ |
H A D | stringpool.h | 376 typedef Key Hashval; typedef 378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
|
H A D | stringpool.cc | 255 std::pair<Hashkey, Hashval> element(Hashkey(s, length), k); in add_with_length() 297 std::pair<Hashkey, Hashval> element(hk, k); in add_with_length()
|