17#if defined(__cplusplus)
55#if defined(__cplusplus)
a_u32 a_hash_sdbm_(void const *ptr, a_size siz, a_u32 val)
a hash function whose prime number is 65599
a_u32 a_hash_sdbm(void const *str, a_u32 val)
a hash function whose prime number is 65599
a_u32 a_hash_bkdr(void const *str, a_u32 val)
a hash function whose prime number is 131
a_u32 a_hash_bkdr_(void const *ptr, a_size siz, a_u32 val)
a hash function whose prime number is 131
unsigned long a_u32
unsigned integer type with width of exactly 32 bits
Definition a.h:538
size_t a_size
unsigned integer type returned by the sizeof operator
Definition a.h:823