projects
/
fio.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Replace redundant TD_F_NOIO flag with td->io_ops_init
[fio.git]
/
crc
/
murmur3.h
Commit
Line
Data
9f0e365d
JA
1
#ifndef FIO_MURMUR3_H
2
#define FIO_MURMUR3_H
3
4
#include <inttypes.h>
5
6
uint32_t murmurhash3(const void *key, uint32_t len, uint32_t seed);
7
8
#endif