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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dfd-ostream.oo.h41 bool buffered);
H A Dfd-ostream.oo.c148 fd_ostream_create (int fd, const char *filename, bool buffered) argument
153 + (buffered ? BUFSIZE : 0));
158 if (buffered)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfd-ostream.oo.h41 bool buffered);
H A Dfd-ostream.c157 fd_ostream_create (int fd, const char *filename, bool buffered) argument
162 + (buffered ? BUFSIZE : 0));
167 if (buffered)
H A Dfd-ostream.oo.c148 fd_ostream_create (int fd, const char *filename, bool buffered) argument
153 + (buffered ? BUFSIZE : 0));
158 if (buffered)
H A Dfd-ostream.h130 bool buffered);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/include/linux/
H A Dandroid_pmem.h64 unsigned buffered; member in struct:android_pmem_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dctrlpacket.c210 static int buffered = 0; /* size of buffer */ local
214 /* read any previously buffered data */
215 if (buffered) {
216 memcpy(packet, buffer, buffered);
219 bytes_ttl = buffered;
220 buffered = 0;
234 buffered = bytes_ttl;
251 buffered = bytes_ttl;
288 buffered = bytes_ttl;
305 buffered
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrmbfrd.tex32 data is only written when the cache is full, when the buffered stream is
59 Creates a buffered stream using a buffer of a default size of 1024 bytes for cashing
H A Dbufferdc.tex88 the window is buffered, or wxBUFFER\_VIRTUAL\_AREA to indicate that the buffer bitmap
155 the window is buffered, or wxBUFFER\_VIRTUAL\_AREA to indicate that the buffer bitmap
170 double-buffered drawing. Just create an object of this class instead of \helpref{wxPaintDC}{wxpaintdc}
H A Dffile.tex14 wxFFile implements buffered file I/O. This is a very small class designed to
H A Dcategory.tex209 \twocolitem{\helpref{wxAutoBufferedPaintDC}{wxautobufferedpaintdc}}{A helper device context for double buffered drawing inside \textbf{OnPaint}.}
210 \twocolitem{\helpref{wxBufferedDC}{wxbuffereddc}}{A helper device context for double buffered drawing.}
211 \twocolitem{\helpref{wxBufferedPaintDC}{wxbufferedpaintdc}}{A helper device context for double buffered drawing inside \textbf{OnPaint}.}
H A Dwindow.tex1562 Returns \true if the window contents is double-buffered by the system, i.e. if
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddecklink_enc.cpp353 buffercount_type buffered; local
388 /* Always keep at most one second of frames buffered. */
402 ctx->dlo->GetBufferedVideoFrameCount(&buffered);
403 av_log(avctx, AV_LOG_DEBUG, "Buffered video frames: %d.\n", (int) buffered);
404 if (pkt->pts > 2 && buffered <= 2)
405 av_log(avctx, AV_LOG_WARNING, "There are not enough buffered video frames."
431 buffercount_type buffered; local
433 ctx->dlo->GetBufferedAudioSampleFrameCount(&buffered);
434 if (pkt->pts > 1 && !buffered)
435 av_log(avctx, AV_LOG_WARNING, "There's no buffered audi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtandem.h157 unsigned buffered : 1; member in struct:nsk_file_flags
H A Dtandem.c688 nsk_attr->flags.buffered = (unsigned) (flist[ioff[18]] == 0 ? 1 : 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtandem.h157 unsigned buffered : 1; member in struct:nsk_file_flags
H A Dtandem.c688 nsk_attr->flags.buffered = (unsigned) (flist[ioff[18]] == 0 ? 1 : 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dsta_info.c884 int sent, buffered; local
891 /* Send all buffered frames to the station */
893 buffered = ieee80211_add_pending_skbs(local, &sta->ps_tx_buf);
894 sent += buffered;
895 local->total_ps_buffered -= buffered;
900 sta->sta.addr, sta->sta.aid, sent - buffered, buffered);
938 * buffered frames for this STA */
951 "though there are no buffered frames for it\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dpmem.c126 unsigned buffered; member in struct:pmem_info
450 else if (pmem[id].buffered)
1222 pmem[id].buffered = pdata->buffered;
1258 else if (pmem[id].buffered)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Ddcadsp_vfp.S46 ACCUM0 .req s16 @ double-buffered multiply-accumulate results
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfile.c856 int buffered = 0; local
916 * We are going to do buffered for the rest of the range, so we
917 * need to make sure to invalidate the buffered pages when we're
920 buffered = 1;
1064 if (file->f_flags & O_DIRECT && buffered) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsram34xx.S132 dsb @ flush buffered writes to interconnect
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp435 // If drawing is buffered then each line of text is drawn into a bitmap buffer
437 void wxStyledTextCtrl::SetBufferedDraw(bool buffered) { argument
438 SendMsg(2035, buffered, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h1959 // If drawing is buffered then each line of text is drawn into a bitmap buffer
1961 void SetBufferedDraw(bool buffered);

Completed in 380 milliseconds