Searched refs:flush (Results 76 - 100 of 607) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */
323 # define _tr_tally_lit(s, c, flush) \
328 flush = (s->last_lit == s->lit_bufsize-1); \
330 # define _tr_tally_dist(s, distance, length, flush) \
338 flush = (s->last_lit == s->lit_bufsize-1); \
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
342 # define _tr_tally_dist(s, distance, length, flush) \
343 flush = _tr_tally(s, distance, length)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/contrib/openvpn-fwmarkroute-1.00/
H A Dfwmarkroute.down21 # flush route cache
22 ip route flush cache
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */
308 # define _tr_tally_lit(s, c, flush) \
313 flush = (s->last_lit == s->lit_bufsize-1); \
315 # define _tr_tally_dist(s, distance, length, flush) \
323 flush = (s->last_lit == s->lit_bufsize-1); \
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
327 # define _tr_tally_dist(s, distance, length, flush) \
328 flush = _tr_tally(s, distance, length)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DGetURL.java43 System.err.flush();
68 System.out.flush();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */
308 # define _tr_tally_lit(s, c, flush) \
313 flush = (s->last_lit == s->lit_bufsize-1); \
315 # define _tr_tally_dist(s, distance, length, flush) \
323 flush = (s->last_lit == s->lit_bufsize-1); \
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
327 # define _tr_tally_dist(s, distance, length, flush) \
328 flush = _tr_tally(s, distance, length)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dswift.S38 flush %o1
40 flush %o1 + 4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */
308 # define _tr_tally_lit(s, c, flush) \
313 flush = (s->last_lit == s->lit_bufsize-1); \
315 # define _tr_tally_dist(s, distance, length, flush) \
323 flush = (s->last_lit == s->lit_bufsize-1); \
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
327 # define _tr_tally_dist(s, distance, length, flush) \
328 flush = _tr_tally(s, distance, length)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbmp_parser.c70 goto flush;
75 flush:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */
323 # define _tr_tally_lit(s, c, flush) \
328 flush = (s->last_lit == s->lit_bufsize-1); \
330 # define _tr_tally_dist(s, distance, length, flush) \
338 flush = (s->last_lit == s->lit_bufsize-1); \
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
342 # define _tr_tally_dist(s, distance, length, flush) \
343 flush = _tr_tally(s, distance, length)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dtlb-flush.S1 /* tlb-flush.S: TLB flushing routines
41 # flush everything
85 # flush everything to do with one context
99 # specify the context we want to flush
126 # flush a range of addresses from the TLB
139 # specify the context we want to flush
153 # flush a range of addresses from the TLB
167 # specify the context we want to flush
180 bne icc0,#0,2b ; most likely a 1-page flush
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dtlb-v7.S54 mcr p15, 0, ip, c7, c1, 6 @ flush BTAC/BTB Inner Shareable
56 mcr p15, 0, ip, c7, c5, 6 @ flush BTAC/BTB
87 mcr p15, 0, r2, c7, c1, 6 @ flush BTAC/BTB Inner Shareable
89 mcr p15, 0, r2, c7, c5, 6 @ flush BTAC/BTB
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Daudiointerleave.c79 int stream_index, int flush)
85 if (!size || (!flush && size == av_fifo_size(aic->fifo)))
104 int ff_audio_rechunk_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush, argument
138 while ((ret = interleave_new_audio_packet(s, &new_pkt, i, flush)) > 0) {
148 return get_packet(s, out, NULL, flush);
78 interleave_new_audio_packet(AVFormatContext *s, AVPacket *pkt, int stream_index, int flush) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dsmp.c171 struct ipi_flush *flush = (struct ipi_flush *) info; local
172 __flush_icache_range(flush->start, flush->end);
177 struct ipi_flush flush = { start, end }; local
179 on_each_cpu(ipi_flush_icache_range, &flush, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Daudiointerleave.c74 int stream_index, int flush)
80 if (!size || (!flush && size == av_fifo_size(aic->fifo)))
98 int ff_audio_rechunk_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush, argument
128 while (ff_interleave_new_audio_packet(s, &new_pkt, i, flush))
133 return get_packet(s, out, pkt, flush);
73 ff_interleave_new_audio_packet(AVFormatContext *s, AVPacket *pkt, int stream_index, int flush) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeflate.c61 block_done, /* block flush performed */
66 typedef block_state (*compress_func) (deflate_state *s, int flush);
70 static block_state deflate_stored (deflate_state *s, int flush);
71 static block_state deflate_fast (deflate_state *s, int flush);
72 static block_state deflate_slow (deflate_state *s, int flush);
317 int flush
320 int old_flush; /* value of flush param for previous deflate call */
324 flush > Z_FINISH || flush < 0) {
330 (s->status == FINISH_STATE && flush !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dzpipe.c38 int ret, flush; local
59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
67 ret = deflate(&strm, flush); /* no bad return value */
78 } while (flush != Z_FINISH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_common.h58 /** Indicates a flush operation. Set in flush operation, also
61 unsigned int flush : 1; member in struct:fuse_file_info
70 /** Lock owner id. Available in locking operations and flush */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dfile.c40 /* exofs_file_fsync - flush the inode to disk
88 .flush = exofs_flush,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DLockExample.cpp141 cout.flush();
150 cout.flush();
160 cout.flush();
199 cout.flush();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzpipe.c28 int ret, flush; local
49 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
57 ret = deflate(&strm, flush); /* no bad return value */
68 } while (flush != Z_FINISH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dzpipe.c28 int ret, flush; local
49 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
57 ret = deflate(&strm, flush); /* no bad return value */
68 } while (flush != Z_FINISH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_unlzo.c92 int (*flush) (void *, unsigned int),
106 } else if (!flush) {
107 error("NULL output pointer and no flush function provided");
193 if (flush)
194 flush(out_buf, dst_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dzpipe.c38 int ret, flush; local
59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
67 ret = deflate(&strm, flush); /* no bad return value */
78 } while (flush != Z_FINISH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/include/mach/
H A Duncompress.h61 static inline void flush(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ep93xx/include/mach/
H A Duncompress.h61 static inline void flush(void) function

Completed in 430 milliseconds

1234567891011>>