Home
last modified time | relevance | path

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

/dports/devel/libmaa/libmaa-1.4.7/maa/
H A Dhash.c64 if (t->magic != HSH_MAGIC) in _hsh_check()
68 HSH_MAGIC); in _hsh_check()
86 t->magic = HSH_MAGIC; in _hsh_create()
H A Dmaa.h47 #define HSH_MAGIC 0x01020304 macro