Home
last modified time | relevance | path

Searched refs:bflush (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c1459 int bflush; /* set if current block must be flushed */ local
1508 s->match_length - MIN_MATCH, bflush);
1544 _tr_tally_lit (s, s->window[s->strstart], bflush);
1548 if (bflush) FLUSH_BLOCK(s, 0);
1565 int bflush; /* set if current block must be flushed */ local
1630 s->prev_length - MIN_MATCH, bflush);
1648 if (bflush) FLUSH_BLOCK(s, 0);
1656 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1657 if (bflush) {
1675 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Ddeflate.c1877 int bflush; /* set if current block must be flushed */ local
1916 s->match_length - MIN_MATCH, bflush);
1952 _tr_tally_lit (s, s->window[s->strstart], bflush);
1956 if (bflush) FLUSH_BLOCK(s, 0);
1979 int bflush; /* set if current block must be flushed */ local
2041 s->prev_length - MIN_MATCH, bflush);
2059 if (bflush) FLUSH_BLOCK(s, 0);
2067 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
2068 if (bflush) {
2086 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Ddeflate.c1877 int bflush; /* set if current block must be flushed */ local
1916 s->match_length - MIN_MATCH, bflush);
1952 _tr_tally_lit (s, s->window[s->strstart], bflush);
1956 if (bflush) FLUSH_BLOCK(s, 0);
1979 int bflush; /* set if current block must be flushed */ local
2041 s->prev_length - MIN_MATCH, bflush);
2059 if (bflush) FLUSH_BLOCK(s, 0);
2067 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
2068 if (bflush) {
2086 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.c1877 int bflush; /* set if current block must be flushed */ local
1916 s->match_length - MIN_MATCH, bflush);
1952 _tr_tally_lit (s, s->window[s->strstart], bflush);
1956 if (bflush) FLUSH_BLOCK(s, 0);
1979 int bflush; /* set if current block must be flushed */ local
2041 s->prev_length - MIN_MATCH, bflush);
2059 if (bflush) FLUSH_BLOCK(s, 0);
2067 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
2068 if (bflush) {
2086 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
[all …]
/netbsd-src/sys/net/
H A Dzlib.c1762 int bflush; /* set if current block must be flushed */ in deflate_fast() local
1802 s->match_length - MIN_MATCH, bflush); in deflate_fast()
1838 _tr_tally_lit (s, s->window[s->strstart], bflush); in deflate_fast()
1842 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast()
1856 int bflush; /* set if current block must be flushed */ in deflate_slow() local
1916 s->prev_length - MIN_MATCH, bflush); in deflate_slow()
1934 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow()
1942 _tr_tally_lit(s, s->window[s->strstart-1], bflush); in deflate_slow()
1943 if (bflush) { in deflate_slow()
1961 _tr_tally_lit(s, s->window[s->strstart-1], bflush); in deflate_slow()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dbfdio.texi27 int (*bflush) (struct bfd *abfd);
H A Dbfd.info1508 int (*bflush) (struct bfd *abfd);
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dbfdio.texi26 int (*bflush) (struct bfd *abfd);
H A Dbfd.info1273 int (*bflush) (struct bfd *abfd);
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dbfdio.c330 return abfd->iovec->bflush (abfd); in bfd_flush()
H A Dlibbfd.h996 int (*bflush) (struct bfd *abfd); member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dbfdio.c401 return abfd->iovec->bflush (abfd); in bfd_flush()
H A Dlibbfd.h963 int (*bflush) (struct bfd *abfd); member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc575 void bflush (); /* Completed a block of bools. */
661 void bflush (); /* Finish block of bools. */
727 bytes_out::bflush () in bflush() function in bytes_out
739 bytes_in::bflush () in bflush() function in bytes_in
6977 bflush (); in tree_node_bools()
7012 bflush (); in tree_node_bools()
16362 sec.bflush (); in write_define()
16462 sec.bflush (); in read_define()