Searched refs:buf2 (Results 51 - 75 of 78) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimgresample.c612 uint8_t *buf1 = NULL, *buf2 = NULL; local
656 buf2 = av_malloc(size);
657 if (!buf2) {
662 avpicture_fill((AVPicture*)resampled_picture, buf2,
694 av_free(buf2);
H A Dvc1.c4059 uint8_t *buf2 = NULL; local
4067 buf2 = av_mallocz(avctx->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
4074 buf2_size = vc1_unescape_buffer(start + 4, size, buf2);
4075 init_get_bits(&gb, buf2, buf2_size * 8);
4079 av_free(buf2);
4086 av_free(buf2);
4093 av_free(buf2);
4144 uint8_t *buf2 = NULL; local
4177 buf2 = av_mallocz(buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
4192 buf_size2 = vc1_unescape_buffer(start + 4, size, buf2);
[all...]
H A Dindeo3.c206 const uint8_t *buf2, int min_width_160)
284 ref_vectors = (const signed char*)buf2 + (*buf1 * 2);
203 iv_Decode_Chunk(Indeo3DecodeContext *s, uint8_t *cur, uint8_t *ref, int width, int height, const uint8_t *buf1, long cb_offset, const uint8_t *hdr, const uint8_t *buf2, int min_width_160) argument
H A Droqvideoenc.c128 static int block_sse(uint8_t **buf1, uint8_t **buf2, int x1, int y1, int x2, argument
138 buf2[k] + (y2+i)*stride2[k] + x2, size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dspeed.c488 unsigned char *buf=NULL,*buf2=NULL; local
787 if ((buf2=(unsigned char *)OPENSSL_malloc((int)BUFSIZE)) == NULL)
1988 ret=RSA_sign(NID_md5_sha1, buf,36, buf2, &rsa_num, rsa_key[j]);
2004 ret=RSA_sign(NID_md5_sha1, buf,36, buf2,
2024 ret=RSA_verify(NID_md5_sha1, buf,36, buf2, rsa_num, rsa_key[j]);
2039 ret=RSA_verify(NID_md5_sha1, buf,36, buf2,
2082 ret=DSA_sign(EVP_PKEY_DSA,buf,20,buf2,
2098 ret=DSA_sign(EVP_PKEY_DSA,buf,20,buf2,
2117 ret=DSA_verify(EVP_PKEY_DSA,buf,20,buf2,
2133 ret=DSA_verify(EVP_PKEY_DSA,buf,20,buf2,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dfasttimer.c820 static char buf2[2000];
871 DP(proc_fasttimer_read(buf2, NULL, 0, 0, 0));
899 printk("buf2:\n");
900 printk(buf2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c869 void *buf1, *buf2, *tmpbuf; local
893 buf1 = buf2 = NULL;
937 buf1 = buf2;
938 buf2 = tmpbuf;
1014 * (We set p2->data to buf2 before the call
1018 p2->data = buf2;
1027 buf2 = p2->data;
1135 if (buf2 != NULL)
1136 __os_ufree(env, buf2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_str.c241 pstring buf1, buf2; local
243 unix_strupper(t, strlen(t)+1, buf2, sizeof(buf2));
244 return strncmp(buf1,buf2,n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dt1_enc.c672 unsigned char *q,buf2[12]; local
688 out,buf2,sizeof buf2);
691 return sizeof buf2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dnxt200x.c100 u8 buf2 [len+1]; local
102 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf2, .len = len + 1 };
104 buf2[0] = reg;
105 memcpy(&buf2[1], buf, len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dt1_enc.c691 unsigned char *q,buf2[12]; local
707 out,buf2,sizeof buf2);
710 return sizeof buf2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dubd_kern.c1179 struct uml_stat buf1, buf2; local
1192 err = os_stat_file(from_cow, &buf2);
1197 if((buf1.ust_dev == buf2.ust_dev) && (buf1.ust_ino == buf2.ust_ino))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dfasttimer.c826 static char buf2[2000];
877 DP(proc_fasttimer_read(buf2, NULL, 0, 0, 0));
905 printk("buf2:\n");
906 printk(buf2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_route.c637 char buf2[BUFSIZ]; local
655 inet_ntop (AF_INET, &or->u.std.area_id, buf2,
668 inet_ntop (AF_INET, &or->u.std.area_id, buf2,
H A Dospf_spf.c819 char buf2[BUFSIZ];
837 buf2, BUFSIZ));
844 buf2, BUFSIZ));
817 char buf2[BUFSIZ]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_reg.c35 static uint32 reg_init_buffer2( BUFFER2 *buf2, REGISTRY_VALUE *val ) argument
39 if ( !buf2 || !val )
43 init_buffer2( buf2, (unsigned char*)regval_data_p(val), real_size );
1098 BUFFER2 buf2; local
1120 buf_len = reg_init_buffer2( &buf2, val );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drib.c997 char buf2[BUFSIZ];
1013 inet_ntop (AF_INET, gate, buf2, BUFSIZ),
1083 inet_ntop (AF_INET, gate, buf2, BUFSIZ),
2142 char buf2[BUFSIZ];
2158 inet_ntop (AF_INET6, gate, buf2, BUFSIZ),
2228 inet_ntop (AF_INET6, gate, buf2, BUFSIZ),
995 char buf2[BUFSIZ]; local
2137 char buf2[BUFSIZ]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci.h573 __le32 buf2; member in struct:ehci_iso_stream
H A Dehci-sched.c901 stream->buf2 = cpu_to_le32 (multi);
1424 itd->hw_bufp [2] = stream->buf2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c316 static char *ctime1(char *buf2) argument
323 strcpy(buf2, p);
324 p = buf2 + strlen(p) - 1;
327 return buf2;
2559 char buf2[32]; local
2606 strcpy(buf2, p);
2607 p = buf2 + strlen(p) - 1;
2610 url_fprintf(c->pb, "Date: %s GMT\r\n", buf2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-mode.el2207 buf2 start-1 end-1 start-2 end-2
2218 (setq buf2 (match-string-no-properties 1)
2237 (generate-new-buffer-name buf2)))
2243 (po-ediff-buffers-exit-recursive buf1 buf2 oldbuf end-2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Draw1394.c1417 byte_t *buf1, *buf2; local
1445 buf2 = buf1 + 2 * sizeof(*store);
1458 memcpy(buf2, &old, sizeof(*store));
1645 byte_t *buf1, *buf2; local
1673 buf2 = buf1 + 2 * sizeof(*store);
1686 memcpy(buf2, &old, sizeof(*store));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_attr.c971 char buf2[INET6_ADDRSTRLEN];
978 buf2, INET6_ADDRSTRLEN));
967 char buf2[INET6_ADDRSTRLEN]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_route.c1717 char buf1[DN_ASCBUF_LEN], buf2[DN_ASCBUF_LEN]; local
1722 dn_addr2asc(dn_ntohs(rt->rt_saddr), buf2),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dmisc.c242 asmlinkage int solaris_utssys(u32 buf, u32 flags, int which, u32 buf2) argument

Completed in 244 milliseconds

1234