| /openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | 0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch | 4 Subject: [PATCH] unix/configure: use _Static_assert to do correct detection 7 on host to detemine feature is not correct. Use _Static_assert 26 +_Static_assert(sizeof((struct stat){0}.st_uid) == 2, "sizeof st_uid is not 16 bit"); 27 +_Static_assert(sizeof((struct stat){0}.st_gid) == 2, "sizeof st_gid is not 16 bit"); 60 +_Static_assert(sizeof(off_t) < 8, "sizeof off_t < 8 failed"); 61 +_Static_assert(sizeof((struct stat){0}.st_size) < 8, "sizeof st_size < 8 failed");
|
| /openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/ |
| H A D | cr51_image_descriptor.h | 25 #define _Static_assert static_assert macro 391 _Static_assert(offsetof(struct image_mauv, payload_security_version) % 396 _Static_assert(
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | s390-arch.h | 18 _Static_assert(sizeof(struct PSW) == 16, "PSW size incorrect"); 25 _Static_assert(sizeof(struct PSWLegacy) == 8, "PSWLegacy size incorrect");
|
| /openbmc/qemu/ebpf/ |
| H A D | rss.bpf.skeleton.h | 980 #define _Static_assert static_assert in rss_bpf__assert() macro 983 #undef _Static_assert in rss_bpf__assert()
|
| /openbmc/qemu/bsd-user/ |
| H A D | errno_defs.h | 157 _Static_assert(TARGET_ERESTART == QEMU_ERESTARTSYS,
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 0001-unix-configure-fix-detection-for-cross-compilation.patch | 26 +_Static_assert(sizeof(off_t) < 8, "sizeof off_t < 8 failed"); 27 +_Static_assert(sizeof((struct stat){0}.st_size) < 8, "sizeof st_size < 8 failed");
|
| /openbmc/openbmc/poky/meta/recipes-extended/zip/ |
| H A D | zip_3.0.bb | 20 file://0001-unix-configure-use-_Static_assert-to-do-correct-dete.patch \
|
| /openbmc/qemu/subprojects/libvhost-user/include/ |
| H A D | compiler.h | 72 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
|
| /openbmc/qemu/subprojects/libvduse/include/ |
| H A D | compiler.h | 72 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
|
| /openbmc/qemu/include/qemu/ |
| H A D | compiler.h | 72 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
|
| /openbmc/u-boot/include/ |
| H A D | common.h | 550 #define check_member(structure, member, offset) _Static_assert( \
|
| /openbmc/google-misc/subprojects/libcr51sign/src/ |
| H A D | libcr51sign_mauv.c | 17 _Static_assert(
|
| /openbmc/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3036.c | 35 _Static_assert(((u64)hz * _refdiv * _postdiv1 * _postdiv2 / OSC_HZ) *\
|
| H A D | clk_rk322x.c | 32 _Static_assert(((u64)hz * _refdiv * _postdiv1 * _postdiv2 / OSC_HZ) * \
|
| H A D | clk_rk3188.c | 75 _Static_assert(((u64)hz * _nr * _no / OSC_HZ) * OSC_HZ /\
|
| H A D | clk_rk3368.c | 45 _Static_assert(((u64)hz * _nr * _no / OSC_HZ) * OSC_HZ /\
|
| H A D | clk_rv1108.c | 35 _Static_assert(((u64)hz * _refdiv * _postdiv1 * _postdiv2 / OSC_HZ) *\
|
| H A D | clk_rk3288.c | 135 _Static_assert(((u64)hz * _nr * _no / OSC_HZ) * OSC_HZ /\
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-avx.c | 247 _Static_assert(sizeof(gather_mem) == 1024, "gather_mem not expected size");
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
| H A D | 0013-Revert-Load-and-store-UEFI-variable-index-in-chunks.patch | 282 +_Static_assert(SMM_UEFI_VARIABLE_STORE_INDEX_SIZE < RPC_CALLER_SESSION_SHARED_MEMORY_SIZE,
|
| H A D | 0012-Revert-Make-variable-index-usage-robust-with-redunda.patch | 372 -_Static_assert(SMM_VARIABLE_INDEX_STORAGE_A_UID != SMM_VARIABLE_INDEX_STORAGE_B_UID,
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.12.rst | 145 - zip: fix configure check by using _Static_assert
|
| H A D | release-notes-4.2.2.rst | 194 - zip: fix configure check by using _Static_assert
|
| /openbmc/libpldm/src/msgbuf/ |
| H A D | core.h | 38 #define _Static_assert(...) static_assert(__VA_ARGS__) macro
|