Home
last modified time | relevance | path

Searched defs:get_byte (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/arch/alpha/boot/
Dmisc.c60 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-3.3/arch/h8300/boot/compressed/
Dmisc.c48 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-3.3/arch/cris/boot/compressed/
Dmisc.c73 #define get_byte() (inbuf[inptr++]) macro
/linux-3.3/arch/mn10300/boot/compressed/
Dmisc.c126 static inline unsigned char get_byte(void) in get_byte() function
/linux-3.3/drivers/media/video/s5p-jpeg/
Djpeg-core.c347 static int get_byte(struct s5p_jpeg_buffer *buf) in get_byte() function