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

/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c651 read_be_uint16 (grub_file_t file, grub_uint16_t * value) function
663 return read_be_uint16 (file, (grub_uint16_t *) value);
741 if (read_be_uint16 (font->file, &width) != 0
742 || read_be_uint16 (font->file, &height) != 0

Completed in 23 milliseconds