shithub: sl

ref: e330259b2ed4a137c908440c3bc942651304f3fc
dir: /hashing.h/

View raw version
#pragma once

value_t nextipow2(value_t i) fl_constfn;
uint32_t int32hash(uint32_t a) fl_constfn;
uint64_t int64hash(uint64_t key) fl_constfn;
uint32_t int64to32hash(uint64_t key) fl_constfn;
uint64_t memhash(const char* buf, size_t n);
uint32_t memhash32(const char* buf, size_t n);