Home
last modified time | relevance | path

Searched refs:fmt2 (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A D0003-support-nfs-xcommon.c-fix-a-formatting-error-with-cl.patch9 | 101 | vfprintf (stderr, fmt2, args);
29 - char *fmt2;
31 - fmt2 = xstrconcat2 (fmt, "\n");
33 - vfprintf (stderr, fmt2, args);
37 - free (fmt2);
/openbmc/qemu/tests/qemu-iotests/
H A D040664 self.assertFalse(iotests.compare_images(mid_img, backing_img, fmt2='raw'),
675 self.assertTrue(iotests.compare_images(mid_img, backing_img, fmt2='raw'),
687 self.assertTrue(iotests.compare_images(mid_img, backing_img, fmt2='raw'),
698 self.assertFalse(iotests.compare_images(mid_img, backing_img, fmt2='raw'),
709 self.assertTrue(iotests.compare_images(mid_img, backing_img, fmt2='raw'),
721 self.assertTrue(iotests.compare_images(mid_img, backing_img, fmt2='raw'),
H A Diotests.py546 fmt1: str = imgfmt, fmt2: str = imgfmt) -> bool:
555 qemu_img('compare', '-f', fmt1, '-F', fmt2, img1, img2)
/openbmc/u-boot/drivers/spi/
H A Ddavinci_spi.c114 dv_reg fmt2; /* 0x58 */ member
/openbmc/qemu/hw/s390x/
H A Dcss.c840 union {uint64_t fmt2; uint32_t fmt1; } idaw; in ida_read_next_idaw() member
847 idaw_addr = cds->cda_orig + sizeof(idaw.fmt2) * cds->at_idaw; in ida_read_next_idaw()
852 MEMTXATTRS_UNSPECIFIED, &idaw.fmt2, in ida_read_next_idaw()
853 sizeof(idaw.fmt2)); in ida_read_next_idaw()
854 cds->cda = be64_to_cpu(idaw.fmt2); in ida_read_next_idaw()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch3600 -static inline unsigned int v4l2_resolution_changed(V4L2Context *ctx, struct v4l2_format *fmt2)
3607 +static int ctx_resolution_changed(const V4L2Context *ctx, const struct v4l2_format *fmt2)
3611 - fmt1->fmt.pix_mp.width != fmt2->fmt.pix_mp.width ||
3612 - fmt1->fmt.pix_mp.height != fmt2->fmt.pix_mp.height
3614 - fmt1->fmt.pix.width != fmt2->fmt.pix.width ||
3615 - fmt1->fmt.pix.height != fmt2->fmt.pix.height;
3619 + fmt1->fmt.pix_mp.width != fmt2->fmt.pix_mp.width ||
3620 + fmt1->fmt.pix_mp.height != fmt2->fmt.pix_mp.height
3622 + fmt1->fmt.pix.width != fmt2->fmt.pix.width ||
3623 + fmt1->fmt.pix.height != fmt2->fmt.pix.height);
[all …]