Searched refs:flush (Results 1 - 25 of 141) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Droutef3 exec ip -4 ro flush scope global type unicast
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Ddeflate.h92 int last_flush; /* value of flush param for previous deflate call */
295 # define _tr_tally_lit(s, c, flush) \
300 flush = (s->last_lit == s->lit_bufsize-1); \
302 # define _tr_tally_dist(s, distance, length, flush) \
310 flush = (s->last_lit == s->lit_bufsize-1); \
313 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
314 # define _tr_tally_dist(s, distance, length, flush) \
315 flush = _tr_tally(s, distance, length)
H A Ddeflate.c68 block_done, /* block flush performed */
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
79 local block_state deflate_slow OF((deflate_state *s, int flush));
436 int ZEXPORT deflate (strm, flush)
438 int flush;
440 int old_flush; /* value of flush param for previous deflate call */
444 flush > Z_FINISH || flush <
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_deflate/
H A Ddeflate.c61 block_done, /* block flush performed */
66 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
70 local block_state deflate_stored OF((deflate_state *s, int flush));
71 local block_state deflate_fast OF((deflate_state *s, int flush));
72 local block_state deflate_slow OF((deflate_state *s, int flush));
407 int zlib_deflate (strm, flush)
409 int flush;
411 int old_flush; /* value of flush param for previous deflate call */
415 flush > Z_FINISH || flush <
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dswift.S39 flush %o1
41 flush %o1 + 4
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Discan.c53 int flush = 0; local
69 flush = 1;
78 if (flush) {
88 _("while trying to flush %s"), device_name);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/mm/
H A Dultra.S37 flush %g6
55 flush %g6
85 flush %g6
94 flush %g6
121 flush %g6
125 flush %g6
132 flush %g6
136 flush %g6
147 flush %g6
149 flush
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/bluetooth/
H A Dhci_uart.h53 int (*flush)(struct n_hci *n_hci); member in struct:hci_uart_proto
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcoda_proc.h43 int flush; member in struct:coda_vfs_stats
85 int flush; member in struct:coda_cache_inv_stats
H A Dzlib.h129 /* Allowed flush values; see deflate() below for details */
204 ZEXTERN int ZEXPORT zlib_deflate OF((z_streamp strm, int flush));
209 forced to flush.
220 accordingly. This action is forced if the parameter flush is non zero.
221 Forcing flush frequently degrades the compression ratio, so this parameter
223 Some output may be provided even if flush is not set.
234 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
241 If flush is set to Z_FULL_FLUSH, all output is flushed as with
248 with the same value of the flush parameter and more output space (updated
249 avail_out), until the flush i
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcoda_proc.h43 int flush; member in struct:coda_vfs_stats
85 int flush; member in struct:coda_cache_inv_stats
H A Dzlib.h129 /* Allowed flush values; see deflate() below for details */
204 ZEXTERN int ZEXPORT zlib_deflate OF((z_streamp strm, int flush));
209 forced to flush.
220 accordingly. This action is forced if the parameter flush is non zero.
221 Forcing flush frequently degrades the compression ratio, so this parameter
223 Some output may be provided even if flush is not set.
234 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
241 If flush is set to Z_FULL_FLUSH, all output is flushed as with
248 with the same value of the flush parameter and more output space (updated
249 avail_out), until the flush i
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mm/
H A Dproc-arm6,7.S41 mcr p15, 0, r0, c7, c0, 0 @ flush cache
53 * Purpose : flush all TLB entries in all caches
58 mcr p15, 0, r0, c5, c0, 0 @ flush TLB
68 * Purpose : flush a TLB entry
72 1: mcr p15, 0, r0, c6, c0, 0 @ flush TLB
84 * Purpose : flush a TLB entry
88 mcr p15, 0, r0, c6, c0, 0 @ flush TLB
273 mcr p15, 0, r1, c7, c0, 0 @ flush cache
275 mcr p15, 0, r1, c5, c0, 0 @ flush TLBs
284 * Purpose : Set a PMD and flush i
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dhead-sa1100.S54 @ Be sure to flush kernel binary out of the cache,
64 mcr p15, 0, r0, c7, c7, 0 @ flush I & D caches
H A Dhead-ftvpci.S18 mcr p15, 0, r0, c7, c5, 0 @ flush I cache
H A Dhead-shark.S57 mcr p15, 0, r0, c7, c7 @ flush I,D caches on v4
59 mcr p15, 0, r0, c8, c7 @ flush I,D TLBs on v4
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dext2_io.h68 errcode_t (*flush)(io_channel channel); member in struct:struct_io_manager
86 #define io_channel_flush(c) ((c)->manager->flush((c)))
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dzlib.h270 extern int deflate OF((z_stream *strm, int flush));
280 accordingly. This action is forced if the parameter flush is non zero.
281 Forcing flush frequently degrades the compression ratio, so this parameter
283 Some output may be provided even if flush is not set.
292 If the parameter flush is set to Z_PARTIAL_FLUSH, the current compression
296 If flush is set to Z_FULL_FLUSH, the compression block is terminated, a
302 this function must be called again with the same value of the flush
303 parameter and more output space (updated avail_out), until the flush is
306 If the parameter flush is set to Z_PACKET_FLUSH, the compression
321 If the parameter flush i
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dzlib.h270 extern int deflate OF((z_stream *strm, int flush));
280 accordingly. This action is forced if the parameter flush is non zero.
281 Forcing flush frequently degrades the compression ratio, so this parameter
283 Some output may be provided even if flush is not set.
292 If the parameter flush is set to Z_PARTIAL_FLUSH, the current compression
296 If flush is set to Z_FULL_FLUSH, the compression block is terminated, a
302 this function must be called again with the same value of the flush
303 parameter and more output space (updated avail_out), until the flush is
306 If the parameter flush is set to Z_PACKET_FLUSH, the compression
321 If the parameter flush i
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dzlib.h270 extern int deflate OF((z_stream *strm, int flush));
280 accordingly. This action is forced if the parameter flush is non zero.
281 Forcing flush frequently degrades the compression ratio, so this parameter
283 Some output may be provided even if flush is not set.
292 If the parameter flush is set to Z_PARTIAL_FLUSH, the current compression
296 If flush is set to Z_FULL_FLUSH, the compression block is terminated, a
302 this function must be called again with the same value of the flush
303 parameter and more output space (updated avail_out), until the flush is
306 If the parameter flush is set to Z_PACKET_FLUSH, the compression
321 If the parameter flush i
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbad_inode.c40 flush: EIO_ERROR,
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Ddeflate.c292 int proto, olen, wspace, r, flush; local
353 flush = (mp == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
356 r = deflate(&state->strm, flush);
362 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
369 flush = Z_PACKET_FLUSH;
562 int seq, i, flush, r, decode_proto; local
616 flush = (mi == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
626 r = inflate(&state->strm, flush);
636 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
644 flush
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Ddeflate.c300 int proto, olen, wspace, r, flush; local
361 flush = (mp == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
364 r = deflate(&state->strm, flush);
370 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
377 flush = Z_PACKET_FLUSH;
570 int seq, i, flush, r, decode_proto; local
624 flush = (mi == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
634 r = inflate(&state->strm, flush);
644 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
652 flush
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Ddeflate.c300 int proto, olen, wspace, r, flush; local
361 flush = (mp == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
364 r = deflate(&state->strm, flush);
370 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
377 flush = Z_PACKET_FLUSH;
570 int seq, i, flush, r, decode_proto; local
624 flush = (mi == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
634 r = inflate(&state->strm, flush);
644 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
652 flush
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/include/
H A Dzlib.h273 extern int inflate OF((z_stream *strm, int flush));
293 If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH,
295 flushing behavior of inflate is not specified for values of the flush
304 (a single call of inflate), the parameter flush should be set to
327 This function discards any unprocessed input and does not flush any

Completed in 259 milliseconds

123456