Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dhamt.c57 unsigned long (*ReHashKey) (const char *key, int Level); member
90 ReHashKey(const char *key, int Level) in ReHashKey() function
134 hamt->ReHashKey = ReHashKey_nocase; in HAMT_create()
138 hamt->ReHashKey = ReHashKey; in HAMT_create()
270 key = hamt->ReHashKey(str, level); in HAMT_insert()
271 key2 = hamt->ReHashKey( in HAMT_insert()
325 key = hamt->ReHashKey(str, level); in HAMT_insert()
405 key = hamt->ReHashKey(str, level); in HAMT_search()