Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-wb.c49 #define DOP_ALIGN 4 macro
50 #define DOP_ROUNDUP(x) ((((int)(x)) + (DOP_ALIGN - 1)) & ~(DOP_ALIGN - 1))