get_byte          229 lib/inflate.c  #define NEXTBYTE()  ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })
get_byte         1215 lib/inflate.c      flags  = (uch)get_byte();