Searched refs:dcode (Results 1 – 7 of 7) sorted by relevance
87 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local114 dcode = state->distcode; in inflate_fast()158 here = dcode[hold & dmask]; in inflate_fast()284 here = dcode[here.val + (hold & ((1U << op) - 1))]; in inflate_fast()
1038 int dcode; local1039 for (dcode = 0; dcode < D_CODES; dcode++) {1040 out_length += (ulg)s->dyn_dtree[dcode].Freq *1041 (5L+extra_dbits[dcode]);
87 code const FAR *dcode; /* local strm->distcode */ local114 dcode = state->distcode;158 here = dcode[hold & dmask];284 here = dcode[here.val + (hold & ((1U << op) - 1))];
93 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */ member138 ar.dcode = state->distcode;
183 #define dcode 12 /* code* */ macro287 movl %ecx, dcode(%esp)559 movl dcode(%esp), %ecx /* ecx = dcode */700 movl dcode(%esp), %edx /* edx = dcode */974 movl dcode(%esp), %ebx /* ebx = dcode */1071 movl dcode(%esp), %eax /* ecx = dcode */
88 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */ member121 ar.dcode = state->distcode;