Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/citrus/
Dcitrus_mapper.c58 #define CM_HASH_SIZE 101 macro
66 _CITRUS_HASH_HEAD(, _citrus_mapper, CM_HASH_SIZE) ma_cache;
109 _CITRUS_HASH_INIT(&ma->ma_cache, CM_HASH_SIZE); in _citrus_mapper_create_area()
301 return _string_hash_func(key, CM_HASH_SIZE); in hash_func()