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

  /external/zlib/src/test/
infcover.c 360 ret = inflatePrime(&strm, 5, 31); assert(ret == Z_OK);
361 ret = inflatePrime(&strm, -1, 0); assert(ret == Z_OK);
429 ret = inflatePrime(&strm, 16, 0); assert(ret == Z_OK);
  /external/zlib/src/contrib/pascal/
zlibpas.pas 133 function inflatePrime(var strm: z_stream; bits, value: Integer): Integer;
218 function inflatePrime; external;
  /development/ndk/zlib/
zconf.h 102 # define inflatePrime z_inflatePrime
zlib.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zconf.h 104 # define inflatePrime z_inflatePrime
zlib.h     [all...]
inflate.c 230 int ZEXPORT inflatePrime(strm, bits, value)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h     [all...]
inflate.c 128 int ZEXPORT inflatePrime(strm, bits, value)
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 116 # define inflatePrime z_inflatePrime
zlib.h     [all...]
inflate.c 247 int ZEXPORT inflatePrime(strm, bits, value)
    [all...]
  /external/python/cpython2/Modules/zlib/
zconf.h 116 # define inflatePrime z_inflatePrime
zlib.h     [all...]
zconf.h.cmakein 118 # define inflatePrime z_inflatePrime
zconf.h.in 116 # define inflatePrime z_inflatePrime
inflate.c 247 int ZEXPORT inflatePrime(strm, bits, value)
    [all...]
  /external/zlib/src/examples/
zran.c 11 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
286 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits));
  /external/zlib/src/
zconf.h 116 # define inflatePrime z_inflatePrime
zlib.h     [all...]
zconf.h.cmakein 118 # define inflatePrime z_inflatePrime
zconf.h.in 116 # define inflatePrime z_inflatePrime
inflate.c 247 int ZEXPORT inflatePrime(strm, bits, value)
    [all...]

Completed in 2345 milliseconds