Searched refs:dp (Results 1 - 25 of 347) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dtftpd.c487 struct tftphdr *dp; local
494 dp = &b->buf.hdr;
498 b->counter = read(fileno(file), dp->th_data, SEGSIZE); */
500 memcpy(dp->th_data, test->rptr, copy_n);
509 p = dp->th_data;
534 b->counter = (int)(p - dp->th_data);
566 struct tftphdr *dp; local
584 dp = &b->buf.hdr;
586 writebuf = dp->th_data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A D8bps.c68 const unsigned char *lp, *dp; local
85 dp = encoded + planes * (height << 1);
104 if(dp + 1 >= buf+buf_size) return -1;
105 if ((count = *dp++) <= 127) {
110 if(dp + count > buf+buf_size) return -1;
112 *pixptr = *dp++;
120 *pixptr = *dp;
123 dp++;
H A Dvmdav.c196 unsigned char *dp; /* pointer to current frame */ local
250 dp = &s->frame.data[0][frame_y * s->frame.linesize[0] + frame_x];
263 memcpy(&dp[ofs], pb, len);
270 memcpy(&dp[ofs], &pp[ofs], len + 1);
279 dp += s->frame.linesize[0];
286 memcpy(dp, pb, frame_width);
288 dp += s->frame.linesize[0];
301 len = rle_unpack(pb, &dp[ofs], len, frame_width - ofs);
303 memcpy(&dp[ofs], pb, len);
310 memcpy(&dp[of
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dalbumart.c104 struct dirent *dp; local
127 while ((dp = readdir(dh)) != NULL)
129 switch( dp->d_type )
136 snprintf(file, sizeof(file), "%s/%s", dir, dp->d_name);
145 if( (*(dp->d_name) != '.') &&
146 (is_video(dp->d_name) || is_audio(dp->d_name)) &&
147 (album_art || strncmp(dp->d_name, match, ncmp) == 0) )
149 DPRINTF(E_DEBUG, L_METADATA, "New file %s looks like cover art for %s\n", path, dp->d_name);
150 snprintf(file, sizeof(file), "%s/%s", dir, dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dalbumart.c112 struct dirent *dp; local
137 while ((dp = readdir(dh)) != NULL)
139 switch( dp->d_type )
146 asprintf(&file, "%s/%s", dir, dp->d_name);
156 if( (*(dp->d_name) != '.') &&
157 (is_video(dp->d_name) || is_audio(dp->d_name)) &&
158 (album_art_name || strncmp(dp->d_name, match, ncmp) == 0) )
160 DPRINTF(E_DEBUG, L_METADATA, "New file %s looks like cover art for %s\n", path, dp->d_name);
161 asprintf(&file, "%s/%s", dir, dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dalbumart.c112 struct dirent *dp; local
137 while ((dp = readdir(dh)) != NULL)
139 switch( dp->d_type )
146 asprintf(&file, "%s/%s", dir, dp->d_name);
156 if( (*(dp->d_name) != '.') &&
157 (is_video(dp->d_name) || is_audio(dp->d_name)) &&
158 (album_art_name || strncmp(dp->d_name, match, ncmp) == 0) )
160 DPRINTF(E_DEBUG, L_METADATA, "New file %s looks like cover art for %s\n", path, dp->d_name);
161 asprintf(&file, "%s/%s", dir, dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex426 \dimen@=\dp#1\relax \unvbox#1\relax
777 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox
821 \advance\dimen2 by \dp\strutbox
879 \def\strutdepth{\dp\strutbox}
7526 \splitmaxdepth\dp\strutbox
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bf/
H A Dbf_ofb64.c73 register char *dp; local
83 dp=(char *)d;
84 l2n(v0,dp);
85 l2n(v1,dp);
91 dp=(char *)d;
92 t=ti[0]; l2n(t,dp);
93 t=ti[1]; l2n(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc2W.s44 ; global data pointer ; r27 (dp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/cast/
H A Dc_ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2n(v0,dp);
86 l2n(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dofb64ede.c75 register char *dp; local
85 dp=(char *)d;
86 l2c(v0,dp);
87 l2c(v1,dp);
98 dp=(char *)d;
99 l2c(v0,dp);
100 l2c(v1,dp);
H A Dofb64enc.c73 register unsigned char *dp; local
83 dp=d;
84 l2c(v0,dp);
85 l2c(v1,dp);
91 dp=d;
92 t=ti[0]; l2c(t,dp);
93 t=ti[1]; l2c(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_ubsec.c88 const BIGNUM *q, const BIGNUM *dp,
620 const BIGNUM *q, const BIGNUM *dp,
650 (unsigned char *)dp->d, BN_num_bits(dp),
619 ubsec_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dp, const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/idea/
H A Di_ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2n(v0,dp);
86 l2n(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc2/
H A Drc2ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2c(v0,dp);
86 l2c(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc5/
H A Drc5ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2c(v0,dp);
86 l2c(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dspeed16.bat25 perl Configure b2-is-ri-dp
H A Dspeed32.bat25 perl Configure b2-is-ri-dp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dspeed.sh30 perl Configure b2-is-ri-dp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h155 #define CCP_CODE(dp) ((dp)[0])
156 #define CCP_ID(dp) ((dp)[1])
157 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
160 #define CCP_OPT_CODE(dp) ((dp)[0])
161 #define CCP_OPT_LENGTH(dp) ((d
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h125 #define CCP_CODE(dp) ((dp)[0])
126 #define CCP_ID(dp) ((dp)[1])
127 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
130 #define CCP_OPT_CODE(dp) ((dp)[0])
131 #define CCP_OPT_LENGTH(dp) ((d
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dif_ppp.c668 unsigned char *cp, *dp; local
682 dp = mtod(m, unsigned char *);
719 dp = mtod(m, unsigned char *);
725 bcopy(cp, dp, n);
727 dp += n;
745 unsigned char *cp, *dp; local
776 dp = mp->b_rptr += off;
783 bcopy(cp, dp, n);
785 dp += n;
788 mp->b_wptr = dp;
[all...]
H A Dppp_ahdlc.c584 uchar_t *dp, fcs_val; local
664 for (dp = tmp->b_rptr; dp < tmp->b_wptr; dp++) {
665 fcs = PPP_FCS(fcs, *dp);
666 if (IN_TX_MAP(*dp, xaccm)) {
668 *outmp->b_wptr++ = *dp ^ PPP_TRANS;
670 *outmp->b_wptr++ = *dp;
731 uchar_t *dp; local
742 for (dp
[all...]
H A Dppp_comp.c613 unsigned char *vjhdr, *dp; local
681 dp = vjhdr - PPP_HDRLEN;
682 dp[1] = mp->b_rptr[1]; /* copy control field */
683 dp[0] = mp->b_rptr[0]; /* copy address field */
684 dp[2] = 0; /* set protocol field */
685 dp[3] = proto = PPP_VJC_COMP;
686 mp->b_rptr = dp;
798 uchar_t *dp, *iphdr; local
857 dp = mp->b_rptr + hlen - PPP_HDRLEN;
858 if (dp < m
1051 unsigned char *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dchap-new.c155 chap_register_digest(struct chap_digest_type *dp) argument
157 dp->next = chap_digests;
158 chap_digests = dp;
197 struct chap_digest_type *dp; local
203 for (dp = chap_digests; dp != NULL; dp = dp->next)
204 if (dp->code == digest_code)
206 if (dp
227 struct chap_digest_type *dp; local
[all...]

Completed in 245 milliseconds

1234567891011>>