Searched refs:a_off (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/crypto/async_tx/ |
H A D | async_raid6_recov.c | 159 unsigned int p_off, q_off, a_off, b_off; in __2data_recov_4() local 174 a_off = offs[faila]; in __2data_recov_4() 196 tx = async_xor_offs(a, a_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_4()
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1879 int ofs, a_off; 1899 a_off = (a_mask >= s_mask ? 0 : s_mask - a_mask); 1901 if (a_off == 0) { 1904 tcg_out_insn(s, RX, LA, TCG_REG_R0, addr_reg, TCG_REG_NONE, a_off);
|