Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dsplash.c107 UINT32 map_count; in bmp_parse_header() local
111 map_count = dib->colors_used; in bmp_parse_header()
117 map_count = 1 << dib->depth; in bmp_parse_header()
121 map_count = 0; in bmp_parse_header()
127 if (map_size != sizeof(struct bmp_map) * map_count) in bmp_parse_header()