Home
last modified time | relevance | path

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

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dhash.h54 int hash_data_has_info(const char* d, unsigned int info);
H A Dinfo.c344 if (!hash_data_has_info(ROM_GETHASHDATA(rom), HASH_INFO_NO_DUMP)) in print_game_rom()
401 if (hash_data_has_info(ROM_GETHASHDATA(rom), HASH_INFO_NO_DUMP)) in print_game_rom()
403 if (hash_data_has_info(ROM_GETHASHDATA(rom), HASH_INFO_BAD_DUMP)) in print_game_rom()
H A Dcommon.c1341 if (hash_data_has_info(hash, HASH_INFO_NO_DUMP)) in verify_length_and_hash()
1357 else if (hash_data_has_info(hash, HASH_INFO_BAD_DUMP)) in verify_length_and_hash()
2065 if (!hash_data_has_info(hash, HASH_INFO_NO_DUMP)) in printromlist()
2067 if (hash_data_has_info(hash, HASH_INFO_BAD_DUMP)) in printromlist()
H A Dhash.c455 int hash_data_has_info(const char* data, unsigned int info) in hash_data_has_info() function
H A Dcommon.h304 #define ROM_NOGOODDUMP(r) (hash_data_has_info((r)->_hashdata, HASH_INFO_NO_DUMP))
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dhash.h54 int hash_data_has_info(const char* d, unsigned int info);
H A Dinfo.c344 if (!hash_data_has_info(ROM_GETHASHDATA(rom), HASH_INFO_NO_DUMP)) in print_game_rom()
401 if (hash_data_has_info(ROM_GETHASHDATA(rom), HASH_INFO_NO_DUMP)) in print_game_rom()
403 if (hash_data_has_info(ROM_GETHASHDATA(rom), HASH_INFO_BAD_DUMP)) in print_game_rom()
H A Dcommon.c1341 if (hash_data_has_info(hash, HASH_INFO_NO_DUMP)) in verify_length_and_hash()
1357 else if (hash_data_has_info(hash, HASH_INFO_BAD_DUMP)) in verify_length_and_hash()
2065 if (!hash_data_has_info(hash, HASH_INFO_NO_DUMP)) in printromlist()
2067 if (hash_data_has_info(hash, HASH_INFO_BAD_DUMP)) in printromlist()
H A Dhash.c455 int hash_data_has_info(const char* data, unsigned int info) in hash_data_has_info() function
H A Dcommon.h305 #define ROM_NOGOODDUMP(r) (hash_data_has_info((r)->_hashdata, HASH_INFO_NO_DUMP))