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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dvdprintf.c15 char buf[BUF_SIZE];
18 len = vsnprintf(buf, BUF_SIZE, format, ap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dw9968cf_decoder.h82 const unsigned long BUF_SIZE);
83 extern int w9968cf_decode(const char* Pin, const unsigned long BUF_SIZE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmcat.c41 #define BUF_SIZE 512 macro
43 #define BUF_SIZE 16000 macro
62 char buf[BUF_SIZE];
145 bufLen(BUF_SIZE, size, address),
154 while ((len = READS(Stream, buf, address, BUF_SIZE)) > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/parisc/
H A Dharmony.h63 #define BUF_SIZE PAGE_SIZE macro
65 #define MAX_BUF_SIZE (MAX_BUFS * BUF_SIZE)
70 #define GRAVEYARD_BUFSZ (GRAVEYARD_BUFS*BUF_SIZE)
72 #define SILENCE_BUFSZ (SILENCE_BUFS*BUF_SIZE)
H A Dharmony.c278 .period_bytes_min = BUF_SIZE,
279 .period_bytes_max = BUF_SIZE,
299 .period_bytes_min = BUF_SIZE,
300 .period_bytes_max = BUF_SIZE,
652 BUF_SIZE*GRAVEYARD_BUFS,
662 BUF_SIZE*SILENCE_BUFS,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dslip_common.h4 #define BUF_SIZE 1500 macro
7 #define ENC_BUF_SIZE (2 * BUF_SIZE + 2)
H A Dslirp_user.c131 .max_packet = BUF_SIZE
H A Dslip_user.c254 .max_packet = BUF_SIZE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dtextbox.c66 if ((buf = malloc(BUF_SIZE + 1)) == NULL) {
71 if ((bytes_read = read(fd, buf, BUF_SIZE)) == -1) {
148 read(fd, buf, BUF_SIZE)) == -1) {
173 if (lseek(fd, -BUF_SIZE, SEEK_END) == -1) {
179 read(fd, buf, BUF_SIZE)) == -1) {
330 Note that we only move backward for BUF_SIZE/2 bytes,
331 but not BUF_SIZE bytes to avoid re-reading again in
333 /* Really possible to move backward BUF_SIZE/2 bytes? */
334 if (fpos < BUF_SIZE / 2 + bytes_read) {
343 } else { /* Move backward BUF_SIZE/
[all...]
H A Ddialog.h54 #define BUF_SIZE (10*1024) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dtextbox.c68 if ((buf = malloc (BUF_SIZE + 1)) == NULL) {
73 if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
163 if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
190 if (lseek (fd, -BUF_SIZE, SEEK_END) == -1) {
196 if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
349 Note that we only move backward for BUF_SIZE/2 bytes,
350 but not BUF_SIZE bytes to avoid re-reading again in
352 /* Really possible to move backward BUF_SIZE/2 bytes? */
353 if (fpos < BUF_SIZE / 2 + bytes_read) {
362 } else { /* Move backward BUF_SIZE/
[all...]
H A Ddialog.h53 #define BUF_SIZE (10*1024) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Djoydump.c45 #define BUF_SIZE 256 macro
86 buf = kmalloc(BUF_SIZE * sizeof(struct joydump), GFP_KERNEL);
105 while (i < BUF_SIZE && t < timeout) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dmkhelp.pl167 #define BUF_SIZE 0x10000
200 buf = malloc(BUF_SIZE);
203 z.avail_out = BUF_SIZE;
207 fwrite(buf, BUF_SIZE - z.avail_out, 1, stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dloop_wchar.h29 # define BUF_SIZE 64 /* assume MB_LEN_MAX <= 64 */ macro
143 char buf[BUF_SIZE];
215 if (bufcount + MB_CUR_MAX > BUF_SIZE)
246 char buf[BUF_SIZE];
327 char buf[BUF_SIZE];
331 size_t bufleft = BUF_SIZE;
346 size_t bufcount = bufptr-buf; /* = BUF_SIZE-bufleft */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dghiper.c344 #define BUF_SIZE 1024 macro
357 buf = g_malloc(BUF_SIZE+1);
359 buf[BUF_SIZE]='\0';
360 g_io_channel_read_chars(ch,buf,BUF_SIZE,&len,&err);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dbinoffset.c38 #define BUF_SIZE (16 * 1024) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Ddialog.h55 #define BUF_SIZE (10*1024) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dtimod.c71 #define BUF_SIZE PAGE_SIZE macro
79 #define BUF_SIZE (PAGE_SIZE-2*sizeof(u64)) macro
244 ret_space = BUF_SIZE;
387 if (req.ADDR_length > BUF_SIZE) {
482 if (ctl_len > BUF_SIZE) {
742 int len = BUF_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Ddmascc.c51 #define BUF_SIZE 1576 /* BUF_SIZE >= mtu + hard_header_len */ macro
203 char rx_buf[NUM_RX_BUF][BUF_SIZE];
209 char tx_buf[NUM_TX_BUF][BUF_SIZE];
1042 set_dma_count(priv->param.dma, BUF_SIZE);
1189 if (priv->rx_ptr < BUF_SIZE)
1219 cb = BUF_SIZE - get_dma_residue(priv->param.dma) -
1260 set_dma_count(priv->param.dma, BUF_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c328 #undef BUF_SIZE macro
329 #define BUF_SIZE (8 * sizeof(G1.bi_buf)) macro
456 if (G1.bi_valid > (int) BUF_SIZE - length) {
459 G1.bi_buf = (ush) value >> (BUF_SIZE - G1.bi_valid);
460 G1.bi_valid += length - BUF_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpasemi_mac.c72 #define BUF_SIZE 1646 /* 1500 MTU + ETH_HLEN + VLAN_HLEN + 2 64B cachelines */ macro
365 skb = dev_alloc_skb(BUF_SIZE);
380 *buff = XCT_RXB_LEN(BUF_SIZE) | XCT_RXB_ADDR(dma);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_sas.c998 #define BUF_SIZE 64 macro
1002 char *buffer = kzalloc(BUF_SIZE, GFP_KERNEL), *msdata;
1015 res = scsi_mode_sense(sdev, 1, 0x19, buffer, BUF_SIZE, 30*HZ, 3,
1025 if (msdata - buffer > BUF_SIZE - 8)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h138 #define BUF_SIZE 8192 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Diphase.h543 #define BUF_SIZE 0x42 macro

Completed in 142 milliseconds

12