Lines Matching full:history
27 * histlen: history/dictionary length
28 * history: sliding window of up to 32KB of data
406 /* Leave unused space due to history rounding rules */ in decompress_file()
548 * dictionary (history) to NX, which is basically in decompress_file()
556 /* Round up the history size to quadword. Section 2.10 */ in decompress_file()
562 /* Chain in the history buffer to the DDE list */ in decompress_file()
572 /* Up to 32KB history wraps around fifo_out */ in decompress_file()
621 /* Reduce output free space amount not to overwrite the history */ in decompress_file()
648 /* source_sz includes history */ in decompress_file()
755 /* History length error when CE(1)=1 CE(0)=0. */ in decompress_file()
757 fprintf(stderr, "history length error cc= %d\n", cc); in decompress_file()
804 * history bytes. in decompress_file()
916 /* Deflate history is 32KB max. No need to supply more in decompress_file()