Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc382 ret = inflatePrime(&strm, 5, 31); assert(ret == Z_OK); in cover_support()
383 ret = inflatePrime(&strm, -1, 0); assert(ret == Z_OK); in cover_support()
451 ret = inflatePrime(&strm, 16, 0); assert(ret == Z_OK); in cover_wrap()
/third_party/zlib/test/
H A Dinfcover.c360 ret = inflatePrime(&strm, 5, 31); assert(ret == Z_OK); in cover_support()
361 ret = inflatePrime(&strm, -1, 0); assert(ret == Z_OK); in cover_support()
429 ret = inflatePrime(&strm, 16, 0); assert(ret == Z_OK); in cover_wrap()
/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h123 #define inflatePrime Cr_z_inflatePrime macro
H A Dzconf.h128 # define inflatePrime z_inflatePrime macro
H A Dzlib.h983 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 Dinflate.c249 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() function
/third_party/node/deps/zlib/
H A Dchromeconf.h126 #define inflatePrime Cr_z_inflatePrime macro
H A Dzconf.h131 # define inflatePrime z_inflatePrime macro
H A Dzlib.h985 ZEXTERN int ZEXPORT inflatePrime(z_streamp strm,
998 inflatePrime() can be called again to put bits in the buffer. This is used
1002 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c224 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime() function
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h123 #define inflatePrime Cr_z_inflatePrime macro
H A Dzconf.h128 # define inflatePrime z_inflatePrime macro
H A Dzlib.h981 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
994 inflatePrime() can be called again to put bits in the buffer. This is used
998 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c248 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() function
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h92 # define inflatePrime z_inflatePrime macro
H A Dzlib.h859 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
872 inflatePrime() can be called again to put bits in the buffer. This is used
876 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c209 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() function
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas133 function inflatePrime(var strm: z_stream; bits, value: Integer): Integer; in inflatePrime() function
218 function inflatePrime; external; function
/third_party/zlib/
H A Dzconf.h119 # define inflatePrime z_inflatePrime macro
H A Dzlib.h986 ZEXTERN int ZEXPORT inflatePrime(z_streamp strm,
999 inflatePrime() can be called again to put bits in the buffer. This is used
1003 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c224 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime() function
/third_party/zlib/examples/
H A Dzran.c16 1.4 13 Apr 2023 Add a NOPRIME define to not use inflatePrime()
19 // Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
246 // that do not have inflatePrime().
275 // Then feed that to inflate(). This does what inflatePrime() does, except that
330 # define INFLATEPRIME inflatePrime
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c250 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() function
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinflate.c225 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime() function
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c249 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() function

Completed in 37 milliseconds