Searched refs:d_buf (Results 26 - 27 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c484 ushf *d_buf; member in struct:deflate_state
485 /* Buffer for distances. To simplify the code, d_buf and l_buf have
750 /* We overlay pending_buf and d_buf+l_buf. This works since the average
811 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1177 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
2800 s->d_buf[s->last_lit] = (ush)dist;
2855 dist = s->d_buf[lx];
2881 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c484 ushf *d_buf; member in struct:deflate_state
485 /* Buffer for distances. To simplify the code, d_buf and l_buf have
750 /* We overlay pending_buf and d_buf+l_buf. This works since the average
811 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1177 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
2800 s->d_buf[s->last_lit] = (ush)dist;
2855 dist = s->d_buf[lx];
2881 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */

Completed in 55 milliseconds

12