Lines Matching refs:packet
265 struct packet { in BM_pmsg_short_aligned() struct
270 alignas(8) char buf[sizeof(struct packet) + 8] = {}; in BM_pmsg_short_aligned()
271 struct packet* buffer = (struct packet*)(((uintptr_t)buf + 7) & ~7); in BM_pmsg_short_aligned()
339 struct packet { in BM_pmsg_short_unaligned1() struct
344 alignas(8) char buf[sizeof(struct packet) + 8] = {}; in BM_pmsg_short_unaligned1()
345 struct packet* buffer = (struct packet*)((((uintptr_t)buf + 7) & ~7) + 1); in BM_pmsg_short_unaligned1()
413 struct packet { in BM_pmsg_long_aligned() struct
418 alignas(8) char buf[sizeof(struct packet) + 8 + LOGGER_ENTRY_MAX_PAYLOAD] = {}; in BM_pmsg_long_aligned()
419 struct packet* buffer = (struct packet*)(((uintptr_t)buf + 7) & ~7); in BM_pmsg_long_aligned()
485 struct packet { in BM_pmsg_long_unaligned1() struct
490 alignas(8) char buf[sizeof(struct packet) + 8 + LOGGER_ENTRY_MAX_PAYLOAD] = {}; in BM_pmsg_long_unaligned1()
491 struct packet* buffer = (struct packet*)((((uintptr_t)buf + 7) & ~7) + 1); in BM_pmsg_long_unaligned1()