Home
last modified time | relevance | path

Searched refs:LENS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/lib/zlib_inflate/
H A Dinftrees.c16 to be generated, CODES, LENS, or DISTS. On return, zero is success,
155 provided *table space. It is checked when a LENS table is being made in zlib_inflate_table()
159 This assumes that when type == LENS, bits == 9. in zlib_inflate_table()
173 case LENS: in zlib_inflate_table()
198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
H A Dinftrees.h52 LENS, enumerator
H A Dinflate.c561 ret = zlib_inflate_table(LENS, state->lens, state->nlen, &(state->next), in zlib_inflate()
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A Dinftrees.c16 to be generated, CODES, LENS, or DISTS. On return, zero is success,
155 provided *table space. It is checked when a LENS table is being made in zlib_inflate_table()
159 This assumes that when type == LENS, bits == 9. in zlib_inflate_table()
173 case LENS: in zlib_inflate_table()
198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
H A Dinftrees.h52 LENS, enumerator
H A Dinflate.c561 ret = zlib_inflate_table(LENS, state->lens, state->nlen, &(state->next), in zlib_inflate()

Completed in 5 milliseconds