Searched refs:DOP_ALIGN (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-wb.c50 * an even multiple of DOP_ALIGN bytes, which must be a power of two.
52 #define DOP_ALIGN 4 macro
53 #define DOP_ROUNDUP(x) ((((int)(x)) + (DOP_ALIGN - 1)) & ~(DOP_ALIGN - 1))

Completed in 28 milliseconds