Lines Matching refs:code
13 * bytes. I've tested the AMD64 code on a Fedora Core 1 + the x86_64 updates
21 * the moment. I have successfully compiled and tested this code with gcc2.96,
24 * enabled. I will attempt to merge the MMX code into this version. Newer
55 TYPE -- reached end of block code, inflate() to interpret next block
61 length code, 5 bits for the length extra, 15 bits for the distance code,
87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
88 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */
1127 strm->msg = "invalid literal/length code";
1129 strm->msg = "invalid distance code";