get_byte
unsigned long x = (unsigned long)get_byte(s);
x += ((unsigned long)get_byte(s)) << 8;
x += ((unsigned long)get_byte(s)) << 16;
c = get_byte(s);
c = get_byte(s);
method = get_byte(s);
flags = get_byte(s);
(void)get_byte(s);
len = (unsigned int)get_byte(s);
len += ((unsigned int)get_byte(s)) << 8;
while (len-- != 0 && get_byte(s) != EOF) /*void*/;
while ((c = get_byte(s)) != 0 && c != EOF) /*void*/;
while ((c = get_byte(s)) != 0 && c != EOF) /*void*/;
(void)get_byte(s);
static int get_byte(struct sd *);
static inline int get_byte(inst_buffer * ib);
ib->opc = get_byte(ib);
ib->opc += get_byte(ib);
ib->off = (signed char) get_byte(ib);
int c = get_byte(ib);
tmp = (signed char) get_byte(ib);
tmp = (signed char) get_byte(ib);
static u_int8_t get_byte(long);
opc = get_byte(ib++);
opc += get_byte(ib++);
int c = get_byte(ib++);
x = (unsigned long)get_byte(s);
x += ((unsigned long)get_byte(s)) << 8;
x += ((unsigned long)get_byte(s)) << 16;
c = get_byte(s);
c = get_byte(s);
method = get_byte(s);
flags = get_byte(s);
(void)get_byte(s);
len = (unsigned int)get_byte(s);
len += ((unsigned int)get_byte(s)) << 8;
while (len-- != 0 && get_byte(s) != EOF)
while ((c = get_byte(s)) != 0 && c != EOF)
while ((c = get_byte(s)) != 0 && c != EOF)
(void)get_byte(s);
static int get_byte(struct sd *);