summaryrefslogtreecommitdiff
path: root/tests/test-hash.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix invalid bit shift operations.Dumitru Ceara2022-05-171-0/+3
* test-hash: Fix unaligned pointer value error.Joe Stringer2017-06-071-10/+10
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-2/+2
* types: Rename and move ovs_u128_equal().Joe Stringer2015-06-091-2/+2
* test-hash: Improve comments.Alex Wang2015-03-161-68/+51
* test-hash: Do not exit check_word_hash() when there is a failure.Alex Wang2015-03-041-1/+0
* test-hash: Test hash_bytes128() with single 128-bit word.Alex Wang2015-03-041-12/+89
* test-hash: Remove the check_word_hash() for hash_bytes128_cb.Alex Wang2015-02-271-10/+0
* test-hash: Refine the check_256byte_hash().Alex Wang2015-02-271-18/+22
* test-hash: Make check_256byte_hash() test no 1-bits set case.Alex Wang2015-02-261-2/+4
* hash: Add 128-bit murmurhash.Joe Stringer2014-11-251-0/+83
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-4/+3
* tests: Mention binomial coefficient in hash tests.Joe Stringer2014-09-301-1/+3
* lib/hash: Use CRC32 for hashing.Jarno Rajahalme2014-07-111-2/+9
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-5/+6
* hash: Replace primary hash functions by murmurhash.Ben Pfaff2013-01-221-12/+15
* hash: Introduce an implementation of murmurhash.Ben Pfaff2012-09-041-24/+38
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+155