Searched refs:inflatePrime (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/zlib/ |
H A D | zlib.map | 45 inflatePrime;
|
H A D | zconf.h | 130 # define inflatePrime z_inflatePrime macro
|
H A D | zlib.h | 986 ZEXTERN int ZEXPORT inflatePrime(z_streamp strm,
|
H A D | zconf.h.in | 119 # define inflatePrime z_inflatePrime macro
|
H A D | inflate.c | 223 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime() function
|
H A D | ChangeLog | 676 - 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 D | Symbol.map | 94 inflatePrime;
|
/freebsd/sys/contrib/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()
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 158 - inflatePrime
|
H A D | zstd_zlibwrapper.c | 1049 return inflatePrime(strm, bits, value); in z_inflatePrime()
|