Home
last modified time | relevance | path

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

/dports/devel/mdds/mdds-1.7.0/misc/
H A Dsorted_string_map_perf.cpp143 void run_hash(hashmap_type& hm, const char* input) in run_hash() function
209 run_hash(hm, tests[i]); in main()
/dports/emulators/mess/mame-mame0226/src/emu/
H A Ddiimage.cpp504 bool device_image_interface::run_hash(util::core_file &file, u32 skip_bytes, util::hash_collection … in run_hash() function in device_image_interface
558 if (!run_hash(*m_file, unhashed_header_length(), m_hash, util::hash_collection::HASH_TYPES_ALL)) in image_checkhash()
569 if (!run_hash(file, unhashed_header_length(), hash, util::hash_collection::HASH_TYPES_ALL)) in calculate_hash_on_file()
H A Ddiimage.h292 …static bool run_hash(util::core_file &file, u32 skip_bytes, util::hash_collection &hashes, const c…
/dports/emulators/mame/mame-mame0226/src/emu/
H A Ddiimage.cpp504 bool device_image_interface::run_hash(util::core_file &file, u32 skip_bytes, util::hash_collection … in run_hash() function in device_image_interface
558 if (!run_hash(*m_file, unhashed_header_length(), m_hash, util::hash_collection::HASH_TYPES_ALL)) in image_checkhash()
569 if (!run_hash(file, unhashed_header_length(), hash, util::hash_collection::HASH_TYPES_ALL)) in calculate_hash_on_file()
H A Ddiimage.h292 …static bool run_hash(util::core_file &file, u32 skip_bytes, util::hash_collection &hashes, const c…