Searched refs:DecodeFixed32 (Results 1 – 16 of 16) sorted by relevance
41 inline uint32 DecodeFixed32(const char* ptr) { in DecodeFixed32() function62 uint64 lo = DecodeFixed32(ptr); in DecodeFixed64()63 uint64 hi = DecodeFixed32(ptr + 4); in DecodeFixed64()
54 uint32 actual = DecodeFixed32(p); in TEST()
26 inline uint32 DecodeFixed32(const char *ptr) { in DecodeFixed32() function48 uint32 k = DecodeFixed32(data); in Hash32()
28 inline uint32 DecodeFixed32(const char *ptr) { in DecodeFixed32() function50 uint32 k = DecodeFixed32(data); in Hash32()
60 const uint32 magic_lo = core::DecodeFixed32(magic_ptr); in DecodeFrom()61 const uint32 magic_hi = core::DecodeFixed32(magic_ptr + 4); in DecodeFrom()111 const uint32 crc = crc32c::Unmask(core::DecodeFixed32(data + n + 1)); in ReadBlock()
31 return core::DecodeFixed32(data_ + size_ - sizeof(uint32)); in NumRestarts()112 return core::DecodeFixed32(data_ + restarts_ + index * sizeof(uint32)); in GetRestartPoint()
103 const uint32 masked_crc = core::DecodeFixed32(result->data() + n); in ReadChecksummed()
209 return core::DecodeFixed32(reinterpret_cast<const char *>(p)); in LE_LOAD32()
42 uint32 k = core::DecodeFixed32(data); in Hash32()
223 func (p *Buffer) DecodeFixed32() (x uint64, err error) { func
562 u, err = p.DecodeFixed32()
638 x, err = b.DecodeFixed32()
229 x, e = o.DecodeFixed32()
224 func (p *Buffer) DecodeFixed32() (x uint64, err error) { func
524 u, err = p.DecodeFixed32()