Home
last modified time | relevance | path

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

/external/grub/stage2/
Dgunzip.c486 #define INBUFSIZ 0x2000 macro
488 static uch inbuf[INBUFSIZ];
494 if (filepos == gzip_data_offset || bufloc == INBUFSIZ) in get_byte()
497 grub_read (inbuf, INBUFSIZ); in get_byte()