MCPcopy Create free account
hub / github.com/boostorg/build / hash_keyval

Function hash_keyval

v2/engine/hash.c:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78static void hashstat( struct hash * );
79
80static unsigned int hash_keyval( OBJECT * key )
81{
82 return object_hash( key );
83}
84
85#define hash_bucket(hp, keyval) ((hp)->tab.base + ((keyval) % (hp)->tab.nel))
86

Callers 2

hash_insertFunction · 0.70
hash_findFunction · 0.70

Calls 1

object_hashFunction · 0.85

Tested by

no test coverage detected