Home
last modified time | relevance | path

Searched defs:ALIGN_8 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Djitdump.h23 #define ALIGN_8(x) (((x) + 7) & (~7)) macro
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c64 #define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1)) macro