Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_output.c146 #define ALIGN_WIN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1)
147 #define __ALIGN_MASK(x,mask) (((x)+(mask))&~(mask)) macro