Searched refs:getbyte (Results 1 – 4 of 4) sorted by relevance
103 #define getbyte(c) ((c).ip < (c).in_end ? *((c).ip)++ : (-1))
322 if ((c = getbyte(*(s->c))) < 0)386 if ((c = getbyte(*(s->c))) < 0)
199 #define getbyte(c) ((c).ip < (c).in_end ? *((c).ip)++ : (-1)) macro457 if ((c = getbyte(*(s->c))) < 0) in swd_getbyte()
374 int getbyte(ogg_reference *or,int position){ in getbyte() function