Home
last modified time | relevance | path

Searched refs:inflatePrime (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Dzlib.map45 inflatePrime;
H A Dzconf.h130 # define inflatePrime z_inflatePrime macro
H A Dzlib.h986 ZEXTERN int ZEXPORT inflatePrime(z_streamp strm,
H A Dzconf.h.in119 # define inflatePrime z_inflatePrime macro
H A Dinflate.c223 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime() function
H A DChangeLog676 - Allow negative bits in inflatePrime() to delete existing bit buffer
773 - Add inflatePrime() function for starting inflation at bit boundary
780 directory, shows use of inflatePrime()
/freebsd/lib/libz/
H A DSymbol.map94 inflatePrime;
/freebsd/sys/contrib/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()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md158 - inflatePrime
H A Dzstd_zlibwrapper.c1049 return inflatePrime(strm, bits, value); in z_inflatePrime()