/third_party/zlib/contrib/infback9/ |
H A D | infback9.c | 233 unsigned lenbits; /* index bits for lencode */ in inflateBack9() local 284 lenbits = 9; in inflateBack9() 362 lenbits = 7; in inflateBack9() 364 &(lenbits), state->work); in inflateBack9() 376 here = lencode[BITS(lenbits)]; in inflateBack9() 432 /* build code tables -- note: do not change the lenbits or distbits in inflateBack9() 437 lenbits = 9; in inflateBack9() 439 &(state->next), &(lenbits), state->work); in inflateBack9() 461 here = lencode[BITS(lenbits)]; in inflateBack9()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | infback.c | 120 state->lenbits = 9; 387 state->lenbits = 7; 389 &(state->lenbits), state->work); 401 here = state->lencode[BITS(state->lenbits)]; 456 /* build code tables -- note: do not change the lenbits or distbits 461 state->lenbits = 9; 463 &(state->lenbits), state->work); 495 here = state->lencode[BITS(state->lenbits)];
|
H A D | inflate.h | 112 unsigned lenbits; /* index bits for lencode */ member
|
H A D | inflate.c | 318 state->lenbits = 9; 950 state->lenbits = 7; 952 &(state->lenbits), state->work); 964 here = state->lencode[BITS(state->lenbits)]; 1019 /* build code tables -- note: do not change the lenbits or distbits 1024 state->lenbits = 9; 1026 &(state->lenbits), state->work); 1058 here = state->lencode[BITS(state->lenbits)];
|
H A D | inffast.c | 102 lmask = (1U << state->lenbits) - 1;
|
/third_party/node/deps/zlib/ |
H A D | infback.c | 112 state->lenbits = 9; in fixedtables() 374 state->lenbits = 7; in inflateBack() 376 &(state->lenbits), state->work); in inflateBack() 388 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 443 /* build code tables -- note: do not change the lenbits or distbits in inflateBack() 448 state->lenbits = 10; in inflateBack() 450 &(state->lenbits), state->work); in inflateBack() 483 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
|
H A D | inflate.h | 112 unsigned lenbits; /* index bits for lencode */ member
|
H A D | inflate.c | 289 state->lenbits = 9; in fixedtables() 928 state->lenbits = 7; in inflate() 930 &(state->lenbits), state->work); in inflate() 943 here = state->lencode[BITS(state->lenbits)]; in inflate() 998 /* build code tables -- note: do not change the lenbits or distbits in inflate() 1003 state->lenbits = 10; in inflate() 1005 &(state->lenbits), state->work); in inflate() 1039 here = state->lencode[BITS(state->lenbits)]; in inflate()
|
H A D | inffast.c | 99 lmask = (1U << state->lenbits) - 1; in inflate_fast()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | infback.c | 111 state->lenbits = 9;
378 state->lenbits = 7;
380 &(state->lenbits), state->work);
392 here = state->lencode[BITS(state->lenbits)];
448 /* build code tables -- note: do not change the lenbits or distbits
453 state->lenbits = 9;
455 &(state->lenbits), state->work);
486 here = state->lencode[BITS(state->lenbits)];
|
H A D | inflate.h | 108 unsigned lenbits; /* index bits for lencode */
member
|
H A D | inflate.c | 278 state->lenbits = 9;
909 state->lenbits = 7;
911 &(state->lenbits), state->work);
923 here = state->lencode[BITS(state->lenbits)];
979 /* build code tables -- note: do not change the lenbits or distbits
984 state->lenbits = 9;
986 &(state->lenbits), state->work);
1017 here = state->lencode[BITS(state->lenbits)];
|
/third_party/skia/third_party/externals/zlib/ |
H A D | infback.c | 120 state->lenbits = 9; 387 state->lenbits = 7; 389 &(state->lenbits), state->work); 401 here = state->lencode[BITS(state->lenbits)]; 456 /* build code tables -- note: do not change the lenbits or distbits 461 state->lenbits = 9; 463 &(state->lenbits), state->work); 495 here = state->lencode[BITS(state->lenbits)];
|
H A D | inflate.h | 111 unsigned lenbits; /* index bits for lencode */ member
|
H A D | inflate.c | 317 state->lenbits = 9; 950 state->lenbits = 7; 952 &(state->lenbits), state->work); 964 here = state->lencode[BITS(state->lenbits)]; 1019 /* build code tables -- note: do not change the lenbits or distbits 1024 state->lenbits = 9; 1026 &(state->lenbits), state->work); 1058 here = state->lencode[BITS(state->lenbits)];
|
/third_party/zlib/ |
H A D | infback.c | 112 state->lenbits = 9; in fixedtables() 374 state->lenbits = 7; in inflateBack() 376 &(state->lenbits), state->work); in inflateBack() 388 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 443 /* build code tables -- note: do not change the lenbits or distbits in inflateBack() 448 state->lenbits = 9; in inflateBack() 450 &(state->lenbits), state->work); in inflateBack() 482 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
|
H A D | inflate.h | 112 unsigned lenbits; /* index bits for lencode */ member
|
H A D | inflate.c | 294 state->lenbits = 9; in fixedtables() 999 state->lenbits = 7; in inflate() 1001 &(state->lenbits), state->work); in inflate() 1014 here = state->lencode[BITS(state->lenbits)]; in inflate() 1072 /* build code tables -- note: do not change the lenbits or distbits in inflate() 1077 state->lenbits = 9; in inflate() 1079 &(state->lenbits), state->work); in inflate() 1117 here = state->lencode[BITS(state->lenbits)]; in inflate()
|
/third_party/toybox/lib/ |
H A D | deflate.c | 15 char lenbits[29], distbits[30]; member 300 len = dd->lenbase[sym] + bitbuf_get(bb, dd->lenbits[sym]); in inflate() 373 // Calculate lenbits, lenbase, distbits, distbase in init_deflate() 375 for (i = 0; i<sizeof(dd->lenbits)-1; i++) { in init_deflate() 378 dd->lenbits[i]++; in init_deflate() 382 else dd->lenbits[i+1] = dd->lenbits[i]; in init_deflate()
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 319 state->lenbits = 9; 961 state->lenbits = 7; 963 &(state->lenbits), state->work); 975 here = state->lencode[BITS(state->lenbits)]; 1030 /* build code tables -- note: do not change the lenbits or distbits 1035 state->lenbits = 9; 1037 &(state->lenbits), state->work); 1069 here = state->lencode[BITS(state->lenbits)];
|
H A D | inffast_chunk.c | 124 lmask = (1U << state->lenbits) - 1;
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 290 state->lenbits = 9; in fixedtables() 939 state->lenbits = 7; in inflate() 941 &(state->lenbits), state->work); in inflate() 954 here = state->lencode[BITS(state->lenbits)]; in inflate() 1009 /* build code tables -- note: do not change the lenbits or distbits in inflate() 1014 state->lenbits = 10; in inflate() 1016 &(state->lenbits), state->work); in inflate() 1050 here = state->lencode[BITS(state->lenbits)]; in inflate()
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 318 state->lenbits = 9; 961 state->lenbits = 7; 963 &(state->lenbits), state->work); 975 here = state->lencode[BITS(state->lenbits)]; 1030 /* build code tables -- note: do not change the lenbits or distbits 1035 state->lenbits = 9; 1037 &(state->lenbits), state->work); 1069 here = state->lencode[BITS(state->lenbits)];
|
/third_party/node/deps/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 127 uint64_t lenbits; in StoreCompressedMetaBlockHeader() local 138 BrotliEncodeMlen(length, &lenbits, &nlenbits, &nibblesbits); in StoreCompressedMetaBlockHeader() 140 BrotliWriteBits(nlenbits, lenbits, storage_ix, storage); in StoreCompressedMetaBlockHeader() 154 uint64_t lenbits; in BrotliStoreUncompressedMetaBlockHeader() local 161 BrotliEncodeMlen(length, &lenbits, &nlenbits, &nibblesbits); in BrotliStoreUncompressedMetaBlockHeader() 163 BrotliWriteBits(nlenbits, lenbits, storage_ix, storage); in BrotliStoreUncompressedMetaBlockHeader()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 127 uint64_t lenbits; in StoreCompressedMetaBlockHeader() local 138 BrotliEncodeMlen(length, &lenbits, &nlenbits, &nibblesbits); in StoreCompressedMetaBlockHeader() 140 BrotliWriteBits(nlenbits, lenbits, storage_ix, storage); in StoreCompressedMetaBlockHeader() 154 uint64_t lenbits; in BrotliStoreUncompressedMetaBlockHeader() local 161 BrotliEncodeMlen(length, &lenbits, &nlenbits, &nibblesbits); in BrotliStoreUncompressedMetaBlockHeader() 163 BrotliWriteBits(nlenbits, lenbits, storage_ix, storage); in BrotliStoreUncompressedMetaBlockHeader()
|