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

/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */
H A Dzutil.h53 typedef uch FAR uchf; typedef
H A Ddeflate.c300 s->pending_buf = (uchf *) overlay;
930 ds->pending_buf = (uchf *) overlay;
/netbsd-current/common/dist/zlib/
H A Dzutil.h46 typedef uch FAR uchf; typedef
H A Ddeflate.h222 uchf *sym_buf; /* buffer for distances and literals/lengths */
H A Ddeflate.c364 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
1186 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4);
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dzutil.h40 typedef uch FAR uchf; typedef
H A Ddeflate.h220 uchf *sym_buf; /* buffer for distances and literals/lengths */
H A Ddeflate.c366 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
1173 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Ddeflate.h220 uchf *l_buf; /* buffer for literals or lengths */
H A Dzutil.h44 typedef uch FAR uchf; typedef
H A Ddeflate.c330 s->pending_buf = (uchf *) overlay;
1132 ds->pending_buf = (uchf *) overlay;
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dzutil.h40 typedef uch FAR uchf; typedef
H A Ddeflate.h220 uchf *sym_buf; /* buffer for distances and literals/lengths */
H A Ddeflate.c366 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
1173 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dzutil.h40 typedef uch FAR uchf; typedef
H A Ddeflate.h220 uchf *sym_buf; /* buffer for distances and literals/lengths */
H A Ddeflate.c366 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
1173 ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4);
/netbsd-current/sys/net/
H A Dzlib.c97 typedef uch FAR uchf; typedef
487 uchf *l_buf; /* buffer for literals or lengths */
876 s->pending_buf = (uchf *) overlay;
1241 ds->pending_buf = (uchf *) overlay;

Completed in 288 milliseconds