Home
last modified time | relevance | path

Searched refs:get_byte (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/lib/
Dinflate.c224 #define NEXTBYTE() (uch)get_byte()
1078 magic[0] = (unsigned char)get_byte(); in gunzip()
1079 magic[1] = (unsigned char)get_byte(); in gunzip()
1080 method = (unsigned char)get_byte(); in gunzip()
1094 flags = (uch)get_byte(); in gunzip()
1107 (ulg)get_byte(); /* Get timestamp */ in gunzip()
1108 ((ulg)get_byte()) << 8; in gunzip()
1109 ((ulg)get_byte()) << 16; in gunzip()
1110 ((ulg)get_byte()) << 24; in gunzip()
1112 (void)get_byte(); /* Ignore extra flags for the moment */ in gunzip()
[all …]
/linux-2.4.37.9/include/asm-arm/proc-armo/
Dprocessor.h42 void (*get_byte)(void); /* Special calling convention */ member
Duaccess.h98 : "r" (addr), "r" (current->thread.uaccess->get_byte), "0" (err) \
/linux-2.4.37.9/arch/alpha/boot/
Dmisc.c59 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-2.4.37.9/arch/sh/boot/compressed/
Dmisc.c54 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-2.4.37.9/arch/cris/boot/compressed/
Dmisc.c66 #define get_byte() inbuf[inptr++] macro
/linux-2.4.37.9/arch/sh64/boot/compressed/
Dmisc.c54 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-2.4.37.9/arch/arm/boot/compressed/
Dmisc.c141 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dmisc.c49 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-2.4.37.9/arch/i386/boot/compressed/
Dmisc.c61 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-2.4.37.9/init/
Ddo_mounts.c974 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro