Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dcollections_port.h125 inline void hash_mix(uint32& a, uint32& b, uint32& c) { in hash_mix() function
138 inline void hash_mix(uint64& a, uint64& b, uint64& c) { in hash_mix() function
153 hash_mix(num, b, c); in Hash32NumWithSeed()
160 hash_mix(num, b, c); in Hash64NumWithSeed()