Searched refs:lenbits (Results 1 – 18 of 18) sorted by relevance
/external/zlib/src/contrib/infback9/ |
D | infback9.c | 242 unsigned lenbits; /* index bits for lencode */ local 293 lenbits = 9; 371 lenbits = 7; 373 &(lenbits), state->work); 385 here = lencode[BITS(lenbits)]; 446 lenbits = 9; 448 &(state->next), &(lenbits), state->work); 470 here = lencode[BITS(lenbits)];
|
/external/toybox/toys/pending/ |
D | compress.c | 122 char lenbits[29], distbits[30]; 395 len = TT.lenbase[sym] + bitbuf_get(bb, TT.lenbits[sym]); in inflate() 470 for (i = 0; i<sizeof(TT.lenbits)-1; i++) { in init_deflate() 473 TT.lenbits[i]++; in init_deflate() 477 else TT.lenbits[i+1] = TT.lenbits[i]; in init_deflate()
|
/external/zlib/src/ |
D | infback.c | 120 state->lenbits = 9; 387 state->lenbits = 7; 389 &(state->lenbits), state->work); 401 here = state->lencode[BITS(state->lenbits)]; 461 state->lenbits = 9; 463 &(state->lenbits), state->work); 494 here = state->lencode[BITS(state->lenbits)];
|
D | inflate.h | 108 unsigned lenbits; /* index bits for lencode */ member
|
D | inflate.c | 299 state->lenbits = 9; 925 state->lenbits = 7; 927 &(state->lenbits), state->work); 939 here = state->lencode[BITS(state->lenbits)]; 999 state->lenbits = 9; 1001 &(state->lenbits), state->work); 1032 here = state->lencode[BITS(state->lenbits)];
|
D | inffast.c | 115 lmask = (1U << state->lenbits) - 1;
|
/external/opencv3/3rdparty/zlib/ |
D | infback.c | 120 state->lenbits = 9; 387 state->lenbits = 7; 389 &(state->lenbits), state->work); 401 here = state->lencode[BITS(state->lenbits)]; 461 state->lenbits = 9; 463 &(state->lenbits), state->work); 494 here = state->lencode[BITS(state->lenbits)];
|
D | inflate.h | 108 unsigned lenbits; /* index bits for lencode */ member
|
D | inflate.c | 299 state->lenbits = 9; 925 state->lenbits = 7; 927 &(state->lenbits), state->work); 939 here = state->lencode[BITS(state->lenbits)]; 999 state->lenbits = 9; 1001 &(state->lenbits), state->work); 1032 here = state->lencode[BITS(state->lenbits)];
|
D | inffast.c | 115 lmask = (1U << state->lenbits) - 1;
|
/external/pdfium/third_party/zlib_v128/ |
D | infback.c | 120 state->lenbits = 9; in fixedtables() 387 state->lenbits = 7; in inflateBack() 389 &(state->lenbits), state->work); in inflateBack() 401 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 461 state->lenbits = 9; in inflateBack() 463 &(state->lenbits), state->work); in inflateBack() 494 here = state->lencode[BITS(state->lenbits)]; in inflateBack()
|
D | inflate.h | 108 unsigned lenbits; /* index bits for lencode */ member
|
D | inflate.c | 299 state->lenbits = 9; in fixedtables() 925 state->lenbits = 7; in inflate() 927 &(state->lenbits), state->work); in inflate() 939 here = state->lencode[BITS(state->lenbits)]; in inflate() 999 state->lenbits = 9; in inflate() 1001 &(state->lenbits), state->work); in inflate() 1032 here = state->lencode[BITS(state->lenbits)]; in inflate()
|
D | inffast.c | 115 lmask = (1U << state->lenbits) - 1; in inflate_fast()
|
/external/zlib/src/contrib/masmx64/ |
D | inffas8664.c | 139 ar.lmask = (1U << state->lenbits) - 1;
|
/external/chromium-trace/catapult/tracing/third_party/jszip/ |
D | jszip.min.js | 13 …lenbits)-1,u=(1<<e.distbits)-1;a:do{15>q&&(p+=B[f++]<<q,q+=8,p+=B[f++]<<q,q+=8),v=r[p&t];b:for(;;)…
|
/external/zlib/src/contrib/inflate86/ |
D | inffas86.c | 122 ar.lmask = (1U << state->lenbits) - 1;
|
/external/toybox/generated/ |
D | globals.h | 399 char lenbits[29], distbits[30]; member
|