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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibmp3lame.c31 #define BUFFER_SIZE (7200 + 2*MPA_FRAME_SIZE + MPA_FRAME_SIZE/4) macro
35 uint8_t buffer[BUFFER_SIZE];
157 BUFFER_SIZE - s->buffer_index
166 BUFFER_SIZE - s->buffer_index
173 BUFFER_SIZE - s->buffer_index
180 av_log(avctx, AV_LOG_ERROR, "lame: output buffer too small (buffer index: %d, free bytes: %d)\n", s->buffer_index, BUFFER_SIZE - s->buffer_index);
H A Dlibvorbis.c37 #define BUFFER_SIZE (1024*64) macro
43 uint8_t buffer[BUFFER_SIZE];
H A Dlibxvidff.c37 #define BUFFER_SIZE 1024 macro
38 #define BUFFER_REMAINING(x) (BUFFER_SIZE - strlen(x))
215 x->twopassbuffer = av_malloc(BUFFER_SIZE);
216 x->old_twopassbuffer = av_malloc(BUFFER_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dreserveip.c135 #define BUFFER_SIZE 2*1024 macro
137 char buffer[BUFFER_SIZE]; /* Foxconn modified pling 10/04/2007, to allow max 64 reserved IP */
147 memset(buffer, 0, BUFFER_SIZE);
148 if ( fgets(buffer, BUFFER_SIZE, in) )
160 memset(buffer, 0, BUFFER_SIZE);
161 if ( fgets(buffer, BUFFER_SIZE, in) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsh_dac_audio.c39 #define BUFFER_SIZE 48000 macro
165 return put_user(BUFFER_SIZE, (int *)arg);
195 free += BUFFER_SIZE;
197 free = BUFFER_SIZE;
206 nbytes = data_buffer + BUFFER_SIZE - buffer_end;
278 if (buffer_begin == data_buffer + BUFFER_SIZE)
299 data_buffer = kmalloc(BUFFER_SIZE, GFP_KERNEL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/sc/
H A Dpacket.c50 if(data->len > BUFFER_SIZE) {
57 BUFFER_SIZE + sc_adapter[card]->channel[channel].first_sendbuf;
132 sc_adapter[card]->devicename, BUFFER_SIZE);
133 /* memset_shmem(card, rcvmsg->msg_data.response.buff_offset, 0, BUFFER_SIZE); */
135 newll.msg_len = BUFFER_SIZE;
161 buffer_size = BUFFER_SIZE;
H A Dhardware.h73 #define BUFFER_SIZE 0x800 /* The size of a buffer in bytes */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dkobject_uevent.c25 #define BUFFER_SIZE 2048 /* buffer for the variables */ macro
128 buffer = kmalloc(BUFFER_SIZE, GFP_KERNEL);
163 BUFFER_SIZE - (scratch - buffer));
185 skb = alloc_skb(len + BUFFER_SIZE, GFP_KERNEL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsxwindow.h148 #define BUFFER_SIZE 256 macro
149 #define HIGH_WATER ((BUFFER_SIZE / 4) * 3)
150 #define LOW_WATER (BUFFER_SIZE / 4)
213 BYTE hi_txbuf[BUFFER_SIZE]; /* 0x060 Transmit buffer */
214 BYTE hi_rxbuf[BUFFER_SIZE]; /* 0x160 Receive buffer */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Datmel_spi.c59 #define BUFFER_SIZE PAGE_SIZE macro
113 if (len > BUFFER_SIZE)
114 len = BUFFER_SIZE;
118 if (len > BUFFER_SIZE)
119 len = BUFFER_SIZE;
524 as->buffer = dma_alloc_coherent(&pdev->dev, BUFFER_SIZE,
569 dma_free_coherent(&pdev->dev, BUFFER_SIZE, as->buffer,
599 dma_free_coherent(&pdev->dev, BUFFER_SIZE, as->buffer,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dgscps2.c87 #define BUFFER_SIZE 0x0f macro
100 } buffer[BUFFER_SIZE+1];
242 ps2port->append = ((ps2port->append+1) & BUFFER_SIZE);
266 ps2port->act = ((ps2port->act+1) & BUFFER_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dhttpd_indexcgi.c118 BUFFER_SIZE = sizeof(buffer), enumerator in enum:__anon11338
126 if (buffer + (BUFFER_SIZE-HEADROOM) - dst >= size)
339 guarantee(BUFFER_SIZE * 2); /* flush */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dhttp.c35 #define BUFFER_SIZE 1024 macro
41 unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end;
141 len = url_read(s->hd, s->buffer, BUFFER_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-ioread.c31 #define BUFFER_SIZE PAGE_ALIGN(0x4000) macro
61 cp->buffer_storage[idx] = kmalloc(BUFFER_SIZE,GFP_KERNEL);
231 BUFFER_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dether1.c62 #define BUFFER_SIZE 0x10000 macro
259 unsigned char *buffer = kmalloc (BUFFER_SIZE, GFP_KERNEL);
260 int i, ret = BUFFER_SIZE;
268 memset (buffer, byte, BUFFER_SIZE);
269 ether1_writebuffer (dev, buffer, 0, BUFFER_SIZE);
270 memset (buffer, byte ^ 0xff, BUFFER_SIZE);
271 ether1_readbuffer (dev, buffer, 0, BUFFER_SIZE);
273 for (i = 0; i < BUFFER_SIZE; i++) {
297 printk (" - 0x%04X\n", BUFFER_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbfilter.c35 static char packet[BUFFER_SIZE];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Darc-rimi.c59 #define BUFFER_SIZE (512) macro
60 #define MIRROR_SIZE (BUFFER_SIZE*4)
H A Dcom90xx.c77 #define BUFFER_SIZE (512) macro
78 #define MIRROR_SIZE (BUFFER_SIZE*4)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzr364xx.c49 #define BUFFER_SIZE 0x1000 macro
297 cam->buffer, BUFFER_SIZE, &actual_length,
305 if (actual_length < 0 || actual_length > BUFFER_SIZE) {
313 for (i = 0; i < BUFFER_SIZE/2; i++)
349 while (actual_length == BUFFER_SIZE);
824 if ((cam->buffer = kmalloc(BUFFER_SIZE, GFP_KERNEL)) == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dprocess.c34 int max_send = BUFFER_SIZE;
39 int max_recv = BUFFER_SIZE;
1496 const size_t total_buffer_size = BUFFER_SIZE + LARGE_WRITEX_HDR_SIZE + SAFETY_MARGIN;
1508 max_recv = MIN(lp_maxxmit(),BUFFER_SIZE);
1539 while (!receive_message_or_smb(InBuffer,BUFFER_SIZE+LARGE_WRITEX_HDR_SIZE,select_timeout)) {
H A Dblocking.c179 int bufsize = BUFFER_SIZE;
313 numtoread = MIN(BUFFER_SIZE-outsize,numtoread);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cramfs/
H A Dinode.c136 #define BUFFER_SIZE (BLKS_PER_BUF*PAGE_CACHE_SIZE) macro
138 static unsigned char read_buffers[READ_BUFFERS][BUFFER_SIZE];
170 if (blk_offset + len > BUFFER_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dsimple-protocol.c59 #define BUFFER_SIZE (20*1024) macro
82 char inbuf[BUFFER_SIZE], outbuf[BUFFER_SIZE];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dtms380tr.h220 #define TX_THRESHOLD 0x4000 /* FRAME_SIZE greater than (BUFFER_SIZE
357 #define BUFFER_SIZE 2048 /* Buffers on Adapter */ macro
386 #define BUFFER_SIZE 2048 /* Buffers on Adapter. */ macro
392 #define TX_BUF_MAX 40 /* BUFFER_SIZE and MAX_FRAME_SIZE) ???
444 * BUFFER_SIZE bits for promiscous mode.
697 * any list; maximum value: (BUFFER_SIZE
1039 * any list; maximum value: (BUFFER_SIZE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dataflop.c268 #define BUFFER_SIZE (BufferSize[DriveType]) macro
695 FILL( TrackBuffer+BUFFER_SIZE-p, 0x4e );
1163 dma_cache_maintenance( paddr, BUFFER_SIZE, 1 );
1199 dma_wd.fdc_acces_seccount = BUFFER_SIZE/512;
1909 DMABuffer = atari_stram_alloc(BUFFER_SIZE+512, "ataflop");

Completed in 301 milliseconds

12