Home
last modified time | relevance | path

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

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