Home
last modified time | relevance | path

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

/arch/alpha/boot/
Dmisc.c37 typedef unsigned char uch; typedef
44 static uch *inbuf; /* input buffer */
45 static uch *window; /* Sliding window buffer */
86 static uch *output_data;
126 uch *in, *out, ch; in flush_window()
156 output_data = (uch *)output_start; in decompress_kernel()
157 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)*/;
263 uch *in, *out, ch; in flush_window_low()
281 uch *in, ch; in flush_window_high()
334 uch *low_buffer_start;
336 uch *high_buffer_start;
342 high_buffer_start = (uch *)(((ulg) &end) + HEAP_SIZE); in setup_output_buffer_if_we_run_high()
[all …]
/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/boot/compressed/
Dmisc.c47 typedef unsigned char uch; typedef
54 static uch *inbuf; /* input buffer */
55 static uch window[WSIZE]; /* Sliding window buffer */
114 static uch *output_data;
203 uch *in, *out, ch; in flush_window()