Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/
Dhash.cpp30 inline uint32_t DecodeFixed32(const char *ptr) { in DecodeFixed32() function
38 uint64_t lo = DecodeFixed32(ptr); in DecodeFixed64()
39 uint64_t hi = DecodeFixed32(ptr + 4); in DecodeFixed64()
60 uint32_t k = DecodeFixed32(data); in Hash32()