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

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

Completed in 52 milliseconds