Searched refs:flush (Results 101 - 125 of 607) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-netx/include/mach/
H A Duncompress.h58 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-pxa/include/mach/
H A Duncompress.h53 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-realview/include/mach/
H A Duncompress.h66 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-tegra/include/mach/
H A Duncompress.h56 static inline void flush(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/include/mach/
H A Duncompress.h60 static inline void flush(void) function
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstyled-ostream.c52 super.flush (first_arg);
111 vtable->flush (first_arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dhead-xscale.S17 @ Be sure to flush kernel binary out of the cache,
27 mcr p15, 0, r0, c7, c7, 0 @ flush I & D caches
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
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));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
665 int ZEXPORT deflate (strm, flush)
667 int flush;
669 int old_flush; /* value of flush para
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
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));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
663 int ZEXPORT deflate (strm, flush)
665 int flush;
667 int old_flush; /* value of flush para
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/cacusermgr/
H A Dcacusermgr.c149 struct SamFlush flush; local
160 ZERO_STRUCT(flush);
161 flush.in.dom_hnd = dom_hnd;
199 if(!cac_SamFlush(hnd, mem_ctx, &flush)) {
217 if(!cac_SamFlush(hnd, mem_ctx, &flush)) {
233 if(!cac_SamFlush(hnd, mem_ctx, &flush)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dtlb-v6.S57 mcr p15, 0, ip, c7, c5, 6 @ flush BTAC/BTB
86 mcr p15, 0, r2, c7, c5, 6 @ flush BTAC/BTB
88 mcr p15, 0, r2, c7, c5, 4 @ prefetch flush
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmn10300-serial-low.S72 movhu (e3),d2 # flush
95 movhu (a2),d2 # flush
119 movhu (e3),d2 # flush
160 movhu (a2),d2 # flush
169 movhu (e3),d2 # flush
181 movhu (e3),d2 # flush
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dsoxr_resample.c69 static int flush(struct SwrContext *s){ function
97 create, destroy, process, flush, NULL /* set_compensation */, get_delay,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A DMakefile10 cacheops-$(CONFIG_CPU_SH4) := cache-sh4.o flush-sh4.o
11 cacheops-$(CONFIG_CPU_SH5) := cache-sh5.o flush-sh4.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c70 SVGAEscapeVideoFlush flush; member in struct:vmw_escape_video_flush
84 fill_escape(&cmd->escape, sizeof(cmd->flush));
85 cmd->flush.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_FLUSH;
86 cmd->flush.streamId = stream_id;
154 struct vmw_escape_video_flush flush; member in struct:__anon11472
201 fill_flush(&cmds->flush, arg->stream_id);
221 struct vmw_escape_video_flush flush; member in struct:__anon11476
243 fill_flush(&cmds->flush, stream_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dgsmdec.c122 .flush = gsm_flush,
135 .flush = gsm_flush,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dgsmdec.c115 .flush = gsm_flush,
127 .flush = gsm_flush,
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/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 391 milliseconds

1234567891011>>