Home
last modified time | relevance | path

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

/dports/editors/mp/mp-5.x-5.50/mpdm/
H A Dmpdm_o.c28 static int switch_hash_func(const wchar_t *, int);
31 static int (*mpdm_hash_func) (const wchar_t *, int) = switch_hash_func;
50 static int switch_hash_func(const wchar_t *string, int mod) in switch_hash_func() function