Searched refs:LIT_BUFSIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c276 /* DECLARE(uch, l_buf, LIT_BUFSIZE); */
796 #ifndef LIT_BUFSIZE
798 # define LIT_BUFSIZE 0x2000 macro
801 # define LIT_BUFSIZE 0x4000 macro
803 # define LIT_BUFSIZE 0x8000 macro
808 # define DIST_BUFSIZE LIT_BUFSIZE
811 * 4 reasons for limiting LIT_BUFSIZE to 64K:
816 * LIT_BUFSIZE is not greater than 32K.)
826 * The current code is general and allows DIST_BUFSIZE < LIT_BUFSIZE (to save
828 * if we rely on DIST_BUFSIZE == LIT_BUFSIZE
[all...]

Completed in 21 milliseconds