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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dtipc_config.h250 #define TLV_ALIGNTO 4 macro
252 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
262 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dtipc_config.h250 #define TLV_ALIGNTO 4 macro
252 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
262 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dtipc_config.h278 #define TLV_ALIGNTO 4 macro
280 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
290 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dtipc_config.h278 #define TLV_ALIGNTO 4 macro
280 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
290 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dtipc_config.h278 #define TLV_ALIGNTO 4 macro
280 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
290 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler

Completed in 169 milliseconds