Searched refs:uch (Results 1 – 2 of 2) sorted by relevance
38 typedef unsigned char uch; typedef45 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()
29 typedef unsigned char uch; typedef35 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