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

/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dxzio.c33 #define VLI_MAX_DIGITS 9 macro
56 if (size_max > VLI_MAX_DIGITS)
57 size_max = VLI_MAX_DIGITS;
76 grub_uint8_t buf[VLI_MAX_DIGITS];
80 read = grub_file_read (file, buf, VLI_MAX_DIGITS);

Completed in 14 milliseconds