Searched refs:BMP (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/include/hw/intc/ |
H A D | arm_gicv3_common.h | 275 #define GICV3_BITMAP_ACCESSORS(BMP) \ argument 276 static inline void gicv3_gicd_##BMP##_set(GICv3State *s, int irq) \ 278 set_bit32(irq, s->BMP); \ 280 static inline int gicv3_gicd_##BMP##_test(GICv3State *s, int irq) \ 282 return test_bit32(irq, s->BMP); \ 284 static inline void gicv3_gicd_##BMP##_clear(GICv3State *s, int irq) \ 286 clear_bit32(irq, s->BMP); \ 288 static inline void gicv3_gicd_##BMP##_replace(GICv3State *s, \ 291 gic_bmp_replace_bit(irq, s->BMP, value); \
|
/openbmc/u-boot/doc/ |
H A D | README.displaying-bmps | 1 If you are experiencing hangups/data-aborts when trying to display a BMP image, 9 BMP image: 11 BMP images have a header that starts with 2 byte-size fields followed by mostly 27 The proper alignment for BMP images is therefore: 32-bit-aligned-address + 2.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | CVE-2019-7635.patch | 8 CVE-2019-7635: Reject BMP images with pixel colors out the palette 9 If a 1-, 4-, or 8-bit per pixel BMP image declares less used colors 40 + "A BMP image contains a pixel with a color out of the palette"); 55 + "A BMP image contains a pixel with a color out of the palette");
|
H A D | CVE-2019-13616.patch | 4 Subject: [PATCH] Fixed bug 4538 - validate image size when loading BMP files 20 + SDL_SetError("BMP file with bad dimensions (%dx%d)", biWidth, biHeight);
|
H A D | CVE-2019-7638.patch | 33 + SDL_SetError("BMP file has an invalid number of colors");
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp46x-ixdp465.dts | 4 * design, codename "BMP". 14 model = "Intel IXDP465 BMP Reference Design";
|
/openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit/ |
H A D | stdc-predef.patch | 25 * supports non-BMP code points without requiring UTF-16, but nothing
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/ |
H A D | 0001-libedit-Include-missing-header-stdc-predef.h.patch | 27 * supports non-BMP code points without requiring UTF-16, but nothing
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-acpi | 55 image: The image bitmap. Currently a 32-bit BMP. 57 type: 0 indicates image is in BMP format.
|
/openbmc/u-boot/ |
H A D | README | 1293 is suppressed and the BMP image at the address 1305 restrictions, an improperly aligned BMP image will cause a data 1330 - Gzip compressed BMP image support: CONFIG_VIDEO_BMP_GZIP 1332 If this option is set, additionally to standard BMP 1333 images, gzipped BMP images can be displayed via the 1336 - Run length encoded BMP image (RLE8) support: CONFIG_VIDEO_BMP_RLE8 1338 If this option is set, 8-bit RLE compressed BMP images
|
/openbmc/u-boot/cmd/ |
H A D | Kconfig | 1375 This provides a way to obtain information about a BMP-format iamge 1376 and to display it. BMP (which presumably stands for BitMaP) is a
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | bootstrap.css.map | 1 …are outside the\n// Basic Multilingual Plane (BMP). Older buggy versions of WebKit can't handle\n/…
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 651 BMP file in 24 BPP format(true color). The resolution should be
|