Home
last modified time | relevance | path

Searched refs:inptr (Results 1 – 13 of 13) sorted by relevance

/arch/alpha/boot/
Dmisc.c47 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
59 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
113 inptr = 1; in fill_inbuf()
/arch/m32r/boot/compressed/
Dmisc.c39 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable
51 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
121 inptr = 1; in fill_inbuf()
/arch/h8300/boot/compressed/
Dmisc.c36 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable
48 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
131 inptr = 1; in fill_inbuf()
/arch/sh/boot/compressed/
Dmisc_64.c41 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable
53 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
132 inptr = 1; in fill_inbuf()
Dmisc_32.c43 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable
55 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
153 inptr = 1; in fill_inbuf()
/arch/arm/boot/compressed/
Dmisc.c188 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
200 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
258 inptr = 1; in fill_inbuf()
/arch/x86/boot/compressed/
Dmisc.c149 static unsigned inptr; variable
163 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
415 inptr = 0; in decompress_kernel()
/arch/mn10300/boot/compressed/
Dmisc.c92 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
128 unsigned char ch = inptr < insize ? inbuf[inptr++] : fill_inbuf(); in get_byte()
250 inptr = 1; in fill_inbuf()
/arch/cris/arch-v10/boot/compressed/
Dmisc.c47 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable
63 #define get_byte() (inbuf[inptr++])
Dhead.S98 ;; Do the decompression and save compressed size in inptr
106 add.d [inptr], $r9 ; size of compressed kernel
/arch/cris/arch-v32/boot/compressed/
Dmisc.c55 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable
71 #define get_byte() inbuf[inptr++]
/arch/parisc/include/asm/
Dpdc.h657 unsigned long inptr, unsigned long outputr,
/arch/parisc/kernel/
Dfirmware.c1203 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument
1210 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()