Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/
Dhash.cpp40 static inline uint32_t ByteAs32(char c) { return static_cast<uint32_t>(c) & 0xff; } in ByteAs32() function
69 h ^= ByteAs32(data[2]) << 16; in Hash32()
71 h ^= ByteAs32(data[1]) << 8; in Hash32()
73 h ^= ByteAs32(data[0]); in Hash32()