HomeSort by relevance Sort by last modified time
    Searched refs:Bytef (Results 1 - 25 of 308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
compress.c 23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (z_const Bytef *)source;
63 Bytef *dest;
65 const Bytef *source;
uncompr.c 25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (z_const Bytef *)source;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
compress.c 23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (Bytef*)source;
63 Bytef *dest;
65 const Bytef *source;
uncompr.c 27 Bytef *dest;
29 const Bytef *source;
35 stream.next_in = (Bytef*)source;
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /external/pdfium/third_party/zlib_v128/
compress.c 23 Bytef *dest,
25 const Bytef *source,
32 stream.next_in = (z_const Bytef *)source;
63 Bytef *dest,
65 const Bytef *source,
uncompr.c 25 Bytef *dest,
27 const Bytef *source,
33 stream.next_in = (z_const Bytef *)source;
  /external/syslinux/com32/lib/zlib/
compress.c 23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (Bytef*)source;
63 Bytef *dest;
65 const Bytef *source;
uncompr.c 25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (Bytef*)source;
  /external/zlib/src/
compress.c 23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (z_const Bytef *)source;
63 Bytef *dest;
65 const Bytef *source;
uncompr.c 25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (z_const Bytef *)source;
  /libcore/ojluni/src/main/native/
Adler32.c 44 Bytef buf[1];
46 buf[0] = (Bytef)b;
54 Bytef *buf = (*env)->GetPrimitiveArrayCritical(env, b, 0);
66 Bytef *buf = (Bytef *)jlong_to_ptr(address);
java_util_zip_CRC32.c 42 Bytef buf[1];
44 buf[0] = (Bytef)b;
52 Bytef *buf = (*env)->GetPrimitiveArrayCritical(env, b, 0);
63 return crc32(crc, (Bytef*)buf, len);
70 Bytef *buf = (Bytef *)jlong_to_ptr(address);
  /external/llvm/lib/Support/
Compression.cpp 56 (Bytef *)CompressedBuffer.data(), &CompressedSize,
57 (const Bytef *)InputBuffer.data(), InputBuffer.size(), CLevel));
70 (Bytef *)UncompressedBuffer.data(), (uLongf *)&UncompressedSize,
71 (const Bytef *)InputBuffer.data(), InputBuffer.size()));
80 return ::crc32(0, (const Bytef *)Buffer.data(), Buffer.size());
  /toolchain/binutils/binutils-2.25/gas/
compress-debug.c 64 strm->next_in = (Bytef *) (*next_in);
66 strm->next_out = (Bytef *) (*next_out);
99 strm->next_out = (Bytef *) (*next_out);
  /development/ndk/platforms/android-9/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]

Completed in 881 milliseconds

1 2 3 4 5 6 7 8 91011>>