Home
last modified time | relevance | path

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

/arch/alpha/boot/
Dmisc.c36 typedef unsigned char uch; typedef
43 static uch *inbuf; /* input buffer */
44 static uch *window; /* Sliding window buffer */
85 static uch *output_data;
125 uch *in, *out, ch; in flush_window()
155 output_data = (uch *)output_start; in decompress_kernel()
156 input_data = (uch *)input_start; in decompress_kernel()
/arch/mn10300/boot/compressed/
Dmisc.c81 typedef unsigned char uch; typedef
88 static uch *inbuf; /* input buffer */
89 static uch window[WSIZE]; /* sliding window buffer */
152 static uch *output_data;
165 static uch *high_buffer_start /* = (uch *)(((ulg)&end) + HEAP_SIZE)*/;
262 uch *in, *out, ch; in flush_window_low()
280 uch *in, ch; in flush_window_high()
333 uch *low_buffer_start;
335 uch *high_buffer_start;
341 high_buffer_start = (uch *)(((ulg) &end) + HEAP_SIZE); in setup_output_buffer_if_we_run_high()
[all …]
/arch/sh/boot/compressed/
Dmisc_64.c30 typedef unsigned char uch; typedef
37 static uch *inbuf; /* input buffer */
38 static uch window[WSIZE]; /* Sliding window buffer */
80 static uch *output_data;
144 uch *in, *out, ch; in flush_window()
174 output_data = (uch *) (CONFIG_MEMORY_START + 0x2000); in decompress_kernel()
Dmisc_32.c32 typedef unsigned char uch; typedef
39 static uch *inbuf; /* input buffer */
40 static uch window[WSIZE]; /* Sliding window buffer */
82 static uch *output_data;
165 uch *in, *out, ch; in flush_window()
/arch/m32r/boot/compressed/
Dmisc.c28 typedef unsigned char uch; typedef
35 static uch *inbuf; /* input buffer */
36 static uch window[WSIZE]; /* Sliding window buffer */
78 static uch *output_data;
133 uch *in, *out, ch; in flush_window()
/arch/h8300/boot/compressed/
Dmisc.c25 typedef unsigned char uch; typedef
32 static uch *inbuf; /* input buffer */
33 static uch window[WSIZE]; /* Sliding window buffer */
75 static uch *output_data;
143 uch *in, *out, ch; in flush_window()
/arch/cris/arch-v10/boot/compressed/
Dmisc.c37 typedef unsigned char uch; typedef
44 static uch *inbuf; /* input buffer */
45 static uch window[WSIZE]; /* Sliding window buffer */
103 static uch *output_data;
173 uch *in, *out, ch; in flush_window()
/arch/arm/boot/compressed/
Dmisc.c177 typedef unsigned char uch; typedef
184 static uch *inbuf; /* input buffer */
185 static uch window[WSIZE]; /* Sliding window buffer */
226 static uch *output_data;
270 uch *in, *out, ch; in flush_window()
306 output_data = (uch *)output_start; /* Points to kernel start */ in decompress_kernel()
/arch/cris/arch-v32/boot/compressed/
Dmisc.c45 typedef unsigned char uch; typedef
52 static uch *inbuf; /* input buffer */
53 static uch window[WSIZE]; /* Sliding window buffer */
96 static uch *output_data;
183 uch *in, *out, ch; in flush_window()
/arch/x86/boot/compressed/
Dmisc.c127 typedef unsigned char uch; typedef