Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Dinffast.c88 code const FAR *lcode; /* local strm->lencode */ local
115 lcode = state->lencode;
129 this = lcode[hold & lmask];
274 this = lcode[this.val + (hold & ((1U << op) - 1))];
/titanic_50/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()