HomeSort by: relevance | last modified time | path
    Searched refs:ncode (Results 1 - 7 of 7) sorted by relevancy

  /src/common/dist/zlib/contrib/infback9/
inflate9.h 39 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
infback9.c 341 state->ncode = BITS(4) + 4;
352 while (state->have < state->ncode) {
  /src/usr.sbin/gspa/gspa/
gsp_out.c 46 unsigned ncode; variable in typeref:typename:unsigned
99 /* expect this only when ncode == 0 */
100 if (ncode % 8 != 0)
106 if((ncode % 8 != 0) && !c_name)
115 if((ncode % 8 == 7) && !c_name)
118 ++ncode;
173 if( ncode == 0 ){
216 if( objfile != NULL && ncode % 8 != 0 && !c_name)
220 ncode = 0;
244 if( ncode <= 3 )
    [all...]
  /src/common/dist/zlib/
inflate.h 115 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
infback.c 354 state->ncode = BITS(4) + 4;
367 while (state->have < state->ncode) {
inflate.c 913 state->ncode = BITS(4) + 4;
927 while (state->have < state->ncode) {
  /src/common/dist/zlib/contrib/puff/
puff.c 667 int nlen, ndist, ncode; /* number of lengths in descriptor */ local in function:dynamic
686 ncode = bits(s, 4) + 4;
691 for (index = 0; index < ncode; index++)

Completed in 23 milliseconds