HomeSort by relevance Sort by last modified time
    Searched defs:next_in (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/syslinux/gpxe/src/crypto/
sha1extra.c 102 u8 *next_in = in; /* changed to `last' after first round */ local
115 hmac_update ( &sha1_algorithm, sha1_ctx, next_in, next_size );
122 next_in = last;
  /external/bzip2/
bzlib.h 50 char *next_in; member in struct:__anon13375
  /development/ndk/platforms/android-9/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /external/freetype/src/gzip/
zlib.h 69 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
70 uInt avail_in; /* number of bytes available at next_in */
92 The application must update next_in and avail_in when avail_in has
207 - Compress more input starting at next_in and update next_in and avail_in
209 enough room in the output buffer), next_in and avail_in are updated and
270 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
292 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
293 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
304 the zlib header if present: this will be done by inflate(). (So next_in an
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s

Completed in 1270 milliseconds

1 2 3 4 5 6 7