Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/qemu/include/fpu/
H A Dsoftfloat-macros.h438 static inline void add128(uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1, in add128() argument
442 *z1Ptr = uadd64_carry(a1, b1, &c); in add128()
455 uint64_t b0, uint64_t b1, uint64_t b2, in add192() argument
460 *z1Ptr = uadd64_carry(a1, b1, &c); in add192()
472 static inline void sub128(uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1, in sub128() argument
476 *z1Ptr = usub64_borrow(a1, b1, &c); in sub128()
489 uint64_t b0, uint64_t b1, uint64_t b2, in sub192() argument
494 *z1Ptr = usub64_borrow(a1, b1, &c); in sub192()
536 uint64_t b0, uint64_t b1, in mul128To256() argument
544 mul64To128(a0, b1, &n1, &n2); in mul128To256()
[all …]
/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
241 b1 = word >> 24 & 0xff; in read_test_data_u32()
246 zeros += (b1 == 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()
259 ml_printf("Error %d, %d, %d, %d", b1, b2, b3, b4); in read_test_data_u32()
[all …]
/openbmc/u-boot/fs/zfs/
H A Dzfs_fletcher.c40 uint64_t a0, b0, a1, b1; in fletcher_2_endian() local
42 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_endian()
46 b1 += a1; in fletcher_2_endian()
52 zcp->zc_word[3] = cpu_to_zfs64(b1, endian); in fletcher_2_endian()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCNRI-Python7 … documentation, as released at the www.python.org Internet site on August 4, 2000 ("Python 1.6b1").
9 …wise use Python 1.6b1 alone or in any derivative version, provided, however, that CNRIs License Ag…
13b1 or any part thereof, and wants to make the derivative work available to the public as provided …
15b1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS…
17 … DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1, OR ANY DERIVATIVE T…
23 …on where indicated, or by copying, installing or otherwise using Python 1.6b1, Licensee agrees to …
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-bitmaps70 $QEMU_IMG bitmap --add -g 512k -f $IMGFMT "$TEST_IMG" b1
73 $QEMU_IMG bitmap --clear -f $IMGFMT "$TEST_IMG" b1
75 $QEMU_IMG bitmap --disable -f $IMGFMT "$TEST_IMG" b1
122 -B b0 -B b1 -B b2 -B b3 "$TEST_IMG"
141 $QEMU_IMG bitmap --remove "$TEST_IMG" b1
H A Dqemu-img-bitmaps.out32 name: b1
48 name: b1
73 name: b1
/openbmc/qemu/pc-bios/s390-ccw/
H A Dscsi.h47 uint8_t b1, b2; /* b2 & 0f = sense key */ member
71 uint8_t b1; /* Removable Media Bit = b1 & 0x80 */ member
106 uint8_t b1; /* b1, |= 0x01 (evpd) */ member
115 uint8_t b1; member
132 uint8_t b1; member
/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/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0010-platform-CS1000-Add-multicore-support-for-FVP.patch92 *PE0_CONFIG |= AA64nAA32_MASK; /* 0b1 – AArch64 */
94 + *PE1_CONFIG |= AA64nAA32_MASK; /* 0b1 – AArch64 */
95 + *PE2_CONFIG |= AA64nAA32_MASK; /* 0b1 – AArch64 */
96 + *PE3_CONFIG |= AA64nAA32_MASK; /* 0b1 – AArch64 */
/openbmc/qemu/target/s390x/tcg/
H A Dvec_string_helper.c83 uint64_t a0, a1, b0, b1, e0, e1, t0, t1, z0, z1; in vfae() local
91 b1 = s390_vec_read_element64(v3, 1); in vfae()
97 t1 = rol64(b1, i); in vfae()
167 uint64_t a0, a1, b0, b1, e0, e1, z0, z1; in vfee() local
174 b1 = s390_vec_read_element64(v3, 1); in vfee()
176 e1 = zero_search(a1 ^ b1, mask); in vfee()
224 uint64_t a0, a1, b0, b1, e0, e1, z0, z1; in vfene() local
232 b1 = s390_vec_read_element64(v3, 1); in vfene()
234 e1 = nonzero_search(a1 ^ b1, mask); in vfene()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/
H A De1.bb1 DEPENDS = "b1"
/openbmc/qemu/hw/tpm/
H A Dtpm_crb.c54 #define CRB_INTF_TYPE_CRB_ACTIVE 0b1
55 #define CRB_INTF_VERSION_CRB 0b1
60 #define CRB_INTF_CAP_CRB_SUPPORTED 0b1
61 #define CRB_INTF_IF_SELECTOR_CRB 0b1
/openbmc/qemu/hw/input/
H A Dps2.c196 void ps2_queue_2(PS2State *s, int b1, int b2) in ps2_queue_2() argument
202 ps2_queue_noirq(s, b1); in ps2_queue_2()
207 void ps2_queue_3(PS2State *s, int b1, int b2, int b3) in ps2_queue_3() argument
213 ps2_queue_noirq(s, b1); in ps2_queue_3()
219 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4) in ps2_queue_4() argument
225 ps2_queue_noirq(s, b1); in ps2_queue_4()
241 static void ps2_cqueue_1(PS2State *s, int b1) in ps2_cqueue_1() argument
247 ps2_cqueue_data(q, b1); in ps2_cqueue_1()
251 static void ps2_cqueue_2(PS2State *s, int b1, int b2) in ps2_cqueue_2() argument
257 ps2_cqueue_data(q, b1); in ps2_cqueue_2()
[all …]
/openbmc/qemu/tests/qtest/
H A Dboot-order-test.c71 uint8_t b1 = read_mc146818(qts, 0x70, 0x38); in read_boot_order_pc() local
74 return b1 | (b2 << 8); in read_boot_order_pc()
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js44 let b1 = sp[j].slice(0, 2);
46 b1 = parseInt(b1, 16);
48 ret.push(b1);
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/
H A Dlayer.conf17 LAYERDEPENDS_meta-arm-bsp:append:musca-b1 = " meta-python"
/openbmc/openbmc/meta-hpe/meta-gxp/conf/machine/include/
H A Dgxp.inc11 SOC_FAMILY = "gxp-b1"
/openbmc/qemu/tests/tcg/ppc64/
H A Dvector.c48 assert(result_wi == 0b1); in main()
/openbmc/libmctp/
H A Dcore.c391 int mctp_bridge_busses(struct mctp *mctp, struct mctp_binding *b1, in mctp_bridge_busses() argument
396 assert(b1->tx_storage); in mctp_bridge_busses()
403 mctp->busses[0].binding = b1; in mctp_bridge_busses()
404 b1->bus = &mctp->busses[0]; in mctp_bridge_busses()
405 b1->mctp = mctp; in mctp_bridge_busses()
412 if (b1->start) { in mctp_bridge_busses()
413 rc = b1->start(b1); in mctp_bridge_busses()
416 b1->name, rc); in mctp_bridge_busses()
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/
H A Dmusca-b1.md12 MACHINE ?= "musca-b1"
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh27 local i b b0 b1 b2 b3 b4 b5 b6 b7
/openbmc/qemu/docs/system/arm/
H A Dmusca.rst1 Arm Musca boards (``musca-a``, ``musca-b1``)
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.core_prefetch13 If the bit is set ('b1) in the mask, then prefetch is disabled for
/openbmc/qemu/tests/qemu-iotests/
H A D19061 $QEMU_IMG bitmap --add --granularity 512 -f qcow2 "$TEST_IMG" b1
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyrad/
H A D208.patch51 nose = "^0.10.0b1"

123