]> mj.ucw.cz Git - libucw.git/commit
Added hash functions for 64-bit integers.
authorMartin Mares <mj@ucw.cz>
Thu, 16 Jun 2005 21:03:13 +0000 (21:03 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 16 Jun 2005 21:03:13 +0000 (21:03 +0000)
commit64ee91ff842aa42160eb7a22c96049aab86d39ab
treea5a21ac553230af08267f446bb7f920bf5c428d1
parent814a1c1610a9d96f23a9d0ba9dfa130f8bbb10ae
Added hash functions for 64-bit integers.
hash_pointer() now uses either 32-bit or 64-bit hash depending on pointer size.
hashtable.h with an atomic key does the same.
lib/hash-test.c
lib/hashfunc.h
lib/hashtable.h