/linux-2.4.37.9/arch/alpha/boot/ |
D | misc.c | 47 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/ |
D | misc.c | 42 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/ |
D | misc.c | 42 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/ |
D | misc.c | 129 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/ |
D | sticore.c | 75 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 …]
|
D | sticore.h | 46 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/ |
D | misc.c | 37 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/ |
D | misc.c | 49 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/ |
D | misc.c | 50 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/ |
D | do_mounts.c | 968 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/ |
D | firmware.c | 898 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/ |
D | pdc.h | 961 unsigned long inptr, unsigned long outputr,
|
/linux-2.4.37.9/lib/ |
D | inflate.c | 992 inptr--; in inflate()
|