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

/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dxzio.c50 decode_vli (const grub_uint8_t buf[], grub_size_t size_max, argument
53 if (size_max == 0)
56 if (size_max > VLI_MAX_DIGITS)
57 size_max = VLI_MAX_DIGITS;
64 if (i >= size_max || buf[i] == 0x00)

Completed in 772 milliseconds