Home
last modified time | relevance | path

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

/third_party/boost/boost/container_hash/detail/
Dhash_float.hpp66 inline std::size_t hash_binary(char* ptr, std::size_t length) in hash_binary() function
109 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()
/third_party/jerryscript/tools/
Drun-tests.py306 def hash_binary(bin_path): function
332 bin_hash = hash_binary(bin_path)