Home
last modified time | relevance | path

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

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dhash.c166 static hash_function_desc hash_descs[HASH_NUM_FUNCTIONS] = variable
216 return &hash_descs[idx]; in hash_get_function_desc()
606 for (i = 0; i < sizeof(hash_descs) / sizeof(hash_descs[0]); i++) in hash_verify_string()
608 if (*hash == hash_descs[i].code) in hash_verify_string()
611 if (i >= sizeof(hash_descs) / sizeof(hash_descs[0])) in hash_verify_string()
615 len = hash_descs[i].size * 2; in hash_verify_string()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dhash.c166 static hash_function_desc hash_descs[HASH_NUM_FUNCTIONS] = variable
216 return &hash_descs[idx]; in hash_get_function_desc()
606 for (i = 0; i < sizeof(hash_descs) / sizeof(hash_descs[0]); i++) in hash_verify_string()
608 if (*hash == hash_descs[i].code) in hash_verify_string()
611 if (i >= sizeof(hash_descs) / sizeof(hash_descs[0])) in hash_verify_string()
615 len = hash_descs[i].size * 2; in hash_verify_string()