Searched refs:buf0 (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/popt/
H A Dpoptparse.c46 char *buf0 = calloc(buflen, 1); local
47 char *buf = buf0;
59 free(buf0);
83 free(buf0);
100 free(buf0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbmpenc.c41 unsigned char* buf0 = buf; local
77 buf = buf0 + hsize;
H A Dadxdec.c107 const uint8_t *buf0, int buf_size)
111 const uint8_t *buf = buf0;
163 // printf("%d:%d ",buf-buf0,*data_size); fflush(stdout);
164 return buf-buf0;
105 adx_decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf0, int buf_size) argument
H A Dbmp.c52 const uint8_t *buf0 = buf; local
204 buf = buf0 + hsize;
232 buf = buf0 + 14 + ihsize; //palette location
240 buf = buf0 + hsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_incomingrequests.c316 char *countptr, *buf, *bufend, *buf0; local
338 buf0 = buf;
377 qsort( buf0, names_added, 18, QSORT_CAST status_compare );
381 if (memcmp(buf0 + 18*i,buf0 + 18*(i-1),16) == 0) {
385 memmove(buf0 + 18*i,buf0 + 18*(i+1),18*(names_added-i));
390 buf = buf0 + 18*names_added;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmp3.c365 uint8_t *buf, *buf0, *buf2, *end; local
368 buf0 = p->buf;
369 if(ff_id3v2_match(buf0)) {
370 buf0 += ff_id3v2_tag_len(buf0);
374 buf = buf0;
388 if(buf == buf0)
394 else if(buf0!=p->buf) return AVPROBE_SCORE_MAX/4-1;
H A Draw.c591 uint8_t *buf0 = p->buf; local
594 uint8_t *end = buf0 + p->buf_size - 7;
596 if (ff_id3v2_match(buf0)) {
597 buf0 += ff_id3v2_tag_len(buf0);
599 buf = buf0;
614 if(buf == buf0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbutil.c399 char *buf0 = buf; local
472 fmt0, bufsize0, (int)PTR_DIFF(buf, buf0)));
474 return PTR_DIFF(buf, buf0);
493 char *buf0 = buf; local
577 fmt0, bufsize0, (int)PTR_DIFF(buf, buf0)));
579 return PTR_DIFF(buf, buf0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtsi108_eth.h317 u32 buf0; member in struct:__anon5949
344 u32 buf0; /* Base address of buffer */ member in struct:__anon5950
H A Dtsi108_eth.c710 data->txring[tx].buf0 = dma_map_single(NULL, skb->data,
717 data->txring[tx].buf0 =
816 data->rxring[rx].buf0 = dma_map_single(NULL, skb->data,
1382 data->rxring[i].buf0 = virt_to_phys(data->rxskbs[i]->data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale_template.c421 "movq (%0, "#index", 2), %%mm0 \n\t" /*buf0[eax]*/\
423 "movq 8(%0, "#index", 2), %%mm6 \n\t" /*buf0[eax]*/\
425 "psubw %%mm1, %%mm0 \n\t" /* buf0[eax] - buf1[eax]*/\
426 "psubw %%mm7, %%mm6 \n\t" /* buf0[eax] - buf1[eax]*/\
427 "pmulhw "LUM_MMX_FILTER_OFFSET"+8("#c"), %%mm0 \n\t" /* (buf0[eax] - buf1[eax])yalpha1>>16*/\
428 "pmulhw "LUM_MMX_FILTER_OFFSET"+8("#c"), %%mm6 \n\t" /* (buf0[eax] - buf1[eax])yalpha1>>16*/\
429 "psraw $7, %%mm1 \n\t" /* buf0[eax] - buf1[eax] >>4*/\
430 "psraw $7, %%mm7 \n\t" /* buf0[eax] - buf1[eax] >>4*/\
431 "paddw %%mm0, %%mm1 \n\t" /* buf0[eax]yalpha1 + buf1[eax](1-yalpha1) >>16*/\
432 "paddw %%mm6, %%mm7 \n\t" /* buf0[ea
1181 yuv2packed2(SwsContext *c, uint16_t *buf0, uint16_t *buf1, uint16_t *uvbuf0, uint16_t *uvbuf1, uint8_t *dest, int dstW, int yalpha, int uvalpha, int y) argument
1288 yuv2packed1(SwsContext *c, uint16_t *buf0, uint16_t *uvbuf0, uint16_t *uvbuf1, uint8_t *dest, int dstW, int uvalpha, int dstFormat, int flags, int y) argument
[all...]
H A Dswscale.c664 int Y1= (buf0[i2 ]*yalpha1+buf1[i2 ]*yalpha)>>19; \
665 int Y2= (buf0[i2+1]*yalpha1+buf1[i2+1]*yalpha)>>19; \
672 int Y1= (buf0[i2 ]*yalpha1+buf1[i2 ]*yalpha)>>11; \
673 int Y2= (buf0[i2+1]*yalpha1+buf1[i2+1]*yalpha)>>11; \
685 int Y1= buf0[i2 ]>>7;\
686 int Y2= buf0[i2+1]>>7;\
693 int Y1= buf0[i2 ]<<1;\
694 int Y2= buf0[i2+1]<<1;\
706 int Y1= buf0[i2 ]>>7;\
707 int Y2= buf0[i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dfasttimer.c818 static char buf0[2000];
865 DP(proc_fasttimer_read(buf0, NULL, 0, 0, 0));
895 DP(printk("buf0:\n");
896 printk(buf0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dutils.c164 char *str, *f, *buf0; local
172 buf0 = buf;
421 return buf - buf0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dfasttimer.c824 static char buf0[2000];
871 DP(proc_fasttimer_read(buf0, NULL, 0, 0, 0));
901 DP(printk("buf0:\n");
902 printk(buf0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci.h571 __le32 buf0; member in struct:ehci_iso_stream
H A Dehci-sched.c899 stream->buf0 = cpu_to_le32 ((epnum << 8) | dev->devnum);
1422 itd->hw_bufp [0] = stream->buf0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c2069 u8 *buf0 = buf; local
2127 len = buf - buf0;
2135 buf0[0] = len - 1;
2137 put_be16(buf0, len - 2);

Completed in 402 milliseconds