HomeSort by relevance Sort by last modified time
    Searched refs:BUILD_BUG_ON (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
kernel.h 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
  /external/iptables/include/linux/
kernel.h 31 #define BUILD_BUG_ON(condition) ((void)BUILD_BUG_ON_ZERO(condition))
38 BUILD_BUG_ON((n) == 0 || (((n) & ((n) - 1)) != 0))
  /external/kernel-headers/original/asm-mips/
cmpxchg.h 109 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \
116 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \
io.h 378 BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); \
391 BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); \
  /bionic/libc/kernel/arch-mips/asm/
cmpxchg.h 29 #define cmpxchg64(ptr, o, n) ({ BUILD_BUG_ON(sizeof(*(ptr)) != 8); cmpxchg((ptr), (o), (n)); })
io.h 77 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cmpxchg.h 29 #define cmpxchg64(ptr, o, n) ({ BUILD_BUG_ON(sizeof(*(ptr)) != 8); cmpxchg((ptr), (o), (n)); })
io.h 77 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
  /external/kernel-headers/original/linux/
etherdevice.h 126 BUILD_BUG_ON(ETH_ALEN != 6);
kernel.h 340 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
socket.h 33 BUILD_BUG_ON(((size) > sizeof(struct __kernel_sockaddr_storage)))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cmpxchg.h 29 #define cmpxchg64(ptr, o, n) ({ BUILD_BUG_ON(sizeof(*(ptr)) != 8); cmpxchg((ptr), (o), (n)); })
io.h 77 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cmpxchg.h 29 #define cmpxchg64(ptr, o, n) ({ BUILD_BUG_ON(sizeof(*(ptr)) != 8); cmpxchg((ptr), (o), (n)); })
io.h 77 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }

Completed in 1407 milliseconds

12