comparison ext/sord/src/zix/hash.c @ 245:b32c68f08ec0

Use local sord/serd build
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 15 Jun 2017 09:38:52 +0100
parents c5cdc9e6a4bf
children
comparison
equal deleted inserted replaced
244:f548eb11ae01 245:b32c68f08ec0
17 #include <assert.h> 17 #include <assert.h>
18 #include <stdint.h> 18 #include <stdint.h>
19 #include <stdlib.h> 19 #include <stdlib.h>
20 #include <string.h> 20 #include <string.h>
21 21
22 #include "zix/hash.h" 22 #include "hash.h"
23 23
24 /** 24 /**
25 Primes, each slightly less than twice its predecessor, and as far away 25 Primes, each slightly less than twice its predecessor, and as far away
26 from powers of two as possible. 26 from powers of two as possible.
27 */ 27 */