| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | wait.h | 265 #define ___wait_cond_timeout(condition) \ argument 291 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument 315 #define __wait_event(wq_head, condition) \ argument 331 #define wait_event(wq_head, condition) \ argument 339 #define __io_wait_event(wq_head, condition) \ argument 346 #define io_wait_event(wq_head, condition) \ argument 354 #define __wait_event_freezable(wq_head, condition) \ argument 370 #define wait_event_freezable(wq_head, condition) \ argument 379 #define __wait_event_timeout(wq_head, condition, timeout) \ argument 403 #define wait_event_timeout(wq_head, condition, timeout) \ argument [all …]
|
| H A D | swait.h | 158 #define ___swait_event(wq, condition, state, ret, cmd) \ argument 182 #define __swait_event(wq, condition) \ argument 186 #define swait_event_exclusive(wq, condition) \ argument 193 #define __swait_event_timeout(wq, condition, timeout) \ argument 198 #define swait_event_timeout_exclusive(wq, condition, timeout) \ argument 206 #define __swait_event_interruptible(wq, condition) \ argument 210 #define swait_event_interruptible_exclusive(wq, condition) \ argument 218 #define __swait_event_interruptible_timeout(wq, condition, timeout) \ argument 223 #define swait_event_interruptible_timeout_exclusive(wq, condition, timeout)\ argument 232 #define __swait_event_idle(wq, condition) \ argument [all …]
|
| H A D | wait_bit.h | 242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument 269 #define __wait_var_event(var, condition) \ argument 273 #define wait_var_event(var, condition) \ argument 281 #define __wait_var_event_killable(var, condition) \ argument 285 #define wait_var_event_killable(var, condition) \ argument 294 #define __wait_var_event_timeout(var, condition, timeout) \ argument 299 #define wait_var_event_timeout(var, condition, timeout) \ argument 308 #define __wait_var_event_interruptible(var, condition) \ argument 312 #define wait_var_event_interruptible(var, condition) \ argument
|
| H A D | ratelimit.h | 47 #define WARN_ON_RATELIMIT(condition, state) ({ \ argument 53 #define WARN_RATELIMIT(condition, format, ...) \ argument 68 #define WARN_ON_RATELIMIT(condition, state) \ argument 71 #define WARN_RATELIMIT(condition, format, ...) \ argument
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | bug.h | 63 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 101 #define WARN_ON_ONCE(condition) ({ \ argument 118 #define WARN_ON(condition) ({ \ argument 127 #define WARN(condition, format...) ({ \ argument 135 #define WARN_TAINT(condition, taint, format...) ({ \ argument 143 #define WARN_ON_ONCE(condition) ({ \ argument 155 #define WARN_ONCE(condition, format...) ({ \ argument 166 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument 183 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 187 #define WARN_ON(condition) ({ \ argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ipa-predicate.h | 48 struct GTY(()) condition struct 52 HOST_WIDE_INT offset; 54 tree type; 55 tree val; 56 int operand_num; 60 unsigned agg_contents : 1; 63 unsigned by_ref : 1; 66 expr_eval_ops param_ops;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ipa-predicate.h | 48 struct GTY(()) condition struct 52 HOST_WIDE_INT offset; 54 tree type; 55 tree val; 56 int operand_num; 60 unsigned agg_contents : 1; 63 unsigned by_ref : 1; 66 expr_eval_ops param_ops;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_kernel_common.h | 70 #define MALI_CHECK(condition, error_code) do { if(!(condition)) MALI_ERROR(error_code); } while(0) argument 102 #define MALI_CHECK_GOTO(condition, label) do { if(!(condition)) goto label; } while(0) argument 141 #define MALI_DEBUG_PRINT_IF(level,condition,args) \ argument 154 #define MALI_DEBUG_PRINT_ASSERT(condition, args) do {if( !(condition)) { MALI_PRINT_ERROR(args); _… argument 156 #define MALI_DEBUG_ASSERT(condition) do {if( !(condition)) {MALI_PRINT_ERROR(("ASSERT failed: " #c… argument 163 #define MALI_DEBUG_PRINT_IF(level,condition,args) do {} while(0) argument 164 #define MALI_DEBUG_PRINT_ELSE(level,condition,args) do {} while(0) argument 165 #define MALI_DEBUG_PRINT_ASSERT(condition,args) do {} while(0) argument 167 #define MALI_DEBUG_ASSERT(condition) do {} while(0) argument
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | bug.h | 14 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 16 #define WARN_ON(condition) ({ \ argument 23 #define WARN(condition, format...) ({ \ argument 30 #define WARN_ON_ONCE(condition) ({ \ argument 41 #define WARN_ONCE(condition, format...) ({ \ argument
|
| H A D | build_bug.h | 13 #define BUILD_BUG_ON(condition) (0) argument 67 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument 69 #define BUILD_BUG_ON(condition) \ argument
|
| H A D | compiler.h | 471 # define __compiletime_error_fallback(condition) \ argument 476 # define __compiletime_error_fallback(condition) do { } while (0) argument 480 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 489 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 492 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 504 #define compiletime_assert(condition, msg) \ argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/opencl/ |
| H A D | ocl_defs.hpp | 29 #define CV_OCL_RUN_(condition, func, ...) \ argument 45 #define CV_OCL_RUN_(condition, func, ...) \ argument 61 #define CV_OCL_RUN_(condition, func, ...) \ argument 70 #define CV_OCL_RUN_(condition, func, ...) argument 73 #define CV_OCL_RUN(condition, func) CV_OCL_RUN_(condition, func) argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/opencl/ |
| H A D | ocl_defs.hpp | 29 #define CV_OCL_RUN_(condition, func, ...) \ argument 45 #define CV_OCL_RUN_(condition, func, ...) \ argument 61 #define CV_OCL_RUN_(condition, func, ...) \ argument 70 #define CV_OCL_RUN_(condition, func, ...) argument 73 #define CV_OCL_RUN(condition, func) CV_OCL_RUN_(condition, func) argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/opencl/ |
| H A D | ocl_defs.hpp | 29 #define CV_OCL_RUN_(condition, func, ...) \ argument 45 #define CV_OCL_RUN_(condition, func, ...) \ argument 61 #define CV_OCL_RUN_(condition, func, ...) \ argument 70 #define CV_OCL_RUN_(condition, func, ...) argument 73 #define CV_OCL_RUN(condition, func) CV_OCL_RUN_(condition, func) argument
|
| /OK3568_Linux_fs/kernel/tools/include/asm/ |
| H A D | bug.h | 10 #define WARN(condition, format...) ({ \ argument 17 #define WARN_ON(condition) ({ \ argument 25 #define WARN_ON_ONCE(condition) ({ \ argument 36 #define WARN_ONCE(condition, format...) ({ \ argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | cvdef.h | 104 # define CV_StaticAssert(condition, reason) static_assert((condition), reason " " #condition) argument 106 # define CV_StaticAssert(condition, reason) _Static_assert((condition), reason " " #condition) argument 110 # define CV_StaticAssert(condition, reason) static_assert((condition), reason " " #condition) argument 114 # define CV_StaticAssert(condition, reason) static_assert((condition), reason " " #condition) argument 119 # define CV_StaticAssert(condition, reason) ({ extern int __attribute__((error("CV_StaticAssert:… argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | cvdef.h | 104 # define CV_StaticAssert(condition, reason) static_assert((condition), reason " " #condition) argument 106 # define CV_StaticAssert(condition, reason) _Static_assert((condition), reason " " #condition) argument 110 # define CV_StaticAssert(condition, reason) static_assert((condition), reason " " #condition) argument 114 # define CV_StaticAssert(condition, reason) static_assert((condition), reason " " #condition) argument 119 # define CV_StaticAssert(condition, reason) ({ extern int __attribute__((error("CV_StaticAssert:… argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | cvdef.h | 104 # define CV_StaticAssert(condition, reason) static_assert((condition), reason " " #condition) argument 106 # define CV_StaticAssert(condition, reason) _Static_assert((condition), reason " " #condition) argument 110 # define CV_StaticAssert(condition, reason) static_assert((condition), reason " " #condition) argument 114 # define CV_StaticAssert(condition, reason) static_assert((condition), reason " " #condition) argument 119 # define CV_StaticAssert(condition, reason) ({ extern int __attribute__((error("CV_StaticAssert:… argument
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| H A D | timed_ctrl.c | 27 hrt_data condition, in timed_ctrl_snd_commnd() 48 hrt_data condition, in timed_ctrl_snd_sp_commnd() 64 hrt_data condition, in timed_ctrl_snd_gpio_commnd()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | compiler.h | 14 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 21 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 24 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 36 #define compiletime_assert(condition, msg) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/ |
| H A D | ump_kernel_common.h | 31 #define DBG_MSG_IF(level,condition,args) /* args should be in brackets */ \ argument 44 #define DEBUG_ASSERT(condition) do {if(!(condition)) MSG_ERR(("ASSERT failed: " #condition)); } wh… argument 49 #define DBG_MSG_IF(level,condition,args) do {} while(0) argument 51 #define DEBUG_ASSERT(condition) do {} while(0) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/ |
| H A D | configure.json | 12 "condition": "features.opengl", string 19 "condition": "features.concurrent", string 44 "condition": [ array
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 102 #define _CHECK(condition, tag, duration, format...) ({ \ argument 117 #define CHECK_FAIL(condition) ({ \ argument 128 #define CHECK(condition, tag, format...) \ argument 130 #define CHECK_ATTR(condition, tag, format...) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | configure.json | 26 "condition": "libs.gypsy", string 31 "condition": "tests.winrt_geolocation", string
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/ |
| H A D | gthr-default.h | 594 __gthread_objc_condition_allocate (objc_condition_t condition) in __gthread_objc_condition_allocate() 613 __gthread_objc_condition_deallocate (objc_condition_t condition) in __gthread_objc_condition_deallocate() 628 __gthread_objc_condition_wait (objc_condition_t condition, objc_mutex_t mutex) in __gthread_objc_condition_wait() 639 __gthread_objc_condition_broadcast (objc_condition_t condition) in __gthread_objc_condition_broadcast() 649 __gthread_objc_condition_signal (objc_condition_t condition) in __gthread_objc_condition_signal()
|