Home
last modified time | relevance | path

Searched refs:BUILD_ASSERT_OR_ZERO (Results 1 – 25 of 79) sorted by relevance

1234

/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/cast/
H A Dcast.h18 (0 ? BUILD_ASSERT_OR_ZERO(cast_sign_compatible(type, (expr))) : \
47 (0 ? BUILD_ASSERT_OR_ZERO(cast_const_compat1((expr), type)) : \
59 (0 ? BUILD_ASSERT_OR_ZERO(cast_const_compat2((expr), type)) : \
71 (0 ? BUILD_ASSERT_OR_ZERO(cast_const_compat3((expr), type)) : \
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/ccan/check_type/
H A Dcheck_type.h58 BUILD_ASSERT_OR_ZERO(sizeof(expr) == sizeof(type))
61 BUILD_ASSERT_OR_ZERO(sizeof(expr1) == sizeof(expr2))
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/check_type/
H A Dcheck_type.h58 BUILD_ASSERT_OR_ZERO(sizeof(expr) == sizeof(type))
61 BUILD_ASSERT_OR_ZERO(sizeof(expr1) == sizeof(expr2))
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/ccan/check_type/
H A Dcheck_type.h58 BUILD_ASSERT_OR_ZERO(sizeof(expr) == sizeof(type))
61 BUILD_ASSERT_OR_ZERO(sizeof(expr1) == sizeof(expr2))
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/ccan/check_type/
H A Dcheck_type.h58 BUILD_ASSERT_OR_ZERO(sizeof(expr) == sizeof(type))
61 BUILD_ASSERT_OR_ZERO(sizeof(expr1) == sizeof(expr2))
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/ccan/check_type/
H A Dcheck_type.h58 BUILD_ASSERT_OR_ZERO(sizeof(expr) == sizeof(type))
61 BUILD_ASSERT_OR_ZERO(sizeof(expr1) == sizeof(expr2))
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/ccan/check_type/
H A Dcheck_type.h58 BUILD_ASSERT_OR_ZERO(sizeof(expr) == sizeof(type))
61 BUILD_ASSERT_OR_ZERO(sizeof(expr1) == sizeof(expr2))
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/ccan/check_type/
H A Dcheck_type.h58 BUILD_ASSERT_OR_ZERO(sizeof(expr) == sizeof(type))
61 BUILD_ASSERT_OR_ZERO(sizeof(expr1) == sizeof(expr2))
/dports/net/ocserv/ocserv-1.1.3/src/ccan/check_type/
H A Dcheck_type.h58 BUILD_ASSERT_OR_ZERO(sizeof(expr) == sizeof(type))
61 BUILD_ASSERT_OR_ZERO(sizeof(expr1) == sizeof(expr2))
/dports/lang/ruby26/ruby-2.6.9/ccan/check_type/
H A Dcheck_type.h57 BUILD_ASSERT_OR_ZERO(sizeof(expr) == sizeof(type))
60 BUILD_ASSERT_OR_ZERO(sizeof(expr1) == sizeof(expr2))
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/ccan/check_type/
H A Dcheck_type.h58 BUILD_ASSERT_OR_ZERO(sizeof(expr) == sizeof(type))
61 BUILD_ASSERT_OR_ZERO(sizeof(expr1) == sizeof(expr2))
/dports/net/ocserv/ocserv-1.1.3/src/ccan/hash/
H A Dhash.h95 (BUILD_ASSERT_OR_ZERO(sizeof(*(p)) == 8 || sizeof(*(p)) == 4 \
224 (BUILD_ASSERT_OR_ZERO(sizeof(*(p)) == 8 || sizeof(*(p)) == 4 \
241 (BUILD_ASSERT_OR_ZERO(sizeof(long) == sizeof(uint32_t) \
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/include/faup/hash/
H A Dhash.h95 (BUILD_ASSERT_OR_ZERO(sizeof(*(p)) == 8 || sizeof(*(p)) == 4 \
224 (BUILD_ASSERT_OR_ZERO(sizeof(*(p)) == 8 || sizeof(*(p)) == 4 \
241 (BUILD_ASSERT_OR_ZERO(sizeof(long) == sizeof(uint32_t) \
/dports/textproc/wiggle/wiggle-1.3/ccan/hash/
H A Dhash.h94 (BUILD_ASSERT_OR_ZERO(sizeof(*(p)) == 8 || sizeof(*(p)) == 4 \
223 (BUILD_ASSERT_OR_ZERO(sizeof(*(p)) == 8 || sizeof(*(p)) == 4 \
240 (BUILD_ASSERT_OR_ZERO(sizeof(long) == sizeof(uint32_t) \
/dports/games/instead/instead-3.4.1/src/instead/
H A Dlist.h40 #define BUILD_ASSERT_OR_ZERO(cond) \ macro
94 BUILD_ASSERT_OR_ZERO(sizeof(expr) == sizeof(type))
97 BUILD_ASSERT_OR_ZERO(sizeof(expr1) == sizeof(expr2))
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/build_assert/test/
H A Dcompile_fail-expr.c6 return BUILD_ASSERT_OR_ZERO(1 == 0); in main()
H A Drun-BUILD_ASSERT_OR_ZERO.c7 ok1(BUILD_ASSERT_OR_ZERO(1 == 1) == 0); in main()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/ccan/build_assert/test/
H A Dcompile_fail-expr.c6 return BUILD_ASSERT_OR_ZERO(1 == 0); in main()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/ccan/build_assert/test/
H A Dcompile_fail-expr.c6 return BUILD_ASSERT_OR_ZERO(1 == 0); in main()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/ccan/ccan/build_assert/test/
H A Dcompile_fail-expr.c6 return BUILD_ASSERT_OR_ZERO(1 == 0); in main()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/ccan/build_assert/test/
H A Dcompile_fail-expr.c6 return BUILD_ASSERT_OR_ZERO(1 == 0); in main()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/ccan/build_assert/test/
H A Dcompile_fail-expr.c6 return BUILD_ASSERT_OR_ZERO(1 == 0); in main()
/dports/textproc/wiggle/wiggle-1.3/ccan/build_assert/test/
H A Dcompile_fail-expr.c6 return BUILD_ASSERT_OR_ZERO(1 == 0); in main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/ccan/build_assert/test/
H A Dcompile_fail-expr.c6 return BUILD_ASSERT_OR_ZERO(1 == 0); in main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/ccan/build_assert/test/
H A Dcompile_fail-expr.c6 return BUILD_ASSERT_OR_ZERO(1 == 0); in main()

1234