Home
last modified time | relevance | path

Searched defs:cond (Results 51 – 75 of 315) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Ddomain.h134 #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 Dhost1x07_hardware.h49 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 Dhost1x05_hardware.h48 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 Dhost1x02_hardware.h48 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 Dhost1x01_hardware.h48 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 Dhost1x06_hardware.h49 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 Dhost1x04_hardware.h48 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 Dspinlock_debug.c78 #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 Dbug.h8 #define WARN_ON(cond) \ argument
H A Dkernel.h13 #define unlikely(cond) (cond) argument
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_lock.h22 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dprocessor.h49 #define spin_until_cond(cond) \ argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/sync/
H A Dsynctest.h34 #define ASSERT(cond, msg) do { \ argument
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dkernel.h66 #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 Dzutil.h102 # 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 Dtests.h24 #define __T(text, cond) \ argument
/OK3568_Linux_fs/kernel/arch/parisc/math-emu/
H A Dsfcmp.c37 unsigned int cond, unsigned int *status) in sgl_fcmp()
H A Ddfcmp.c38 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 Dtype_check.h69 #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 Dtype_check.h69 #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 Dtype_check.h69 #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 Dtype_check.h69 #define OPENSSL_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument
/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_comp64.c210 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 Dmisc.c65 # 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 Dtype_check.h80 #define OPENSSL_COMPILE_ASSERT(cond, msg) _Static_assert(cond, #msg) argument

12345678910>>...13