HomeSort by relevance Sort by last modified time
    Searched full:deflate_fast (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/zlib/
mixed-source.patch 16 -local block_state deflate_fast OF((deflate_state *s, int flush));
18 +local block_state deflate_fast OF((deflate_state *s, int flush, int clas));
340 -local block_state deflate_fast(s, flush)
341 +local block_state deflate_fast(s, flush, clas)
357 @@ -1554,7 +1722,7 @@ local block_state deflate_fast(s, flush)
366 @@ -1613,12 +1781,25 @@ local block_state deflate_fast(s, flush)
deflate.c 79 local block_state deflate_fast OF((deflate_state *s, int flush, int clas));
130 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
135 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
136 /* 2 */ {4, 5, 16, 8, deflate_fast},
137 /* 3 */ {4, 6, 32, 32, deflate_fast},
148 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1682 local block_state deflate_fast(s, flush, clas) function
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 78 local block_state deflate_fast OF((deflate_state *s, int flush));
129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
135 /* 2 */ {4, 5, 16, 8, deflate_fast},
136 /* 3 */ {4, 6, 32, 32, deflate_fast},
147 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1627 local block_state deflate_fast( function
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 78 local block_state deflate_fast OF((deflate_state *s, int flush));
129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
135 /* 2 */ {4, 5, 16, 8, deflate_fast},
136 /* 3 */ {4, 6, 32, 32, deflate_fast},
147 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1628 local block_state deflate_fast(s, flush) function
    [all...]
  /external/zlib/src/
deflate.c 78 local block_state deflate_fast OF((deflate_state *s, int flush));
129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
135 /* 2 */ {4, 5, 16, 8, deflate_fast},
136 /* 3 */ {4, 6, 32, 32, deflate_fast},
147 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1628 local block_state deflate_fast(s, flush) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gprof.info     [all...]
  /development/ndk/platforms/android-L/arch-arm/lib/
libz.a     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/lib/rs/
libRScpp_static.a     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libz.a     [all...]
  /development/ndk/platforms/android-9/arch-x86/lib/
libz.a     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/lib/
libz.a     [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/lib/
libz.a     [all...]

Completed in 2242 milliseconds

1 2