Searched refs:uch (Results 1 – 4 of 4) sorted by relevance
37 typedef unsigned char uch; typedef44 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()
81 typedef unsigned char uch; typedef88 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 …]
25 typedef unsigned char uch; typedef32 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()
47 typedef unsigned char uch; typedef54 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()