Home
last modified time | relevance | path

Searched refs:add2 (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_fixed.h128 uint_fixed_16_16_t add2) in add_fixed16() argument
132 tmp = (u64)add1.val + add2.val; in add_fixed16()
138 u32 add2) in add_fixed16_u32() argument
140 uint_fixed_16_16_t tmp_add2 = u32_to_fixed16(add2); in add_fixed16_u32()
/openbmc/linux/drivers/edac/
H A Di7core_edac.c1539 int add0 = 0, add1 = 0, add2 = 0; in i7core_rdimm_update_ce_count() local
1548 if (add2 < 0) in i7core_rdimm_update_ce_count()
1549 add2 += 0x7fff; in i7core_rdimm_update_ce_count()
1550 pvt->rdimm_ce_count[chan][2] += add2; in i7core_rdimm_update_ce_count()
1576 if (add2 != 0) in i7core_rdimm_update_ce_count()
1650 int add0, add1, add2; in i7core_udimm_check_mc_ecc_err() local
1656 if (add2 < 0) in i7core_udimm_check_mc_ecc_err()
1657 add2 += 0x7fff; in i7core_udimm_check_mc_ecc_err()
1658 pvt->udimm_ce_count[2] += add2; in i7core_udimm_check_mc_ecc_err()
1668 if (add0 | add1 | add2) in i7core_udimm_check_mc_ecc_err()
[all …]
/openbmc/linux/arch/arc/include/asm/
H A Dentry.h172 add2 \out, \out, (THREAD_SIZE)/4
208 add2 \tmp, @_current_task, \tmp
H A Dentry-arcv2.h170 add2.nz r10, r10, SZ_PT_REGS/4 ; K mode SP
/openbmc/linux/drivers/perf/amlogic/
H A Dmeson_ddr_pmu_core.c69 struct dmc_counter *add2, in ddr_cnt_addition() argument
75 sum->all_cnt = add1->all_cnt + add2->all_cnt; in ddr_cnt_addition()
76 sum->all_req = add1->all_req + add2->all_req; in ddr_cnt_addition()
79 cnt2 = add2->channel_cnt[i]; in ddr_cnt_addition()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch629 +static inline size_t add2(size_t a, size_t b)
641 + return add2(add2(a, b), c);
648 + str->buf = xrealloc(str->buf, str->alloc = add2(newlen, 1));
793 + growstr(&nam2, add2(n2len, suffixlen));
949 + growstr(&nam1, add2(nam1baselen, 1));
984 + add2(nam1baselen, subdirlen =
987 + add2(subdirlen, 1));
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch101 @@ -164,7 +166,7 @@ static inline size_t add2(size_t a, size_t b)
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py127 pane.add2(box)
137 pane.add2(box)
/openbmc/qemu/target/hppa/
H A Dtranslate.c2728 TCGv_i64 dest, add1, add2, addc, in1, in2; in trans_ds() local
2737 add2 = tcg_temp_new_i64(); in trans_ds()
2752 tcg_gen_xor_i64(add2, in2, addc); in trans_ds()
2755 tcg_gen_add2_i64(dest, cpu_psw_cb_msb, add1, ctx->zero, add2, ctx->zero); in trans_ds()
2763 tcg_gen_xor_i64(cpu_psw_cb, add1, add2); in trans_ds()
2776 sv = do_add_sv(ctx, dest, add1, add2); in trans_ds()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c70 static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2) in ixgbe_ones_comp_byte_add() argument
72 u16 sum = add1 + add2; in ixgbe_ones_comp_byte_add()
/openbmc/qemu/tcg/tci/
H A Dtcg-target.c.inc820 CASE_32_64(add2)
/openbmc/qemu/tcg/
H A Doptimize.c2402 CASE_OP_32_64(add2): in tcg_optimize()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc2751 OP_32_64(add2):