HomeSort by relevance Sort by last modified time
    Searched refs:TLV_ALIGNTO (Results 1 - 23 of 23) sorted by null

  /bionic/libc/kernel/uapi/linux/
tipc_config.h 155 #define TLV_ALIGNTO 4
156 #define TLV_ALIGN(datalen) (((datalen) + (TLV_ALIGNTO - 1)) & ~(TLV_ALIGNTO - 1))
  /development/ndk/platforms/android-21/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
tipc_config.h 159 #define TLV_ALIGNTO 4
160 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
  /external/kernel-headers/original/uapi/linux/
tipc_config.h 247 #define TLV_ALIGNTO 4
249 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
259 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tipc_config.h 277 #define TLV_ALIGNTO 4
279 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
289 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tipc_config.h 253 #define TLV_ALIGNTO 4
255 #define TLV_ALIGN(datalen) (((datalen)+(TLV_ALIGNTO-1)) & ~(TLV_ALIGNTO-1))
265 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler

Completed in 106 milliseconds