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

/haiku-buildtools/gcc/zlib/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);
/haiku-buildtools/binutils/zlib/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);
/haiku-buildtools/gcc/zlib/contrib/pascal/
H A Dzlibpas.pas133 function inflatePrime(var strm: z_stream; bits, value: Integer): Integer; function
218 function inflatePrime; external; function
/haiku-buildtools/binutils/zlib/contrib/pascal/
H A Dzlibpas.pas133 function inflatePrime(var strm: z_stream; bits, value: Integer): Integer; function
218 function inflatePrime; external; function
/haiku-buildtools/gcc/zlib/examples/
H A Dzran.c6 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
281 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits));
/haiku-buildtools/gcc/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
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
/haiku-buildtools/binutils/zlib/examples/
H A Dzran.c11 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
286 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits));
/haiku-buildtools/binutils/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
H A Dinflate.c230 int ZEXPORT inflatePrime(strm, bits, value) function
/haiku-buildtools/gcc/zlib/as400/
H A Dzlib.inc376 D inflatePrime PR 10I 0 extproc('inflatePrime') Insert bits
/haiku-buildtools/binutils/zlib/as400/
H A Dzlib.inc382 D inflatePrime PR 10I 0 extproc('inflatePrime') Insert bits

Completed in 209 milliseconds