Home
last modified time | relevance | path

Searched refs:xxh32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dxxhash.h95 uint32_t xxh32(const void *input, size_t length, uint32_t seed);
129 return xxh32(input, length, seed); in xxhash()
/openbmc/linux/lib/
H A Dxxhash.c102 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32() function
154 EXPORT_SYMBOL(xxh32);
/openbmc/linux/fs/erofs/
H A Dxattr.c411 hashbit = xxh32(name, strlen(name), in erofs_getxattr()