Home
last modified time | relevance | path

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

/titanic_53/usr/src/contrib/zlib/
H A Dinffast.c67 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() local
94 lcode = state->lencode; in inflate_fast()
108 here = lcode + (hold & lmask); in inflate_fast()
275 here = lcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
/titanic_53/usr/src/boot/lib/libz/
H A Dinffast.c86 code const FAR *lcode; /* local strm->lencode */ local
113 lcode = state->lencode;
127 here = lcode[hold & lmask];
294 here = lcode[here.val + (hold & ((1U << op) - 1))];
/titanic_53/usr/src/common/ucode/
H A Ducode_utils.c108 uint32_t *lcode = (uint32_t *)(intptr_t)code; in ucode_checksum_intel() local
112 sum += lcode[i]; in ucode_checksum_intel()
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c2083 code const FAR *lcode; /* local strm->lencode */ local
2110 lcode = state->lencode;
2124 this = lcode[hold & lmask];
2269 this = lcode[this.val + (hold & ((((unsigned int)1) << op) - 1))];