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

/broadcom-cfe-1.4.2/cfe/zlib/
H A Ddeflate.c217 ushf *overlay; local
218 /* We overlay pending_buf and d_buf+l_buf. This works since the average
270 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
271 s->pending_buf = (uchf *) overlay;
280 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
609 ushf *overlay;
629 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
630 ds->pending_buf = (uchf *) overlay;
644 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);

Completed in 21 milliseconds