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

/external/chromium_org/third_party/zlib/
H A Dmozzconf.h127 #define inflatePrime MOZ_Z_inflatePrime macro
H A Dzconf.h94 # define inflatePrime z_inflatePrime macro
H A Dzlib.h864 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
877 inflatePrime() can be called again to put bits in the buffer. This is used
881 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c209 int ZEXPORT inflatePrime(strm, bits, value) function
/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/core/include/thirdparties/zlib/
H A Dzlib.h83 #define inflatePrime FPDFAPI_inflatePrime macro
974 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
987 inflatePrime() can be called again to put bits in the buffer. This is used
991 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dzconf.h104 # define inflatePrime z_inflatePrime macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h87 #define inflatePrime FPDFAPI_inflatePrime macro
978 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
991 inflatePrime() can be called again to put bits in the buffer. This is used
995 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dzconf.h104 # define inflatePrime z_inflatePrime macro
H A Dfx_zlib_inflate.c230 int ZEXPORT inflatePrime( function
/external/chromium_org/sdch/open-vcdiff/src/zlib/
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.8/
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
/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 3414 milliseconds