Home
last modified time | relevance | path

Searched defs:cond (Results 176 – 200 of 316) sorted by relevance

12345678910>>...13

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1765 #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 Dtx79_translate.c235 TCGCond cond, unsigned wlen) in trans_parallel_compare()
/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h105 #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 Dsmt.c279 int cond ; in smt_event() local
808 int cond ; in update_dac() local
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops2.c148 int cond; in x86emuOp2_long_jump() local
173 int cond = 0; in x86emuOp2_set_byte() local
/openbmc/linux/drivers/usb/gadget/function/
H A Du_serial.c670 int cond; in gs_close_flush_done() local
1191 int cond; in gs_closed() local
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss.h233 #define iss_poll_condition_timeout(cond, timeout, min_ival, max_ival) \ argument
/openbmc/linux/drivers/i2c/busses/
H A Di2c-designware-common.c335 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 Darmada100_fec.c43 static int armdfec_phy_timeout(u32 *reg, u32 flag, int cond) in armdfec_phy_timeout()
/openbmc/linux/drivers/md/bcache/
H A Dalloc.c282 #define allocator_wait(ca, cond) \ argument
H A Dbcache.h868 #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 Dlibcr51sign.c56 #define BUILD_ASSERT(cond) ((void)sizeof(char[1 - 2 * !(cond)])) argument
/openbmc/qemu/target/m68k/
H A Dtranslate.c1181 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 Dvia-cuda.c362 #define WAIT_FOR(cond, what) \ argument
/openbmc/linux/drivers/fpga/
H A Dzynq-fpga.c149 #define zynq_fpga_poll_timeout(priv, addr, val, cond, sleep_us, timeout_us) \ argument
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c1433 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 Dchannel-websock.c1052 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 Dcondition.c766 const struct tomoyo_condition *cond) in tomoyo_condition()
/openbmc/qemu/backends/
H A Dcryptodev-lkcf.c89 QemuCond cond; member
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c182 bool cond = (out_w * num / den + delta > in_w) && in binarydesc_calculate_bds_factor() local
/openbmc/linux/drivers/net/wireguard/selftest/
H A Dallowedips.c484 #define test_boolean(cond) do { \ argument
/openbmc/linux/drivers/nfc/
H A Dnfcsim.c62 u8 cond; member
/openbmc/qemu/monitor/
H A Dmonitor.c138 static gboolean monitor_unblocked(void *do_not_use, GIOCondition cond, in monitor_unblocked()
/openbmc/linux/lib/
H A Doverflow_kunit.c19 #define SKIP(cond, reason) do { \ argument
/openbmc/qemu/target/tricore/
H A Dtranslate.c1377 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()

12345678910>>...13