Searched refs:p2 (Results 176 - 200 of 1562) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dplatform.c24 va_list p2; local
27 va_copy(p2, p);
32 va_end(p2);
38 r = vsnprintf(*string_ptr, r+1, format, p2);
39 va_end(p2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dnotify_rc.c125 char p2[16]; local
130 psname(getpid(), p2, sizeof(p2));
131 _dprintf("<rc_service> [i:%s] %d:notify_rc %s", p2, getpid(), event_name);
132 logmessage_normal("rc_service", "%s %d:notify_rc %s", p2, getpid(), event_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dnotify_rc.c125 char p2[16]; local
130 psname(getpid(), p2, sizeof(p2));
131 _dprintf("<rc_service> [i:%s] %d:notify_rc %s", p2, getpid(), event_name);
132 logmessage_normal("rc_service", "%s %d:notify_rc %s", p2, getpid(), event_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmsrledec.c138 int p1, p2, line=avctx->height - 1, pos=0, i; local
147 p2 = *src++;
148 if(p2 == 0) { //End-of-line
156 } else if(p2 == 1) { //End-of-picture
158 } else if(p2 == 2) { //Skip
160 p2 = *src++;
161 line -= p2;
171 if ((pic->linesize[0] > 0 && output + p2 * (depth >> 3) > output_end)
172 ||(pic->linesize[0] < 0 && output + p2 * (depth >> 3) < output_end)) {
173 src += p2 * (dept
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmsrledec.c138 int p1, p2, line=avctx->height - 1, pos=0, i; local
147 p2 = *src++;
148 if(p2 == 0) { //End-of-line
156 } else if(p2 == 1) { //End-of-picture
158 } else if(p2 == 2) { //Skip
160 p2 = *src++;
161 line -= p2;
171 if ((pic->linesize[0] > 0 && output + p2 * (depth >> 3) > output_end)
172 ||(pic->linesize[0] < 0 && output + p2 * (depth >> 3) < output_end)) {
173 src += p2 * (dept
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmsrledec.c138 int p1, p2, line=avctx->height - 1, pos=0, i; local
147 p2 = *src++;
148 if(p2 == 0) { //End-of-line
156 } else if(p2 == 1) { //End-of-picture
158 } else if(p2 == 2) { //Skip
160 p2 = *src++;
161 line -= p2;
171 if ((pic->linesize[0] > 0 && output + p2 * (depth >> 3) > output_end)
172 ||(pic->linesize[0] < 0 && output + p2 * (depth >> 3) < output_end)) {
173 src += p2 * (dept
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/libsmb/
H A Dclidgram.c38 char *ptr, *p2; local
86 p2 = smb_buf(ptr);
87 fstrcpy(p2,mailslot);
88 p2 = skip_string(ptr,MAX_DGRAM_SIZE,p2);
89 if (!p2) {
93 memcpy(p2,buf,len);
94 p2 += len;
96 dgram->datasize = PTR_DIFF(p2,ptr+4); /* +4 for tcp length. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/libsmb/
H A Dclidgram.c38 char *ptr, *p2; local
86 p2 = smb_buf(ptr);
87 fstrcpy(p2,mailslot);
88 p2 = skip_string(ptr,MAX_DGRAM_SIZE,p2);
89 if (!p2) {
93 memcpy(p2,buf,len);
94 p2 += len;
96 dgram->datasize = PTR_DIFF(p2,ptr+4); /* +4 for tcp length. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/libsmb/
H A Dclidgram.c38 char *ptr, *p2; local
86 p2 = smb_buf(ptr);
87 fstrcpy(p2,mailslot);
88 p2 = skip_string(ptr,MAX_DGRAM_SIZE,p2);
89 if (!p2) {
93 memcpy(p2,buf,len);
94 p2 += len;
96 dgram->datasize = PTR_DIFF(p2,ptr+4); /* +4 for tcp length. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/dsa/
H A Ddsa_pmeth.c160 static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
177 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
178 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
179 EVP_MD_type((const EVP_MD *)p2) != NID_sha256) {
183 dctx->md = p2;
187 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
188 EVP_MD_type((const EVP_MD *)p2) != NID_dsa &&
189 EVP_MD_type((const EVP_MD *)p2) != NID_dsaWithSHA &&
190 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
191 EVP_MD_type((const EVP_MD *)p2) !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/dsa/
H A Ddsa_pmeth.c160 static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
177 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
178 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
179 EVP_MD_type((const EVP_MD *)p2) != NID_sha256) {
183 dctx->md = p2;
187 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
188 EVP_MD_type((const EVP_MD *)p2) != NID_dsa &&
189 EVP_MD_type((const EVP_MD *)p2) != NID_dsaWithSHA &&
190 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
191 EVP_MD_type((const EVP_MD *)p2) !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/dsa/
H A Ddsa_pmeth.c160 static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
177 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
178 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
179 EVP_MD_type((const EVP_MD *)p2) != NID_sha256) {
183 dctx->md = p2;
187 if (EVP_MD_type((const EVP_MD *)p2) != NID_sha1 &&
188 EVP_MD_type((const EVP_MD *)p2) != NID_dsa &&
189 EVP_MD_type((const EVP_MD *)p2) != NID_dsaWithSHA &&
190 EVP_MD_type((const EVP_MD *)p2) != NID_sha224 &&
191 EVP_MD_type((const EVP_MD *)p2) !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dminiwget.c473 char * p1, *p2, *p3; local
489 p2 = strchr(p1, ']');
490 if(p2 && scope && scope < p2 && scope_id) {
499 l = p2 - scope;
516 l = p2 - scope;
525 if(p2 && p3)
527 p2++;
528 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p2-p1)));
529 if(*p2
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminiwget.c473 char * p1, *p2, *p3; local
489 p2 = strchr(p1, ']');
490 if(p2 && scope && scope < p2 && scope_id) {
499 l = p2 - scope;
516 l = p2 - scope;
525 if(p2 && p3)
527 p2++;
528 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p2-p1)));
529 if(*p2
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dultrasound.h75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \
80 *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\
95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2))
99 #define GUS_VOLUME_SCALE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dxor_32.h32 xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
67 "+r" (p1), "+r" (p2)
75 xor_pII_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
116 "+r" (p1), "+r" (p2), "+r" (p3)
124 xor_pII_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
170 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4)
179 xor_pII_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
238 "+r" (p1), "+r" (p2), "+r" (p3)
259 xor_p5_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
298 "+r" (p1), "+r" (p2)
306 xor_p5_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
363 xor_p5_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
429 xor_p5_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
587 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
640 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
701 xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
769 xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dxor_32.h32 xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
67 "+r" (p1), "+r" (p2)
75 xor_pII_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
116 "+r" (p1), "+r" (p2), "+r" (p3)
124 xor_pII_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
170 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4)
179 xor_pII_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
238 "+r" (p1), "+r" (p2), "+r" (p3)
259 xor_p5_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
298 "+r" (p1), "+r" (p2)
306 xor_p5_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
363 xor_p5_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
429 xor_p5_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
587 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
640 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
701 xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
769 xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dultrasound.h75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \
80 *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\
95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2))
99 #define GUS_VOLUME_SCALE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dultrasound.h75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \
80 *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\
95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2))
99 #define GUS_VOLUME_SCALE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dultrasound.h75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \
80 *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\
95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2))
99 #define GUS_VOLUME_SCALE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dultrasound.h75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \
80 *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\
95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2))
99 #define GUS_VOLUME_SCALE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminiwget.c473 char * p1, *p2, *p3; local
489 p2 = strchr(p1, ']');
490 if(p2 && scope && scope < p2 && scope_id) {
499 l = p2 - scope;
516 l = p2 - scope;
525 if(p2 && p3)
527 p2++;
528 strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p2-p1)));
529 if(*p2
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509v3/
H A Dv3_scts.c191 unsigned char *p, *p2; local
230 p2 = sct->sct;
232 sct->version = *p2++;
246 sct->logid = p2;
248 p2 += 32;
250 n2l8(p2, sct->timestamp);
252 n2s(p2, fieldlen);
255 sct->ext = p2;
257 p2 += fieldlen;
270 sct->hash_alg = *p2
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509v3/
H A Dv3_scts.c191 unsigned char *p, *p2; local
230 p2 = sct->sct;
232 sct->version = *p2++;
246 sct->logid = p2;
248 p2 += 32;
250 n2l8(p2, sct->timestamp);
252 n2s(p2, fieldlen);
255 sct->ext = p2;
257 p2 += fieldlen;
270 sct->hash_alg = *p2
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509v3/
H A Dv3_scts.c191 unsigned char *p, *p2; local
230 p2 = sct->sct;
232 sct->version = *p2++;
246 sct->logid = p2;
248 p2 += 32;
250 n2l8(p2, sct->timestamp);
252 n2s(p2, fieldlen);
255 sct->ext = p2;
257 p2 += fieldlen;
270 sct->hash_alg = *p2
[all...]

Completed in 184 milliseconds

1234567891011>>