Searched refs:inflatePrime (Results 1 - 14 of 14) sorted by relevance

/external/zlib/src/test/
H A Dinfcover.c360 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/
H A Dzlibpas.pas133 function inflatePrime(var strm: z_stream; bits, value: Integer): Integer; function
218 function inflatePrime; external; function
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h799 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
811 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h799 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
811 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c128 int ZEXPORT inflatePrime(strm, bits, value) function
/external/zlib/src/examples/
H A Dzran.c6 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
281 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits));
/external/zlib/src/
H A Dzconf.h102 # define inflatePrime z_inflatePrime macro
H A Dzlib.h899 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
912 inflatePrime() can be called again to put bits in the buffer. This is used
916 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dzconf.h.cmakein104 # define inflatePrime z_inflatePrime
H A Dzconf.h.in102 # define inflatePrime z_inflatePrime
H A Dinflate.c229 int ZEXPORT inflatePrime(strm, bits, value) function
/external/zlib/
H A Dzconf.h102 # define inflatePrime z_inflatePrime macro
H A Dzlib.h899 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
912 inflatePrime() can be called again to put bits in the buffer. This is used
916 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
/external/zlib/src/as400/
H A Dzlib.inc376 D inflatePrime PR 10I 0 extproc('inflatePrime') Insert bits

Completed in 207 milliseconds