Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dtipc_config.h117 #define TLV_ALIGN(datalen) (((datalen) + (TLV_ALIGNTO - 1)) & ~(TLV_ALIGNTO - 1)) macro
119 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))