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/pdfium/third_party/zlib_v128/
H A Dzlib.h89 #define inflatePrime FPDFAPI_inflatePrime macro
983 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
996 inflatePrime() can be called again to put bits in the buffer. This is used
1000 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dzconf.h104 # define inflatePrime z_inflatePrime macro
H A Dinflate.c230 int ZEXPORT inflatePrime( function
/external/zlib/src/examples/
H A Dzran.c11 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
286 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits));
/external/zlib/src/
H A Dzconf.h104 # define inflatePrime z_inflatePrime macro
H A Dzlib.h914 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
927 inflatePrime() can be called again to put bits in the buffer. This is used
931 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dzconf.h.cmakein106 # define inflatePrime z_inflatePrime
H A Dzconf.h.in104 # define inflatePrime z_inflatePrime
H A Dinflate.c230 int ZEXPORT inflatePrime(strm, bits, value) function
/external/zlib/
H A Dzconf.h104 # define inflatePrime z_inflatePrime macro
H A Dzlib.h914 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
927 inflatePrime() can be called again to put bits in the buffer. This is used
931 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
/external/zlib/src/as400/
H A Dzlib.inc382 D inflatePrime PR 10I 0 extproc('inflatePrime') Insert bits

Completed in 114 milliseconds