Searched defs:map_count (Results 1 - 1 of 1) sorted by relevance

/systemd/src/boot/efi/
H A Dsplash.c110 UINT32 map_count; local
114 map_count = dib->colors_used;
120 map_count = 1 << dib->depth;
124 map_count = 0;
130 if (map_size != sizeof(struct bmp_map) * map_count)

Completed in 10 milliseconds