Home
last modified time | relevance | path

Searched refs:out2 (Results 1 – 19 of 19) sorted by relevance

/openbmc/bmcweb/test/http/
H A Dutility_test.cpp129 std::string out2; in TEST() local
134 out1 = out2 = out3 = ""; in TEST()
135 EXPECT_TRUE(readUrlSegments(*parsed, std::ref(out1), std::ref(out2), in TEST()
138 EXPECT_EQ(out2, "v1"); in TEST()
141 out1 = out2 = out3 = ""; in TEST()
145 out1 = out2 = out3 = ""; in TEST()
146 EXPECT_TRUE(readUrlSegments(*parsed, std::ref(out1), "v1", std::ref(out2))); in TEST()
148 EXPECT_EQ(out2, "Chassis"); in TEST()
155 readUrlSegments(*parsed, std::ref(out1), "v2", std::ref(out2))); in TEST()
158 std::ref(out2), std::ref(out3))); in TEST()
/openbmc/u-boot/board/technexion/tao3530/
H A Dtao3530.c40 goto out2; in tao3530_revision()
61 out2: in tao3530_revision()
/openbmc/qemu/hw/usb/
H A Dccid-card-emulated.c518 goto out2; in emulated_realize()
528 goto out2; in emulated_realize()
535 goto out2; in emulated_realize()
540 goto out2; in emulated_realize()
547 goto out2; in emulated_realize()
556 out2: in emulated_realize()
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-diffsigs103out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
104 for change in out2:
H A Dbitbake-dumpsig103out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
104 for change in out2:
/openbmc/u-boot/include/
H A Dns87308.h28 unsigned char out2; /* 6 output type port 2 */ member
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1007 TCGv_i64 out, out2, in1, in2; member
1203 tcg_gen_mov_i64(o->out2, o->in2); in op_absf128()
2095 tcg_gen_atomic_cmpxchg_i64(old, addr, o->in1, o->out2, in op_csp()
2239 tcg_gen_extr32_i64(o->out2, o->out, o->out); in op_divs32()
2246 tcg_gen_extr32_i64(o->out2, o->out, o->out); in op_divu32()
2255 tcg_gen_extr_i128_i64(o->out2, o->out, t); in op_divs64()
2263 gen_helper_divu64(t, tcg_env, o->out, o->out2, o->in2); in op_divu64()
2264 tcg_gen_extr_i128_i64(o->out2, o->out, t); in op_divu64()
2400 tcg_gen_movi_i64(o->out2, 0x8000000000000000ull); in op_flogr()
2401 tcg_gen_shr_i64(o->out2, o->out2, o->out); in op_flogr()
[all …]
/openbmc/qemu/hw/arm/
H A Drealview.c63 qemu_irq out1, qemu_irq out2) { in split_irq_from_named() argument
71 qdev_connect_gpio_out(splitter, 1, out2); in split_irq_from_named()
/openbmc/u-boot/arch/arm/dts/
H A Dam57xx-idk-common.dtsi66 led-out2 {
67 label = "out2";
H A Dulcb.dtsi208 asahi-kasei,out2-single-end;
H A Dam335x-icev2.dts67 label = "out2";
H A Dsalvator-common.dtsi372 asahi-kasei,out2-single-end;
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py565out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb, c…
566 for line in out2:
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c2067 gchar *out, *out2; in mkimg() local
2081 ret = g_spawn_command_line_sync(cli, &out, &out2, &rc, &err); in mkimg()
2088 g_free(out2); in mkimg()
/openbmc/qemu/qga/
H A Dcommands-linux.c1750 goto out2; in transfer_memory_block()
1780 goto out2; in transfer_memory_block()
1791 out2: in transfer_memory_block()
/openbmc/qemu/
H A Dqemu-img.c1474 goto out2; in img_compare()
1632 out2: in img_compare()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py1821out2 = bb.siggen.compare_sigfiles(hashfiles[hash1]['path'], hashfiles[hash2]['path'], recursecb)
1822 recout.extend(list(' ' + l for l in out2))
/openbmc/qemu/linux-user/
H A Dsyscall.c3296 goto out2; in do_sendrecvmsg_locked()
3316 goto out2; in do_sendrecvmsg_locked()
3325 goto out2; in do_sendrecvmsg_locked()
3381 out2: in do_sendrecvmsg_locked()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch2728 krb5_data in, in2, out, out2, check, check2, state, signdata;