deflate_slow       80 tools/packfi2/deflate.c local block_state deflate_slow   OF((deflate_state *s, int flush));
deflate_slow      144 tools/packfi2/deflate.c /* 4 */ {4,    4, 16,   16, deflate_slow},  /* lazy matches */
deflate_slow      145 tools/packfi2/deflate.c /* 5 */ {8,   16, 32,   32, deflate_slow},
deflate_slow      146 tools/packfi2/deflate.c /* 6 */ {8,   16, 128, 128, deflate_slow},
deflate_slow      147 tools/packfi2/deflate.c /* 7 */ {8,   32, 128, 256, deflate_slow},
deflate_slow      148 tools/packfi2/deflate.c /* 8 */ {32, 128, 258, 1024, deflate_slow},
deflate_slow      149 tools/packfi2/deflate.c /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */