| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgv_sriovmsg.h | 256 _Static_assert( 260 _Static_assert( 264 _Static_assert( 268 _Static_assert(
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0001-array_length-Make-usable-as-a-constant-expression.patch | 8 Instead, put the _Static_assert into a struct (as a declaration), 26 - _Static_assert (!__builtin_types_compatible_p \ 33 + _Static_assert (!__builtin_types_compatible_p \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | build_bug.h | 78 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) 82 #define _Static_assert(expr, ...) macro
|
| H A D | android_kabi.h | 43 _Static_assert(sizeof(struct{_new;}) <= sizeof(struct{_orig;}), \ 48 _Static_assert(__alignof__(struct{_new;}) <= __alignof__(struct{_orig;}), \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | cdefs.h | 454 #if (!defined _Static_assert && !defined __cplusplus \ 457 # define _Static_assert(expr, diagnostic) \ macro 493 _Static_assert (0, "IEEE 128-bits long double requires redirection on this platform");
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | cdefs.h | 454 #if (!defined _Static_assert && !defined __cplusplus \ 457 # define _Static_assert(expr, diagnostic) \ macro 493 _Static_assert (0, "IEEE 128-bits long double requires redirection on this platform");
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | type_check.h | 75 #define OPENSSL_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | type_check.h | 75 #define OPENSSL_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | type_check.h | 75 #define OPENSSL_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | type_check.h | 75 #define OPENSSL_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | type_check.h | 80 #define OPENSSL_COMPILE_ASSERT(cond, msg) _Static_assert(cond, #msg)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | type_check.h | 80 #define OPENSSL_COMPILE_ASSERT(cond, msg) _Static_assert(cond, #msg)
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | build_bug.h | 79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | assert.h | 140 # define static_assert _Static_assert
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | assert.h | 140 # define static_assert _Static_assert
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | common.h | 53 # define static_assert _Static_assert 781 #define check_member(structure, member, offset) _Static_assert( \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_cls_redirect.c | 88 _Static_assert( 93 _Static_assert( 265 _Static_assert(sizeof(struct iphdr) == 20, "iphdr must be 20 bytes"); in pkt_ipv4_checksum()
|
| H A D | map_ptr_kern.c | 11 _Static_assert(MAX_ENTRIES < LOOP_BOUND, "MAX_ENTRIES must be < LOOP_BOUND");
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | cvdef.h | 106 # define CV_StaticAssert(condition, reason) _Static_assert((condition), reason " " #condition)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | cvdef.h | 106 # define CV_StaticAssert(condition, reason) _Static_assert((condition), reason " " #condition)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_kinstr_jm.c | 66 #define __static_assert(e, msg, ...) _Static_assert(e, msg)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | cvdef.h | 106 # define CV_StaticAssert(condition, reason) _Static_assert((condition), reason " " #condition)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 142 _Static_assert(sizeof(vm_guest_mode_string)/sizeof(char *) == NUM_VM_MODES, 161 _Static_assert(sizeof(vm_guest_mode_params)/sizeof(struct vm_guest_mode_params) == NUM_VM_MODES,
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3066.c | 97 _Static_assert(((u64)hz * _nr * _no / OSC_HZ) * OSC_HZ /\
|
| H A D | clk_rk3188.c | 95 _Static_assert(((u64)hz * _nr * _no / OSC_HZ) * OSC_HZ /\
|