Searched refs:get_byte (Results 1 – 2 of 2) sorted by relevance
36 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
229 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })1215 flags = (uch)get_byte(); in gunzip()
Completed in 4 milliseconds