Home
last modified time | relevance | path

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

/external/grub/stage2/
Dgunzip.c489 static int bufloc; variable
494 if (filepos == gzip_data_offset || bufloc == INBUFSIZ) in get_byte()
496 bufloc = 0; in get_byte()
500 return inbuf[bufloc++]; in get_byte()