/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 613 uInt dictLength)); 657 uInt *dictLength)); 886 uInt dictLength)); 909 uInt *dictLength));
|
D | inflate.c | 1291 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1294 uInt *dictLength; 1309 if (dictLength != Z_NULL) 1310 *dictLength = state->whave; 1314 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1317 uInt dictLength; 1332 dictid = adler32(dictid, dictionary, dictLength); 1339 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|
D | deflate.c | 376 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 379 uInt dictLength; 396 strm->adler = adler32(strm->adler, dictionary, dictLength); 400 if (dictLength >= s->w_size) { 407 dictionary += dictLength - s->w_size; /* use the tail */ 408 dictLength = s->w_size; 414 strm->avail_in = dictLength; 445 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument 448 uInt *dictLength; 461 if (dictLength != Z_NULL) [all …]
|
/external/v8/third_party/zlib/ |
D | inflate.c | 1293 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1296 uInt *dictLength; 1311 if (dictLength != Z_NULL) 1312 *dictLength = state->whave; 1316 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1319 uInt dictLength; 1334 dictid = adler32(dictid, dictionary, dictLength); 1341 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|
D | zlib.h | 613 uInt dictLength)); 657 uInt *dictLength)); 886 uInt dictLength)); 909 uInt *dictLength));
|
D | deflate.c | 426 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 429 uInt dictLength; 446 strm->adler = adler32(strm->adler, dictionary, dictLength); 450 if (dictLength >= s->w_size) { 457 dictionary += dictLength - s->w_size; /* use the tail */ 458 dictLength = s->w_size; 464 strm->avail_in = dictLength; 491 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument 494 uInt *dictLength; 507 if (dictLength != Z_NULL) [all …]
|
/external/zlib/ |
D | inflate.c | 1293 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1296 uInt *dictLength; 1311 if (dictLength != Z_NULL) 1312 *dictLength = state->whave; 1316 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1319 uInt dictLength; 1334 dictid = adler32(dictid, dictionary, dictLength); 1341 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|
D | zlib.h | 613 uInt dictLength)); 657 uInt *dictLength)); 886 uInt dictLength)); 909 uInt *dictLength));
|
D | deflate.c | 419 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 422 uInt dictLength; 439 strm->adler = adler32(strm->adler, dictionary, dictLength); 443 if (dictLength >= s->w_size) { 450 dictionary += dictLength - s->w_size; /* use the tail */ 451 dictLength = s->w_size; 457 strm->avail_in = dictLength; 484 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument 487 uInt *dictLength; 500 if (dictLength != Z_NULL) [all …]
|
/external/v8/third_party/zlib/contrib/optimizations/ |
D | inflate.c | 1313 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1316 uInt *dictLength; 1331 if (dictLength != Z_NULL) 1332 *dictLength = state->whave; 1336 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1339 uInt dictLength; 1354 dictid = adler32(dictid, dictionary, dictLength); 1361 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|
/external/zlib/contrib/optimizations/ |
D | inflate.c | 1313 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1316 uInt *dictLength; 1331 if (dictLength != Z_NULL) 1332 *dictLength = state->whave; 1336 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1339 uInt dictLength; 1354 dictid = adler32(dictid, dictionary, dictLength); 1361 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|
/external/u-boot/lib/zlib/ |
D | deflate.c | 312 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 315 uInt dictLength; 318 uInt length = dictLength; 329 strm->adler = adler32(strm->adler, dictionary, dictLength); 334 dictionary += dictLength - length; /* use the tail of the dictionary */
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 529 uInt dictLength));
|
/external/zlib/patches/ |
D | 0001-simd.patch | 671 @@ -418,11 +453,7 @@ int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
|
/external/v8/third_party/zlib/patches/ |
D | 0001-simd.patch | 671 @@ -418,11 +453,7 @@ int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
|