Searched refs:inflatePrime (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zlib.map | 45 inflatePrime;
|
| H A D | zconf.h | 122 # define inflatePrime z_inflatePrime macro
|
| H A D | zlib.h | 982 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
|
| H A D | zconf.h.in | 116 # define inflatePrime z_inflatePrime macro
|
| H A D | inflate.c | 247 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() function
|
| H A D | ChangeLog | 573 - 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 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()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 158 - inflatePrime
|
| H A D | zstd_zlibwrapper.c | 1034 return inflatePrime(strm, bits, value); in z_inflatePrime()
|