Searched defs:overlay (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c216 ushf *overlay; local
217 /* We overlay pending_buf and d_buf+l_buf. This works since the average
269 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
270 s->pending_buf = (uchf *) overlay;
279 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
608 ushf *overlay;
628 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
629 ds->pending_buf = (uchf *) overlay;
643 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);

Completed in 432 milliseconds