Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py127 pane.add2(box)
137 pane.add2(box)
/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/qemu/target/hppa/
H A Dtranslate.c2982 TCGv_i64 dest, add1, add2, addc, in1, in2; in trans_ds() local
2990 add2 = tcg_temp_new_i64(); in trans_ds()
3005 tcg_gen_xor_i64(add2, in2, addc); in trans_ds()
3008 tcg_gen_addcio_i64(dest, cpu_psw_cb_msb, add1, add2, addc); in trans_ds()
3014 tcg_gen_xor_i64(cpu_psw_cb, add1, add2); in trans_ds()
3029 sv = do_add_sv(ctx, dest, add1, add2, in1, 1, false); in trans_ds()