Home
last modified time | relevance | path

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

/linux-2.4.37.9/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())
148 inptr = 1; in fill_inbuf()
/linux-2.4.37.9/arch/sh/boot/compressed/
Dmisc.c42 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable
54 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
188 inptr = 1; in fill_inbuf()
/linux-2.4.37.9/arch/sh64/boot/compressed/
Dmisc.c42 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable
54 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
173 inptr = 1; in fill_inbuf()
/linux-2.4.37.9/arch/arm/boot/compressed/
Dmisc.c129 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
141 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
244 inptr = 1; in fill_inbuf()
/linux-2.4.37.9/drivers/video/sti/
Dsticore.c75 struct sti_init_inptr inptr = { in sti_init_graph() local
85 ret = STI_CALL(sti->init_graph, &default_init_flags, &inptr, in sti_init_graph()
106 struct sti_conf_inptr inptr = { 0 }; in sti_inq_conf() local
115 &inptr, &sti->outptr, sti->glob_cfg); in sti_inq_conf()
128 struct sti_font_inptr inptr = { in sti_putc() local
140 &inptr, &outptr, sti->glob_cfg); in sti_putc()
155 struct sti_blkmv_inptr inptr = { in sti_set() local
169 &inptr, &outptr, sti->glob_cfg); in sti_set()
178 struct sti_blkmv_inptr inptr = { in sti_clear() local
192 &inptr, &outptr, sti->glob_cfg); in sti_clear()
[all …]
Dsticore.h46 void *flags, void *inptr, void *outptr, void *glob_cfg ) in STI_CALL() argument
50 return f(flags, inptr, outptr, glob_cfg); in STI_CALL()
57 #define STI_CALL(func, flags, inptr, outptr, glob_cfg) \ argument
60 (unsigned long)STI_PTR(inptr), \
/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dmisc.c37 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable
49 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
228 inptr = 1; in fill_inbuf()
/linux-2.4.37.9/arch/i386/boot/compressed/
Dmisc.c49 static unsigned inptr = 0; /* index of next byte to be processed in inbuf */ variable
61 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
236 inptr = 1; in fill_inbuf()
/linux-2.4.37.9/arch/cris/boot/compressed/
Dmisc.c50 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable
66 #define get_byte() inbuf[inptr++]
/linux-2.4.37.9/init/
Ddo_mounts.c968 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
974 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
1026 inptr = 1; in fill_inbuf()
1063 inptr = 0; /* index of next byte to be processed in inbuf */ in crd_load()
/linux-2.4.37.9/arch/parisc/kernel/
Dfirmware.c898 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument
904 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
/linux-2.4.37.9/include/asm-parisc/
Dpdc.h961 unsigned long inptr, unsigned long outputr,
/linux-2.4.37.9/lib/
Dinflate.c992 inptr--; in inflate()