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

/bionic/libc/kernel/uapi/linux/
H A Dtipc_config.h160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1)) macro
162 #define TLV_SPACE(datalen) (TLV_ALIGN(TLV_LENGTH(datalen)))

Completed in 32 milliseconds