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

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

Completed in 128 milliseconds