Home
last modified time | relevance | path

Searched refs:ncode (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/lib/zlib/
H A Dinflate.h107 unsigned ncode; /* number of code length code lengths */ member
H A Dinflate.c616 state->ncode = BITS(4) + 4; in inflate()
629 while (state->have < state->ncode) { in inflate()