Searched refs:slide (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/codexlib/zip/
H A Ddeflate.c139 uch slide[WINDOW]; member in struct:State_s
149 ulg wp; /* current position in slide */
185 to be usable as if it were declared "uch slide[32768];" or as just
186 "uch *slide;" and then malloc'ed in the latter case. The definition
224 uch* slide; local
229 slide = state->slide;
258 *p++ = slide[w++] = (uch)t->v.n;
302 *p++ = slide[w++] = slide[
[all...]
H A Dimplode.c114 uch slide[WSIZE]; member in struct:State_s
138 /* This must be supplied in an external module useable like "uch slide[8192];"
139 or "uch *slide;", where the latter would be malloc'ed. In unzip, slide[]
289 buff[j++] = state->slide[w++] = (uch)t->v.n;
357 buff[j++] = state->slide[w++] = state->slide[d++];
429 buff[j++] = state->slide[w++] = (uch)t->v.n;
497 buff[j++] = state->slide[w++] = state->slide[
[all...]

Completed in 12 milliseconds