Searched defs:get_byte (Results 1 – 5 of 5) sorted by relevance
60 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
48 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
73 #define get_byte() (inbuf[inptr++]) macro
126 static inline unsigned char get_byte(void) in get_byte() function
347 static int get_byte(struct s5p_jpeg_buffer *buf) in get_byte() function