MOS Source Code
|
Go to the source code of this file.
Functions | |
static hash_t __pure | string_hash (const char *s, const int n) |
hash_t __pure | hashmap_hash_string (uintn key) |
int __pure | hashmap_compare_string (uintn key1, uintn key2) |
int __pure | hashmap_simple_key_compare (uintn key1, uintn key2) |
hash_t | hashmap_identity_hash (uintn key) |
Definition at line 7 of file hashmap_common.c.
Referenced by hashmap_hash_string().