Searched refs:DecodeFixed32 (Results 1 – 1 of 1) sorted by relevance
30 inline uint32_t DecodeFixed32(const char *ptr) { in DecodeFixed32() function38 uint64_t lo = DecodeFixed32(ptr); in DecodeFixed64()39 uint64_t hi = DecodeFixed32(ptr + 4); in DecodeFixed64()60 uint32_t k = DecodeFixed32(data); in Hash32()