/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 382 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 D | infcover.c | 360 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 D | chromeconf.h | 123 #define inflatePrime Cr_z_inflatePrime macro
|
H A D | zconf.h | 128 # define inflatePrime z_inflatePrime macro
|
H A D | zlib.h | 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 D | inflate.c | 249 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() function
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 126 #define inflatePrime Cr_z_inflatePrime macro
|
H A D | zconf.h | 131 # define inflatePrime z_inflatePrime macro
|
H A D | zlib.h | 985 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 D | inflate.c | 224 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 123 #define inflatePrime Cr_z_inflatePrime macro
|
H A D | zconf.h | 128 # define inflatePrime z_inflatePrime macro
|
H A D | zlib.h | 981 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 D | inflate.c | 248 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() function
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 92 # define inflatePrime z_inflatePrime
macro
|
H A D | zlib.h | 859 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 D | inflate.c | 209 int ZEXPORT inflatePrime(strm, bits, value)
in inflatePrime() function
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 133 function inflatePrime(var strm: z_stream; bits, value: Integer): Integer; in inflatePrime() function 218 function inflatePrime; external; function
|
/third_party/zlib/ |
H A D | zconf.h | 119 # define inflatePrime z_inflatePrime macro
|
H A D | zlib.h | 986 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 D | inflate.c | 224 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime() function
|
/third_party/zlib/examples/ |
H A D | zran.c | 16 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 D | inflate.c | 250 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() function
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 225 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime() function
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 249 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() function
|