Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
Dbits.h28 constexpr size_t alignto = NLMSG_ALIGNTO; variable
35 return (len + alignto - 1) & ~(alignto - 1); in align()