Home
last modified time | relevance | path

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

/linux-3.4.99/arch/alpha/boot/
Dmisc.c48 static unsigned inptr; /* index of next byte to be processed in inbuf */ variable
60 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
114 inptr = 1; in fill_inbuf()
/linux-3.4.99/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()
/linux-3.4.99/drivers/video/console/
Dsticore.c77 struct sti_init_inptr inptr = { in sti_init_graph() local
87 ret = STI_CALL(sti->init_graph, &default_init_flags, &inptr, in sti_init_graph()
107 struct sti_conf_inptr inptr = { 0, }; in sti_inq_conf() local
116 &inptr, &sti->outptr, sti->glob_cfg); in sti_inq_conf()
129 struct sti_font_inptr inptr = { in sti_putc() local
144 &inptr, &outptr, sti->glob_cfg); in sti_putc()
159 struct sti_blkmv_inptr inptr = { in sti_set() local
176 &inptr, &outptr, sti->glob_cfg); in sti_set()
185 struct sti_blkmv_inptr inptr = { in sti_clear() local
202 &inptr, &outptr, sti->glob_cfg); in sti_clear()
[all …]
/linux-3.4.99/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()
251 inptr = 1; in fill_inbuf()
/linux-3.4.99/arch/cris/boot/compressed/
Dhead_v10.S98 ;; Do the decompression and save compressed size in inptr
106 add.d [inptr], $r9 ; size of compressed kernel
Dmisc.c57 unsigned inptr = 0; /* index of next byte to be processed in inbuf variable
73 #define get_byte() (inbuf[inptr++])
/linux-3.4.99/drivers/video/
Dsticore.h43 #define STI_CALL(func, flags, inptr, outptr, glob_cfg) \ argument
46 STI_PTR(inptr), \
/linux-3.4.99/arch/parisc/include/asm/
Dpdc.h660 unsigned long inptr, unsigned long outputr,
/linux-3.4.99/arch/parisc/kernel/
Dfirmware.c1187 unsigned long inptr, unsigned long outputr, in pdc_sti_call() argument
1194 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
/linux-3.4.99/lib/
Dinflate.c1116 inptr--; in inflate()