MOS Source Code
Loading...
Searching...
No Matches
hashmap_common.h File Reference
#include <mos/moslib_global.h>
#include <mos/types.h>
+ Include dependency graph for hashmap_common.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define hashmap_common_type_init(map, cap, type)
 

Functions

MOSAPI hash_t __pure hashmap_hash_string (uintn key)
 
MOSAPI int __pure hashmap_compare_string (uintn key1, uintn key2)
 
MOSAPI int __pure hashmap_simple_key_compare (uintn key1, uintn key2)
 
MOSAPI hash_t __pure hashmap_identity_hash (uintn key)