Searched refs:flush (Results 51 - 75 of 325) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/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)
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));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
552 int ZEXPORT deflate (strm, flush)
554 int flush;
556 int old_flush; /* value of flush param for previous deflate call */
560 flush > Z_FINISH || flush <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dzlib.h146 /* Allowed flush values; see deflate() and inflate() below for details */
212 extern int zlib_deflate (z_streamp strm, int flush);
217 forced to flush.
228 accordingly. This action is forced if the parameter flush is non zero.
229 Forcing flush frequently degrades the compression ratio, so this parameter
231 Some output may be provided even if flush is not set.
242 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
249 If flush is set to Z_FULL_FLUSH, all output is flushed as with
256 with the same value of the flush parameter and more output space (updated
257 avail_out), until the flush i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Daudiointerleave.c73 int stream_index, int flush)
79 if (!size || (!flush && size == av_fifo_size(&aic->fifo)))
97 int ff_audio_rechunk_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush, argument
127 while (ff_interleave_new_audio_packet(s, &new_pkt, i, flush))
132 return get_packet(s, out, pkt, flush);
72 ff_interleave_new_audio_packet(AVFormatContext *s, AVPacket *pkt, int stream_index, int flush) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/l3/
H A Duda1341.c216 unsigned short value, int flush)
230 if (flush) uda->write(clnt, reg, new);
238 unsigned short value, int flush)
251 ret = snd_uda1341_update_bits(clnt, data0_2, 1, 2, 1, flush); // MUTE
252 ret = snd_uda1341_update_bits(clnt, stat0, 1, 6, 1, flush); // RESET
253 ret = snd_uda1341_update_bits(clnt, stat0, 1, 6, 0, flush); // RESTORE
257 ret = snd_uda1341_update_bits(clnt, stat0, 3, 4, value, flush);
260 ret = snd_uda1341_update_bits(clnt, stat0, 7, 1, value, flush);
263 ret = snd_uda1341_update_bits(clnt, stat1, 1, 6, value, flush);
266 ret = snd_uda1341_update_bits(clnt, stat1, 1, 5, value, flush);
214 snd_uda1341_update_bits(struct l3_client *clnt, unsigned short reg, unsigned short mask, unsigned short shift, unsigned short value, int flush) argument
237 snd_uda1341_cfg_write(struct l3_client *clnt, unsigned short what, unsigned short value, int flush) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_uart.h49 int (*flush)(struct hci_uart *hu); member in struct:hci_uart_proto
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dcopypage-v4wt.S12 * This is for CPUs with a writethrough cache and 'flush ID cache' is
42 mcr p15, 0, r2, c7, c7, 0 @ flush ID cache
64 mcr p15, 0, r2, c7, c7, 0 @ flush ID cache
H A Dtlb-v6.S56 mcr p15, 0, ip, c7, c5, 6 @ flush BTAC/BTB
85 mcr p15, 0, r2, c7, c5, 6 @ flush BTAC/BTB
87 mcr p15, 0, r2, c7, c5, 4 @ prefetch flush
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dip_common.h18 extern int ipaddr_list_or_flush(int argc, char **argv, int flush);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ep93xx/
H A Duncompress.h52 static inline void flush(void) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-netx/
H A Duncompress.h58 static inline void flush(void) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Duncompress.h75 static inline void flush(void) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-xscale.S18 @ Be sure to flush kernel binary out of the cache,
28 mcr p15, 0, r0, c7, c7, 0 @ flush I & D caches
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstyled-ostream.c52 super.flush (first_arg);
111 vtable->flush (first_arg);
H A Dfile-ostream.c109 vtable->flush (first_arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
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));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
552 int ZEXPORT deflate (strm, flush)
554 int flush;
556 int old_flush; /* value of flush param for previous deflate call */
560 flush > Z_FINISH || flush <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dinput-polldev.c78 if (dev->flush)
79 dev->flush(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_io.h74 errcode_t (*flush)(io_channel channel); member in struct:struct_io_manager
91 #define io_channel_flush(c) ((c)->manager->flush((c)))

Completed in 163 milliseconds

1234567891011>>