Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Db44.c71 static inline void bflush(const struct b44_private *bp, u32 reg, u32 timeout) in bflush() function
211 bflush(bp, B44_SBTMSLOW, 1); in ssb_core_disable()
214 bflush(bp, B44_SBTMSLOW, 1); in ssb_core_disable()
226 bflush(bp, B44_SBTMSLOW, 1); in ssb_core_reset()
238 bflush(bp, B44_SBTMSLOW, 1); in ssb_core_reset()
241 bflush(bp, B44_SBTMSLOW, 1); in ssb_core_reset()
291 bflush(bp, B44_MDIO_CTRL, 1); in b44_chip_reset()
296 bflush(bp, B44_ENET_CTRL, 1); in b44_chip_reset()
301 bflush(bp, B44_DEVCTRL, 100); in b44_chip_reset()
314 bflush(bp, B44_IMASK, 1); in b44_halt()
[all …]
/external/syslinux/com32/lib/zlib/
Ddeflate.c1525 int bflush; /* set if current block must be flushed */ local
1564 s->match_length - MIN_MATCH, bflush);
1600 _tr_tally_lit (s, s->window[s->strstart], bflush);
1604 if (bflush) FLUSH_BLOCK(s, 0);
1621 int bflush; /* set if current block must be flushed */ local
1683 s->prev_length - MIN_MATCH, bflush);
1701 if (bflush) FLUSH_BLOCK(s, 0);
1709 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1710 if (bflush) {
1728 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
[all …]
/external/pdfium/third_party/zlib_v128/
Ddeflate.c1632 int bflush; /* set if current block must be flushed */ in deflate_fast() local
1671 s->match_length - MIN_MATCH, bflush); in deflate_fast()
1707 _tr_tally_lit (s, s->window[s->strstart], bflush); in deflate_fast()
1711 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast()
1734 int bflush; /* set if current block must be flushed */ in deflate_slow() local
1796 s->prev_length - MIN_MATCH, bflush); in deflate_slow()
1814 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow()
1822 _tr_tally_lit(s, s->window[s->strstart-1], bflush); in deflate_slow()
1823 if (bflush) { in deflate_slow()
1841 _tr_tally_lit(s, s->window[s->strstart-1], bflush); in deflate_slow()
[all …]
/external/python/cpython2/Modules/zlib/
Ddeflate.c1633 int bflush; /* set if current block must be flushed */ local
1672 s->match_length - MIN_MATCH, bflush);
1708 _tr_tally_lit (s, s->window[s->strstart], bflush);
1712 if (bflush) FLUSH_BLOCK(s, 0);
1735 int bflush; /* set if current block must be flushed */ local
1797 s->prev_length - MIN_MATCH, bflush);
1815 if (bflush) FLUSH_BLOCK(s, 0);
1823 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1824 if (bflush) {
1842 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
[all …]
/external/zlib/src/
Ddeflate.c1633 int bflush; /* set if current block must be flushed */ local
1672 s->match_length - MIN_MATCH, bflush);
1708 _tr_tally_lit (s, s->window[s->strstart], bflush);
1712 if (bflush) FLUSH_BLOCK(s, 0);
1735 int bflush; /* set if current block must be flushed */ local
1797 s->prev_length - MIN_MATCH, bflush);
1815 if (bflush) FLUSH_BLOCK(s, 0);
1823 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1824 if (bflush) {
1842 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
[all …]