Searched refs:bmp_dib (Results 1 - 1 of 1) sorted by relevance

/systemd/src/boot/efi/
H A Dsplash.c32 struct bmp_dib { struct
53 EFI_STATUS bmp_parse_header(UINT8 *bmp, UINTN size, struct bmp_dib **ret_dib,
56 struct bmp_dib *dib;
60 if (size < sizeof(struct bmp_file) + sizeof(struct bmp_dib))
73 dib = (struct bmp_dib *)(bmp + sizeof(struct bmp_file));
74 if (dib->size < sizeof(struct bmp_dib))
164 struct bmp_dib *dib, struct bmp_map *map,
258 struct bmp_dib *dib;

Completed in 21 milliseconds