Sign in
android
/
platform
/
external
/
fio
/
a133df91fa72701e4e448ca1ff81e0c41ed2df8b
/
.
/
crc
/
fnv.h
blob: ef2b77b47e89a020a000d1e5548fb4c51381019d [
file
] [
log
] [
blame
]
#ifndef
FIO_FNV_H
#define
FIO_FNV_H
#include
<inttypes.h>
uint64_t
fnv
(
const
void
*,
uint32_t
,
uint64_t
);
#endif