HomeSort by relevance Sort by last modified time
    Searched refs:deflate_slow (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/zlib/
deflate.c 81 local block_state deflate_slow OF((deflate_state *s, int flush, int clas));
139 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
140 /* 5 */ {8, 16, 32, 32, deflate_slow},
141 /* 6 */ {8, 16, 128, 128, deflate_slow},
142 /* 7 */ {8, 32, 128, 256, deflate_slow},
143 /* 8 */ {32, 128, 258, 1024, deflate_slow},
144 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1784 local block_state deflate_slow(s, flush, clas) function
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 80 local block_state deflate_slow OF((deflate_state *s, int flush));
138 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
139 /* 5 */ {8, 16, 32, 32, deflate_slow},
140 /* 6 */ {8, 16, 128, 128, deflate_slow},
141 /* 7 */ {8, 32, 128, 256, deflate_slow},
142 /* 8 */ {32, 128, 258, 1024, deflate_slow},
143 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1729 local block_state deflate_slow( function
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 80 local block_state deflate_slow OF((deflate_state *s, int flush));
138 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
139 /* 5 */ {8, 16, 32, 32, deflate_slow},
140 /* 6 */ {8, 16, 128, 128, deflate_slow},
141 /* 7 */ {8, 32, 128, 256, deflate_slow},
142 /* 8 */ {32, 128, 258, 1024, deflate_slow},
143 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1730 local block_state deflate_slow(s, flush) function
    [all...]
  /external/zlib/src/
deflate.c 80 local block_state deflate_slow OF((deflate_state *s, int flush));
138 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
139 /* 5 */ {8, 16, 32, 32, deflate_slow},
140 /* 6 */ {8, 16, 128, 128, deflate_slow},
141 /* 7 */ {8, 32, 128, 256, deflate_slow},
142 /* 8 */ {32, 128, 258, 1024, deflate_slow},
143 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1730 local block_state deflate_slow(s, flush) function
    [all...]

Completed in 1590 milliseconds