Home
last modified time | relevance | path

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

/arch/alpha/boot/
A Dmisc.c38 typedef unsigned char uch; typedef
45 static uch *inbuf; /* input buffer */
46 static uch *window; /* Sliding window buffer */
87 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/nios2/boot/compressed/
A Dmisc.c29 typedef unsigned char uch; typedef
35 static uch *inbuf; /* input buffer */
36 static uch window[WSIZE]; /* Sliding window buffer */
77 static uch *output_data;
137 uch *in, *out, ch; in flush_window()

Completed in 9 milliseconds