Home
last modified time | relevance | path

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

/linux/arch/alpha/boot/
H A Dmisc.c49 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
61 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
113 inptr = 1; in fill_inbuf()
/linux/arch/nios2/boot/compressed/
H A Dmisc.c39 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
52 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
125 inptr = 1; in fill_inbuf()
/linux/arch/parisc/include/asm/
H A Dpdc.h92 unsigned long inptr, unsigned long outputr,
/linux/include/video/
H A Dsticore.h390 const void *flags, void *inptr, void *outptr,