Home
last modified time | relevance | path

Searched refs:BUILD_BUG_ON_ZERO (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/include/asm-generic/bitops/
H A Dconst_hweight.h34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w))
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w))
36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w))
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
/dports/multimedia/libv4l/linux-5.13-rc2/tools/include/asm-generic/bitops/
H A Dconst_hweight.h34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w))
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w))
36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w))
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/asm-generic/bitops/
H A Dconst_hweight.h34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w))
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w))
36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w))
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
/dports/multimedia/libv4l/linux-5.13-rc2/include/asm-generic/bitops/
H A Dconst_hweight.h34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w))
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w))
36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w))
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/asm-generic/bitops/
H A Dconst_hweight.h34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w))
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w))
36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w))
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/include/asm-generic/bitops/
H A Dconst_hweight.h34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w))
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w))
36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w))
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/sfc/
H A Dmcdi.h42 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1)))
47 ((u16)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
136 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
140 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 4) + \
148 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 8) + \
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/sfc/
H A Dmcdi.h42 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1)))
47 ((u16)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
136 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
140 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 4) + \
148 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 8) + \
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/sfc/
H A Dmcdi.h42 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1)))
47 ((u16)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
136 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
140 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 4) + \
148 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 8) + \
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/sfc/
H A Dmcdi.h42 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1)))
47 ((u16)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
136 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
140 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 4) + \
148 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 8) + \
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/sfc/
H A Dmcdi.h44 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1)))
49 ((u16)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
138 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
142 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 4) + \
150 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 8) + \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/sfc/
H A Dmcdi.h42 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1)))
47 ((u16)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
136 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
140 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 4) + \
148 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 8) + \
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/sfc/
H A Dmcdi.h42 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1)))
47 ((u16)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
136 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
140 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 4) + \
148 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 8) + \
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/sfc/
H A Dmcdi.h42 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1)))
47 ((u16)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
136 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
140 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 4) + \
148 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 8) + \
/dports/devel/elfutils/elfutils-0.179/libebl/
H A DlibeblP.h93 #define ULEB128_7(x) (BUILD_BUG_ON_ZERO ((x) >= (1U << 7)) + (x))
95 #define BUILD_BUG_ON_ZERO(x) (sizeof (char [(x) ? -1 : 1]) - 1) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/include/linux/
H A Dbuild_bug.h8 #define BUILD_BUG_ON_ZERO(e) (0) macro
16 #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int:(-!!(e)); }))) macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/include/linux/
H A Dbuild_bug.h8 #define BUILD_BUG_ON_ZERO(e) (0) macro
16 #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int:(-!!(e)); }))) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dbuild_bug.h8 #define BUILD_BUG_ON_ZERO(e) (0) macro
16 #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int:(-!!(e)); }))) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dbuild_bug.h8 #define BUILD_BUG_ON_ZERO(e) (0) macro
16 #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int:(-!!(e)); }))) macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dbuild_bug.h8 #define BUILD_BUG_ON_ZERO(e) (0) macro
16 #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int:(-!!(e)); }))) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/include/linux/
H A Dbuild_bug.h8 #define BUILD_BUG_ON_ZERO(e) (0) macro
16 #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int:(-!!(e)); }))) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/linux/
H A Dbuild_bug.h9 #define BUILD_BUG_ON_ZERO(e) (0) macro
29 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:(-!!(e)); })) macro
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/linux/
H A Dbuild_bug.h9 #define BUILD_BUG_ON_ZERO(e) (0) macro
29 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:(-!!(e)); })) macro
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/linux/
H A Dbuild_bug.h9 #define BUILD_BUG_ON_ZERO(e) (0) macro
29 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:(-!!(e)); })) macro
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/linux/
H A Dbuild_bug.h9 #define BUILD_BUG_ON_ZERO(e) (0) macro
29 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:(-!!(e)); })) macro

12345678910>>...17