| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | domain.h | 134 #define TUSERCOND(instr, cond) #instr "t" #cond argument 137 #define TUSERCOND(instr, cond) #instr #cond argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/host1x/hw/ |
| H A D | host1x07_hardware.h | 49 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 104 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
| H A D | host1x05_hardware.h | 48 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 103 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
| H A D | host1x02_hardware.h | 48 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 103 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
| H A D | host1x01_hardware.h | 48 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 104 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
| H A D | host1x06_hardware.h | 49 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 104 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
| H A D | host1x04_hardware.h | 48 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 103 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | spinlock_debug.c | 78 #define SPIN_BUG_ON(cond, lock, msg) if (unlikely(cond)) spin_bug(lock, msg) argument 153 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
|
| /OK3568_Linux_fs/kernel/tools/bootconfig/include/linux/ |
| H A D | bug.h | 8 #define WARN_ON(cond) \ argument
|
| H A D | kernel.h | 13 #define unlikely(cond) (cond) argument
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_lock.h | 22 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | processor.h | 49 #define spin_until_cond(cond) \ argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sync/ |
| H A D | synctest.h | 34 #define ASSERT(cond, msg) do { \ argument
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | kernel.h | 66 #define BUG_ON(cond) do { if (cond) {} } while (0) argument 68 #define BUG_ON(cond) assert(!(cond)) argument
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | zutil.h | 102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 109 # define Assert(cond,msg) argument
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/include/internal/ |
| H A D | tests.h | 24 #define __T(text, cond) \ argument
|
| /OK3568_Linux_fs/kernel/arch/parisc/math-emu/ |
| H A D | sfcmp.c | 37 unsigned int cond, unsigned int *status) in sgl_fcmp()
|
| H A D | dfcmp.c | 38 unsigned int cond, unsigned int *status) in dbl_fcmp()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | type_check.h | 69 #define OPENSSL_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | type_check.h | 69 #define OPENSSL_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | type_check.h | 69 #define OPENSSL_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | type_check.h | 69 #define OPENSSL_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument
|
| /OK3568_Linux_fs/kernel/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 210 static void emit_bcc(u8 cond, u8 rd, u8 rs, int rvoff, in emit_bcc() 246 static void emit_branch(u8 cond, u8 rd, u8 rs, int rvoff, in emit_branch() 417 static bool is_signed_bpf_cond(u8 cond) in is_signed_bpf_cond()
|
| /OK3568_Linux_fs/kernel/arch/alpha/boot/ |
| H A D | misc.c | 65 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 72 # define Assert(cond,msg) argument
|
| /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) argument
|