Searched refs:packed (Results 1 – 4 of 4) sorted by relevance
65 void UnPackSequenceAndType(uint64_t packed, uint64_t* seq, ValueType* t) { in UnPackSequenceAndType() argument66 *seq = packed >> 8; in UnPackSequenceAndType()67 *t = static_cast<ValueType>(packed & 0xff); in UnPackSequenceAndType()
495 uint64_t packed = PackSequenceAndType(s, type); in Add() local496 EncodeFixed64(p, packed); in Add()
129 extern void UnPackSequenceAndType(uint64_t packed, uint64_t* seq, ValueType* t);
202 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign;712 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) unalign64;