Searched refs:BUFFERSIZE (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Diconv-ostream.oo.c66 #define BUFFERSIZE 256 macro
67 char inbuffer[BUFFERSIZE];
79 (len <= BUFFERSIZE - inbufcount ? len : BUFFERSIZE - inbufcount);
91 char outbuffer[8*BUFFERSIZE];
136 #undef BUFFERSIZE macro
H A Dhtml-ostream.oo.c94 #define BUFFERSIZE 2048 macro
95 char inbuffer[BUFFERSIZE];
107 (len <= BUFFERSIZE - inbufcount ? len : BUFFERSIZE - inbufcount);
205 #undef BUFFERSIZE macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml-ostream.c95 #define BUFFERSIZE 2048 macro
96 char inbuffer[BUFFERSIZE];
108 (len <= BUFFERSIZE - inbufcount ? len : BUFFERSIZE - inbufcount);
206 #undef BUFFERSIZE macro
H A Dhtml-ostream.oo.c94 #define BUFFERSIZE 2048 macro
95 char inbuffer[BUFFERSIZE];
107 (len <= BUFFERSIZE - inbufcount ? len : BUFFERSIZE - inbufcount);
205 #undef BUFFERSIZE macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dra144.h30 #define BUFFERSIZE 146 ///< the size of the adaptive codebook macro
H A Dra144.c1531 source += BUFFERSIZE - offset;
1707 (BUFFERSIZE - BLOCKSIZE) * sizeof(*ractx->adapt_cb));
1709 block = ractx->adapt_cb + BUFFERSIZE - BLOCKSIZE;
H A Dra144enc.c170 cb += BUFFERSIZE - lag;
197 for (i = BLOCKSIZE / 2; i <= BUFFERSIZE; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dra144.h32 #define BUFFERSIZE 146 ///< the size of the adaptive codebook macro
H A Dra144.c1532 source += BUFFERSIZE - offset;
1711 (BUFFERSIZE - BLOCKSIZE) * sizeof(*ractx->adapt_cb));
1713 block = ractx->adapt_cb + BUFFERSIZE - BLOCKSIZE;
H A Dra144enc.c179 cb += BUFFERSIZE - lag;
206 for (i = BLOCKSIZE / 2; i <= BUFFERSIZE; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Dtiomap3430.c64 #define BUFFERSIZE 1024 macro
1057 u8 host_buf[BUFFERSIZE];
1061 total_bytes > BUFFERSIZE ? BUFFERSIZE : total_bytes;
1099 ul_remain_bytes > BUFFERSIZE ? BUFFERSIZE : ul_remain_bytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dcurl.h1133 CINIT(BUFFERSIZE, LONG, 98),

Completed in 103 milliseconds