Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
A Dinffast.c72 unsigned lmask; /* mask for first level of length codes */ local
99 lmask = (1U << state->lenbits) - 1;
111 here = lcode[hold & lmask];

Completed in 2 milliseconds