Searched refs:magic_hi (Results 1 – 1 of 1) sorted by relevance
47 const uint32_t magic_hi = DecodeFixed32(magic_ptr + 4); in DecodeFrom() local48 const uint64_t magic = ((static_cast<uint64_t>(magic_hi) << 32) | in DecodeFrom()