/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1765 #define FOP_COND_D(op, cond) \ argument 1844 #define FOP_COND_S(op, cond) \ argument 2065 #define FOP_CONDN_D(op, cond) \ argument 2160 #define FOP_CONDN_S(op, cond) \ argument
|
H A D | tx79_translate.c | 235 TCGCond cond, unsigned wlen) in trans_parallel_compare()
|
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 105 #define hppa_or_cond(reg1, reg2, cond, f, target) \ argument 109 #define hppa_and_cond(reg1, reg2, cond, f, target) \ argument 276 static inline int invert_bpf_cond(u8 cond) in invert_bpf_cond()
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | smt.c | 279 int cond ; in smt_event() local 808 int cond ; in update_dac() local
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops2.c | 148 int cond; in x86emuOp2_long_jump() local 173 int cond = 0; in x86emuOp2_set_byte() local
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | u_serial.c | 670 int cond; in gs_close_flush_done() local 1191 int cond; in gs_closed() local
|
/openbmc/linux/drivers/staging/media/omap4iss/ |
H A D | iss.h | 233 #define iss_poll_condition_timeout(cond, timeout, min_ival, max_ival) \ argument
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-designware-common.c | 335 u32 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset) in i2c_dw_scl_hcnt()
|
/openbmc/u-boot/drivers/net/ |
H A D | armada100_fec.c | 43 static int armdfec_phy_timeout(u32 *reg, u32 flag, int cond) in armdfec_phy_timeout()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | alloc.c | 282 #define allocator_wait(ca, cond) \ argument
|
H A D | bcache.h | 868 #define btree_bug_on(cond, b, ...) \ argument 874 #define cache_bug_on(cond, c, ...) \ argument 880 #define cache_set_err_on(cond, c, ...) \ argument
|
/openbmc/google-misc/subprojects/libcr51sign/src/ |
H A D | libcr51sign.c | 56 #define BUILD_ASSERT(cond) ((void)sizeof(char[1 - 2 * !(cond)])) argument
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 1181 static void gen_cc_cond(DisasCompare *c, DisasContext *s, int cond) in gen_cc_cond() 1353 static void gen_jmpcc(DisasContext *s, int cond, TCGLabel *l1) in gen_jmpcc() 1444 int cond; in DISAS_INSN() local 5175 static void gen_fcc_cond(DisasCompare *c, DisasContext *s, int cond) in gen_fcc_cond() 5290 static void gen_fjmpcc(DisasContext *s, int cond, TCGLabel *l1) in gen_fjmpcc() 5322 int cond; in DISAS_INSN() local 5340 int cond; in DISAS_INSN() local
|
/openbmc/linux/drivers/macintosh/ |
H A D | via-cuda.c | 362 #define WAIT_FOR(cond, what) \ argument
|
/openbmc/linux/drivers/fpga/ |
H A D | zynq-fpga.c | 149 #define zynq_fpga_poll_timeout(priv, addr, val, cond, sleep_us, timeout_us) \ argument
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | parser-helpers.c | 1433 HexValue cond = gen_tmp(c, locp, 32, UNSIGNED); in gen_convround_n() local 1816 unsigned gen_if_cond(Context *c, YYLTYPE *locp, HexValue *cond) in gen_if_cond() 2009 HexValue gen_rvalue_ternary(Context *c, YYLTYPE *locp, HexValue *cond, in gen_rvalue_ternary() 2039 const char *cond_to_str(TCGCond cond) in cond_to_str()
|
/openbmc/qemu/io/ |
H A D | channel-websock.c | 1052 GIOCondition cond = 0; in qio_channel_websock_set_watch() local 1236 GIOCondition cond = 0; in qio_channel_websock_source_check() local
|
/openbmc/linux/security/tomoyo/ |
H A D | condition.c | 766 const struct tomoyo_condition *cond) in tomoyo_condition()
|
/openbmc/qemu/backends/ |
H A D | cryptodev-lkcf.c | 89 QemuCond cond; member
|
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/ |
H A D | pipe_binarydesc.c | 182 bool cond = (out_w * num / den + delta > in_w) && in binarydesc_calculate_bds_factor() local
|
/openbmc/linux/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 484 #define test_boolean(cond) do { \ argument
|
/openbmc/linux/drivers/nfc/ |
H A D | nfcsim.c | 62 u8 cond; member
|
/openbmc/qemu/monitor/ |
H A D | monitor.c | 138 static gboolean monitor_unblocked(void *do_not_use, GIOCondition cond, in monitor_unblocked()
|
/openbmc/linux/lib/ |
H A D | overflow_kunit.c | 19 #define SKIP(cond, reason) do { \ argument
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 1377 static inline void gen_cond_add(TCGCond cond, TCGv r1, TCGv r2, TCGv r3, in gen_cond_add() 1410 static inline void gen_condi_add(TCGCond cond, TCGv r1, int32_t r2, in gen_condi_add() 1494 static inline void gen_cond_sub(TCGCond cond, TCGv r1, TCGv r2, TCGv r3, in gen_cond_sub() 2578 static void gen_sh_cond(int cond, TCGv ret, TCGv r1, TCGv r2) in gen_sh_cond() 2588 static void gen_sh_condi(int cond, TCGv ret, TCGv r1, int32_t con) in gen_sh_condi() 2658 static inline void gen_accumulating_cond(int cond, TCGv ret, TCGv r1, TCGv r2, in gen_accumulating_cond() 2674 gen_accumulating_condi(int cond, TCGv ret, TCGv r1, int32_t con, in gen_accumulating_condi() 2845 static inline void gen_branch_cond(DisasContext *ctx, TCGCond cond, TCGv r1, in gen_branch_cond() 2857 static inline void gen_branch_condi(DisasContext *ctx, TCGCond cond, TCGv r1, in gen_branch_condi()
|