Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzlib.map45 inflatePrime;
H A Dzconf.h122 # define inflatePrime z_inflatePrime macro
H A Dzlib.h982 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
H A Dzconf.h.in116 # define inflatePrime z_inflatePrime macro
H A Dinflate.c247 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() function
H A DChangeLog573 - Allow negative bits in inflatePrime() to delete existing bit buffer
670 - Add inflatePrime() function for starting inflation at bit boundary
677 directory, shows use of inflatePrime()
/f-stack/freebsd/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()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md158 - inflatePrime
H A Dzstd_zlibwrapper.c1034 return inflatePrime(strm, bits, value); in z_inflatePrime()