Home
last modified time | relevance | path

Searched refs:b2 (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c167 uint32_t b2 = BYTE_NEXT(count), b1 = BYTE_NEXT(count); in init_test_data_u32() local
168 word = BYTE_SHIFT(b1, 3) | BYTE_SHIFT(b2, 2) | BYTE_SHIFT(b3, 1) | in init_test_data_u32()
192 uint64_t b2 = BYTE_NEXT(count), b1 = BYTE_NEXT(count); in init_test_data_u64() local
193 word = BYTE_SHIFT(b1, 7) | BYTE_SHIFT(b2, 6) | BYTE_SHIFT(b3, 5) | in init_test_data_u64()
237 uint8_t b1, b2, b3, b4; in read_test_data_u32() local
242 b2 = word >> 16 & 0xff; in read_test_data_u32()
247 zeros += (b2 == 0 ? 1 : 0); in read_test_data_u32()
252 ptr - 1, b1, b2, b3, b4); in read_test_data_u32()
256 if ((b1 < b2 && b1 != 0) || in read_test_data_u32()
257 (b2 < b3 && b2 != 0) || in read_test_data_u32()
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dlae.c11 unsigned long long ar = -1, b2 = 100000, r, x2 = 500; in main() local
24 : [b2] "r" (b2), [x2] "r" (x2) in main()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-bitmaps71 $QEMU_IMG bitmap --add --disable -f $IMGFMT "$TEST_IMG" b2
76 $QEMU_IMG bitmap --enable -f $IMGFMT "$TEST_IMG" b2
110 $QEMU_IMG bitmap --add --merge b2 -b "$TEST_IMG" -F $IMGFMT \
122 -B b0 -B b1 -B b2 -B b3 "$TEST_IMG"
159 $QEMU_IMG bitmap --remove --add "$TEST_IMG" b2
H A Dqemu-img-bitmaps.out37 name: b2
53 name: b2
78 name: b2
133 name: b2
152 qemu-img: warning: Skipping inconsistent bitmap 'b2'
180 name: b2
/openbmc/qemu/include/hw/input/
H A Dps2.h106 void ps2_queue_2(PS2State *s, int b1, int b2);
107 void ps2_queue_3(PS2State *s, int b1, int b2, int b3);
108 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4);
/openbmc/qemu/include/fpu/
H A Dsoftfloat-macros.h455 uint64_t b0, uint64_t b1, uint64_t b2, in add192() argument
459 *z2Ptr = uadd64_carry(a2, b2, &c); in add192()
489 uint64_t b0, uint64_t b1, uint64_t b2, in sub192() argument
493 *z2Ptr = usub64_borrow(a2, b2, &c); in sub192()
671 uint64_t b0, uint64_t b1, uint64_t b2) in eq192() argument
673 return ((a0 ^ b0) | (a1 ^ b1) | (a2 ^ b2)) == 0; in eq192()
677 uint64_t b0, uint64_t b1, uint64_t b2) in le192() argument
685 return a2 <= b2; in le192()
689 uint64_t b0, uint64_t b1, uint64_t b2) in lt192() argument
697 return a2 < b2; in lt192()
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/
H A Dgdb-config.c.inc70 "03:04:84:b2","03:04:84:a7",0,0,0,0)
72 "03:04:94:b2","03:04:94:a7",0,0,0,0)
74 "03:04:a4:b2","03:04:a4:a7",0,0,0,0)
76 "03:04:b4:b2","03:04:b4:a7",0,0,0,0)
78 "03:04:c4:b2","03:04:c4:a7",0,0,0,0)
80 "03:04:d4:b2","03:04:d4:a7",0,0,0,0)
82 "03:04:e4:b2","03:04:e4:a7",0,0,0,0)
84 "03:04:f4:b2","03:04:f4:a7",0,0,0,0)
146 XTREG(109,478, 1, 1, 1,0x0012,0x0006,-2, 6,0x1010,b2,
/openbmc/qemu/pc-bios/s390-ccw/
H A Dscsi.h47 uint8_t b1, b2; /* b2 & 0f = sense key */ member
64 return ((const ScsiSense70 *)p)->b2 & SCSI_SENSE_KEY_MASK; in scsi_sense_key()
107 uint8_t b2; /* b2; if evpd==1 */ member
/openbmc/qemu/tests/qtest/
H A Dboot-order-test.c72 uint8_t b2 = read_mc146818(qts, 0x70, 0x3d); in read_boot_order_pc() local
74 return b1 | (b2 << 8); in read_boot_order_pc()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c960 struct b_node *b2; in jffs2_1pass_list_inodes() local
992 for (b2 = pL->frag.listHead; b2; b2 = b2->next) { in jffs2_1pass_list_inodes()
994 get_fl_mem(b2->offset, sizeof(*jNode), in jffs2_1pass_list_inodes()
1003 i = get_node_mem(b2->offset, in jffs2_1pass_list_inodes()
1006 i = get_fl_mem(b2->offset, in jffs2_1pass_list_inodes()
1081 struct b_node *b2; in jffs2_1pass_resolve_inode() local
1122 b2 = pL->frag.listHead; in jffs2_1pass_resolve_inode()
1123 while (b2) { in jffs2_1pass_resolve_inode()
1124 jNode = (struct jffs2_raw_inode *) get_node_mem(b2->offset, in jffs2_1pass_resolve_inode()
1140 b2 = b2->next; in jffs2_1pass_resolve_inode()
/openbmc/qemu/hw/input/
H A Dps2.c196 void ps2_queue_2(PS2State *s, int b1, int b2) in ps2_queue_2() argument
203 ps2_queue_noirq(s, b2); in ps2_queue_2()
207 void ps2_queue_3(PS2State *s, int b1, int b2, int b3) in ps2_queue_3() argument
214 ps2_queue_noirq(s, b2); in ps2_queue_3()
219 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4) in ps2_queue_4() argument
226 ps2_queue_noirq(s, b2); in ps2_queue_4()
251 static void ps2_cqueue_2(PS2State *s, int b1, int b2) in ps2_cqueue_2() argument
258 ps2_cqueue_data(q, b2); in ps2_cqueue_2()
262 static void ps2_cqueue_3(PS2State *s, int b1, int b2, int b3) in ps2_cqueue_3() argument
269 ps2_cqueue_data(q, b2); in ps2_cqueue_3()
/openbmc/qemu/tests/qemu-iotests/
H A D223.out69 "bitmap":"b2"}}
70 {"error": {"class": "GenericError", "desc": "Enabled bitmap 'b2' incompatible with readonly export"…
77 "description":"some text", "bitmap":"b2"}}
104 qemu:dirty-bitmap:b2
191 "bitmap":"b2"}}
192 {"error": {"class": "GenericError", "desc": "Enabled bitmap 'b2' incompatible with readonly export"…
199 "description":"some text", "bitmap":"b2"}}
226 qemu:dirty-bitmap:b2
H A D19062 $QEMU_IMG bitmap --add -g 2M -f qcow2 "$TEST_IMG" b2
H A D223224 nbd_server_start_unix_socket -f $IMGFMT -B b2 "$TEST_IMG"
/openbmc/libmctp/
H A Dcore.c392 struct mctp_binding *b2) in mctp_bridge_busses() argument
397 assert(b2->tx_storage); in mctp_bridge_busses()
406 mctp->busses[1].binding = b2; in mctp_bridge_busses()
407 b2->bus = &mctp->busses[1]; in mctp_bridge_busses()
408 b2->mctp = mctp; in mctp_bridge_busses()
421 if (b2->start) { in mctp_bridge_busses()
422 rc = b2->start(b2); in mctp_bridge_busses()
425 b2->name, rc); in mctp_bridge_busses()
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh27 local i b b0 b1 b2 b3 b4 b5 b6 b7
/openbmc/openbmc/poky/meta/recipes-support/boost/
H A Dboost-build-native_1.87.0.bb24 HOME=/var/run ./b2 install --prefix=${D}${prefix}
H A Dboost.inc184 CC="${BUILD_CC}" CFLAGS="${BUILD_CFLAGS}" ./bootstrap.sh --with-bjam=b2 --with-toolset=gcc
193 b2 ${BJAM_OPTS} \
203 b2 ${BJAM_OPTS} \
/openbmc/telemetry/subprojects/packagefiles/boost/
H A Dmeson.build9 r = run_command('./b2', 'install', '--prefix=build', check: true)
/openbmc/openbmc/poky/meta/recipes-devtools/mtd/files/
H A D0001-Improve-check-for-GCC-compiler-version.patch18 index f287d43..95754b2 100644
/openbmc/u-boot/lib/
H A Dbch.c652 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
658 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots()
663 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */ in find_poly_deg3_roots()
664 a = gf_sqr(bch, a2)^b2; /* a = a2^2 + b2 */ in find_poly_deg3_roots()
685 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
722 b2 = gf_div(bch, a, d); in find_poly_deg4_roots()
727 b2 = c; in find_poly_deg4_roots()
731 if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) { in find_poly_deg4_roots()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0020-openmaxil-add-pkg-config-file.patch15 index 80337b2..3e3c90e 100644
/openbmc/u-boot/test/lib/
H A Dlmb.c60 phys_addr_t a, a2, b, b2, c, d; in test_multi_alloc() local
138 b2 = lmb_alloc_base(&lmb, 4, 1, alloc_64k_end); in test_multi_alloc()
139 ut_asserteq(b, b2); in test_multi_alloc()
142 ret = lmb_free(&lmb, b2, 4); in test_multi_alloc()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dvalid-dists.patch71 + >>> iterable = ['a1', 'b1', 'c1', 'a2', 'b2', 'c2', 'b3']
81 + ['b1', 'b2', 'b3']
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bb-build.patch15 index 26092b2..389cb84 100644

123