Searched refs:hash_binary (Results 1 – 2 of 2) sorted by relevance
66 inline std::size_t hash_binary(char* ptr, std::size_t length) in hash_binary() function109 return hash_binary((char*) &v, 4); in float_hash_impl()119 return hash_binary((char*) &v, 8); in float_hash_impl()128 return hash_binary((char*) &v, 10); in float_hash_impl()137 return hash_binary((char*) &v, 16); in float_hash_impl()
306 def hash_binary(bin_path): function332 bin_hash = hash_binary(bin_path)