Searched refs:aligned_off (Results 1 – 1 of 1) sorted by relevance
219 const uint32_t aligned_off = (off + 7) & ~7u; in SerializeBatch() local220 uint32_t padding = aligned_off - off; in SerializeBatch()