| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mmdebug.h | 18 #define VM_BUG_ON(cond) BUG_ON(cond) argument 19 #define VM_BUG_ON_PAGE(cond, page) \ argument 26 #define VM_BUG_ON_VMA(cond, vma) \ argument 33 #define VM_BUG_ON_MM(cond, mm) \ argument 40 #define VM_WARN_ON_ONCE_PAGE(cond, page) ({ \ argument 52 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument 53 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) argument 54 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) argument 55 #define VM_WARN(cond, format...) (void)WARN(cond, format) argument 57 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) argument [all …]
|
| H A D | iopoll.h | 36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ argument 79 #define read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, \ argument 120 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument 140 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument 143 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 146 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 149 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 152 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 155 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 158 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument [all …]
|
| H A D | rculist.h | 60 #define __list_check_rcu(dummy, cond, extra...) \ argument 67 #define __list_check_srcu(cond) \ argument 73 #define __list_check_rcu(dummy, cond, extra...) \ argument 76 #define __list_check_srcu(cond) ({ }) argument 390 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument 409 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument 705 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument 726 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument
|
| H A D | tracepoint.h | 179 #define __DO_TRACE(name, proto, args, cond, rcuidle) \ argument 219 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument 229 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument 244 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 345 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 428 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 554 args, cond) \ argument 563 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument 567 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | iopoll.h | 28 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument 44 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument 47 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument 50 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument 53 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument 56 #define readb_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 59 #define readw_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 62 #define readl_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 65 #define readq_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_log.h | 53 #define mpp_logf_c(cond, fmt, ...) do { if (cond) mpp_logf(fmt, ## __VA_ARGS__); } while (0) argument 54 #define mpp_loge_c(cond, fmt, ...) do { if (cond) mpp_loge(fmt, ## __VA_ARGS__); } while (0) argument 55 #define mpp_logw_c(cond, fmt, ...) do { if (cond) mpp_logw(fmt, ## __VA_ARGS__); } while (0) argument 56 #define mpp_logi_c(cond, fmt, ...) do { if (cond) mpp_logi(fmt, ## __VA_ARGS__); } while (0) argument 57 #define mpp_logd_c(cond, fmt, ...) do { if (cond) mpp_logd(fmt, ## __VA_ARGS__); } while (0) argument 58 #define mpp_logv_c(cond, fmt, ...) do { if (cond) mpp_logv(fmt, ## __VA_ARGS__); } while (0) argument 60 #define mpp_logf_cf(cond, fmt, ...) do { if (cond) mpp_logf_f(fmt, ## __VA_ARGS__); } while (0) argument 61 #define mpp_loge_cf(cond, fmt, ...) do { if (cond) mpp_loge_f(fmt, ## __VA_ARGS__); } while (0) argument 62 #define mpp_logw_cf(cond, fmt, ...) do { if (cond) mpp_logw_f(fmt, ## __VA_ARGS__); } while (0) argument 63 #define mpp_logi_cf(cond, fmt, ...) do { if (cond) mpp_logi_f(fmt, ## __VA_ARGS__); } while (0) argument [all …]
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_log.h | 53 #define mpp_logf_c(cond, fmt, ...) do { if (cond) mpp_logf(fmt, ## __VA_ARGS__); } while (0) argument 54 #define mpp_loge_c(cond, fmt, ...) do { if (cond) mpp_loge(fmt, ## __VA_ARGS__); } while (0) argument 55 #define mpp_logw_c(cond, fmt, ...) do { if (cond) mpp_logw(fmt, ## __VA_ARGS__); } while (0) argument 56 #define mpp_logi_c(cond, fmt, ...) do { if (cond) mpp_logi(fmt, ## __VA_ARGS__); } while (0) argument 57 #define mpp_logd_c(cond, fmt, ...) do { if (cond) mpp_logd(fmt, ## __VA_ARGS__); } while (0) argument 58 #define mpp_logv_c(cond, fmt, ...) do { if (cond) mpp_logv(fmt, ## __VA_ARGS__); } while (0) argument 60 #define mpp_logf_cf(cond, fmt, ...) do { if (cond) mpp_logf_f(fmt, ## __VA_ARGS__); } while (0) argument 61 #define mpp_loge_cf(cond, fmt, ...) do { if (cond) mpp_loge_f(fmt, ## __VA_ARGS__); } while (0) argument 62 #define mpp_logw_cf(cond, fmt, ...) do { if (cond) mpp_logw_f(fmt, ## __VA_ARGS__); } while (0) argument 63 #define mpp_logi_cf(cond, fmt, ...) do { if (cond) mpp_logi_f(fmt, ## __VA_ARGS__); } while (0) argument [all …]
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_debug.h | 36 #define RT_ASSERT(cond) do { \ argument 44 #define RT_ASSERT_IF(cond, fmt, ...) static_cast<void>(0) argument 46 #define RT_ASSERT_RESULT(cond) if (cond) {} do {} while (false) argument 48 #define RT_ASSERT(cond) argument 49 #define RT_ASSERT_IF(cond, fmt, ...) argument 51 #define RT_ASSERT_RESULT(cond) argument
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | Log.h | 56 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) argument 60 #define LOGV_IF(cond, ...) ((void)0) argument 62 #define LOGV_IF(cond, ...) \ argument 80 #define LOGD_IF(cond, ...) \ argument 94 #define LOGI_IF(cond, ...) \ argument 108 #define LOGW_IF(cond, ...) \ argument 122 #define LOGE_IF(cond, ...) \ argument
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Log.h | 56 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) argument 60 #define LOGV_IF(cond, ...) ((void)0) argument 62 #define LOGV_IF(cond, ...) \ argument 80 #define LOGD_IF(cond, ...) \ argument 94 #define LOGI_IF(cond, ...) \ argument 108 #define LOGW_IF(cond, ...) \ argument 122 #define LOGE_IF(cond, ...) \ argument
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/sparc/annotate/ |
| H A D | instructions.c | 3 static int is_branch_cond(const char *cond) in is_branch_cond() 63 static int is_branch_reg_cond(const char *cond) in is_branch_reg_cond() 88 static int is_branch_float_cond(const char *cond) in is_branch_float_cond() 140 const char *cond = name + 1; in sparc__associate_instruction_ops() local
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | vendor_hooks.h | 55 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument 62 #define DO_HOOK(name, proto, args, cond) \ argument 77 #define __DECLARE_HOOK(name, proto, args, cond, data_proto, data_args) \ argument 103 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument 114 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/punctuation/ |
| H A D | comma_if.hpp | 25 # define BOOST_PP_COMMA_IF(cond) BOOST_PP_IF(cond, BOOST_PP_COMMA, BOOST_PP_EMPTY)() argument 27 # define BOOST_PP_COMMA_IF(cond) BOOST_PP_COMMA_IF_I(cond) argument 28 # define BOOST_PP_COMMA_IF_I(cond) BOOST_PP_IF(cond, BOOST_PP_COMMA, BOOST_PP_EMPTY)() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/control/ |
| H A D | expr_if.hpp | 24 # define BOOST_PP_EXPR_IF(cond, expr) BOOST_PP_EXPR_IIF(BOOST_PP_BOOL(cond), expr) argument 26 # define BOOST_PP_EXPR_IF(cond, expr) BOOST_PP_EXPR_IF_I(cond, expr) argument 27 # define BOOST_PP_EXPR_IF_I(cond, expr) BOOST_PP_EXPR_IIF(BOOST_PP_BOOL(cond), expr) argument
|
| H A D | if.hpp | 24 # define BOOST_PP_IF(cond, t, f) BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) argument 26 # define BOOST_PP_IF(cond, t, f) BOOST_PP_IF_I(cond, t, f) argument 27 # define BOOST_PP_IF_I(cond, t, f) BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) argument
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | alternative.h | 26 u32 cond; /* see ALT_COND_XXX */ member 36 #define ALTERNATIVE(cond, replacement) "!0:" \ argument 45 #define ALTERNATIVE(from, to, cond, replacement)\ argument 52 #define ALTERNATIVE_CODE(from, num_instructions, cond, new_instr_ptr)\ argument
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | file.c | 157 const char **name, struct path_cond *cond, u32 request) in path_name() 214 struct path_cond *cond) in aa_compute_fperms() 256 const char *name, struct path_cond *cond, in aa_str_perms() 267 u32 request, struct path_cond *cond, int flags, in __aa_path_perm() 284 struct path_cond *cond, int flags, in profile_path_perm() 315 struct path_cond *cond) in aa_path_perm() 359 struct path_cond *cond) in profile_path_link() 460 struct path_cond cond = { in aa_path_link() local 511 struct path_cond cond = { in __file_path_perm() local
|
| /OK3568_Linux_fs/u-boot/include/test/ |
| H A D | ut.h | 44 #define ut_assert(cond) \ argument 51 #define ut_assertf(cond, fmt, args...) \ argument 120 #define ut_assertok(cond) ut_asserteq(0, cond) argument
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | misc.h | 418 #define __BUG_WARN_MSG(cond, with_msg, ...) \ argument 427 #define BUG_WARN_MSG(cond, ...) \ argument 430 #define BUG_WARN(cond) __BUG_WARN_MSG(cond, 0, NULL) argument 432 #define BUG_RETURN(cond) \ argument 435 #define BUG_RETURN_MSG(cond, ...) \ argument 438 #define BUG_RETURN_VAL(cond, val) \ argument 441 #define BUG_RETURN_VAL_MSG(cond, val, ...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | timer.h | 22 #define nvif_nsec(d,n,cond...) ({ \ argument 33 #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) argument 34 #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/ |
| H A D | optional.hpp | 147 optional_base ( bool cond, argument_type val ) in optional_base() 389 explicit optional_base ( in_place_init_if_t, bool cond, Args&&... args ) in optional_base() 439 explicit optional_base ( in_place_init_if_t, bool cond, Arg&& arg ) in optional_base() 447 explicit optional_base ( in_place_init_if_t, bool cond ) in optional_base() 518 explicit optional_base ( in_place_init_if_t, bool cond, const Arg& arg ) in optional_base() 526 explicit optional_base ( in_place_init_if_t, bool cond, Arg& arg ) in optional_base() 533 explicit optional_base ( in_place_init_if_t, bool cond ) in optional_base() 811 optional ( bool cond, argument_type val ) : base(cond,val) {} in optional() 1015 explicit optional ( in_place_init_if_t, bool cond, Args&&... args ) in optional() 1041 explicit optional ( in_place_init_if_t, bool cond, Args&& args ) in optional() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/radix-tree/linux/ |
| H A D | rcupdate.h | 8 #define rcu_dereference_protected(p, cond) rcu_dereference(p) argument 9 #define rcu_dereference_check(p, cond) rcu_dereference(p) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | platform_util.h | 89 #define MBEDTLS_INTERNAL_VALIDATE_RET( cond, ret ) \ argument 99 #define MBEDTLS_INTERNAL_VALIDATE( cond ) \ argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | platform_util.h | 89 #define MBEDTLS_INTERNAL_VALIDATE_RET( cond, ret ) \ argument 99 #define MBEDTLS_INTERNAL_VALIDATE( cond ) \ argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | platform_util.h | 89 #define MBEDTLS_INTERNAL_VALIDATE_RET( cond, ret ) \ argument 99 #define MBEDTLS_INTERNAL_VALIDATE( cond ) \ argument
|