Searched refs:p1 (Results 126 - 150 of 851) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dconsolemap.c215 u16 **p1, *p2; local
229 p1 = p->uni_pgdir[i];
230 if (!p1)
233 p2 = p1[j];
388 u16 **p1; local
393 if ((p1 = p->uni_pgdir[i]) != NULL) {
395 kfree(p1[j]);
396 kfree(p1);
436 u16 **p1, **q1; local
437 p1
468 u16 **p1, *p2; local
526 u16 **p1, *p2, l; local
640 u16 **p1, *p2; local
700 u16 **p1, *p2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtcrl.com15 $ if p1 .nes. "" then t = p1
56 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
67 $ backup/compare fff.p ff.p1
81 $ backup/compare f.p ff.p1
H A Dtreq.com15 $ if p1 .nes. "" then t = p1
56 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
67 $ backup/compare fff.p ff.p1
81 $ backup/compare f.p ff.p1
H A Dtsid.com15 $ if p1 .nes. "" then t = p1
56 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
67 $ backup/compare fff.p ff.p1
81 $ backup/compare f.p ff.p1
H A Dtx509.com15 $ if p1 .nes. "" then t = p1
56 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
67 $ backup/compare fff.p ff.p1
81 $ backup/compare f.p ff.p1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtcrl.com10 $ if p1 .nes. "" then t = p1
51 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
62 $ backup/compare fff.p ff.p1
76 $ backup/compare f.p ff.p1
H A Dtreq.com10 $ if p1 .nes. "" then t = p1
51 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
62 $ backup/compare fff.p ff.p1
76 $ backup/compare f.p ff.p1
H A Dtsid.com10 $ if p1 .nes. "" then t = p1
51 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
62 $ backup/compare fff.p ff.p1
76 $ backup/compare f.p ff.p1
H A Dtx509.com10 $ if p1 .nes. "" then t = p1
51 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
62 $ backup/compare fff.p ff.p1
76 $ backup/compare f.p ff.p1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtcrl.com15 $ if p1 .nes. "" then t = p1
56 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
67 $ backup/compare fff.p ff.p1
81 $ backup/compare f.p ff.p1
H A Dtreq.com15 $ if p1 .nes. "" then t = p1
56 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
67 $ backup/compare fff.p ff.p1
81 $ backup/compare f.p ff.p1
H A Dtsid.com15 $ if p1 .nes. "" then t = p1
56 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
67 $ backup/compare fff.p ff.p1
81 $ backup/compare f.p ff.p1
H A Dtx509.com15 $ if p1 .nes. "" then t = p1
56 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
67 $ backup/compare fff.p ff.p1
81 $ backup/compare f.p ff.p1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbf_buff.c275 char *p1,*p2; local
296 p1=ctx->ibuf;
299 if (p1[i] == '\n') ret++;
321 p1=OPENSSL_malloc((int)num);
322 if (p1 == NULL) goto malloc_error;
324 ctx->ibuf=p1;
351 p1=ctx->ibuf;
355 p1=(char *)OPENSSL_malloc((int)num);
356 if (p1 == NULL) goto malloc_error;
363 if (p1 !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dprefix.c128 prefix_same (struct prefix *p1, struct prefix *p2)
130 if (p1->family == p2->family && p1->prefixlen == p2->prefixlen)
132 if (p1->family == AF_INET)
133 if (IPV4_ADDR_SAME (&p1->u.prefix, &p2->u.prefix))
136 if (p1->family == AF_INET6 )
137 if (IPV6_ADDR_SAME (&p1->u.prefix, &p2->u.prefix))
147 prefix_cmp (struct prefix *p1, struct prefix *p2)
153 u_char *pp1 = (u_char *)&p1->u.prefix;
156 if (p1
127 prefix_same(struct prefix *p1, struct prefix *p2) argument
146 prefix_cmp(struct prefix *p1, struct prefix *p2) argument
[all...]
H A Dregex.c676 unsigned char *p1;
818 p1 = p + mcnt;
820 printf ("/succeed_n to %d, %d times", p1 - start, mcnt2);
825 p1 = p + mcnt;
827 printf ("/jump_n to %d, %d times", p1 - start, mcnt2);
832 p1 = p + mcnt;
834 printf ("/set_number_at location %d to %d", p1 - start, mcnt2);
1909 const char *p1;
2204 p1 = p;
2237 if (c == ']' && p != p1
671 unsigned char *p1; local
1896 const char *p1; local
3869 unsigned char *p1; local
5268 unsigned char *p1 = *p + 2; local
5376 unsigned char *p1 = p; local
5415 unsigned char *p1 = *p; local
5501 register const unsigned char *p1 = (const unsigned char *) s1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_oss.c346 unsigned short p1; local
357 p1 = *(unsigned short *) &event[4];
363 snd_emux_send_effect_oss(port, chan, p1, p2);
386 port->volume_atten = (short)p1;
393 chan->midi_pressure = p1;
399 reset_port_mode(port, p1);
412 if (p1 < EMUX_MD_END)
413 port->ctrls[p1] = p2;
420 emu->ops.oss_ioctl(emu, cmd, p1, p2);
436 unsigned short p1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Ddsputil_armv6.S107 .macro usad_y2 p0, p1, p2, p3, n0, n1, n2, n3
117 eor \n3, \p1, \n1
118 uhadd8 \p1, \p1, \n1
121 uadd8 \p1, \p1, \n3
123 usada8 r0, \p1, \p0, r0
128 ldr \p1, [r1, #8]
131 usada8 r0, \p2, \p1, r0
132 eor \p1, \p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbf_buff.c294 char *p1, *p2; local
315 p1 = ctx->ibuf;
317 if (p1[ctx->ibuf_off + i] == '\n')
339 p1 = OPENSSL_malloc((int)num);
340 if (p1 == NULL)
344 ctx->ibuf = p1;
366 p1 = ctx->ibuf;
369 p1 = (char *)OPENSSL_malloc((int)num);
370 if (p1 == NULL)
376 if (p1 !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbf_buff.c294 char *p1, *p2; local
315 p1 = ctx->ibuf;
317 if (p1[ctx->ibuf_off + i] == '\n')
339 p1 = OPENSSL_malloc((int)num);
340 if (p1 == NULL)
344 ctx->ibuf = p1;
366 p1 = ctx->ibuf;
369 p1 = (char *)OPENSSL_malloc((int)num);
370 if (p1 == NULL)
376 if (p1 !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86nasm.pl218 my($name,$p1,$p2)=@_;
224 $p1 =~ s/^[^\[]*\[/\[/;
227 $t=&conv($p1).",";
245 my($name,$p1)=@_;
247 push(@out,"\t$name\t".&conv($p1)."\n");
423 my($name,$p1)=@_;
426 push(@out,"\t$name\t".&conv($p1)."\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dmount.c243 const struct tomoyo_mount_acl *p1 = container_of(a, typeof(*p1), head); local
245 return tomoyo_same_acl_head(&p1->head, &p2->head) &&
246 tomoyo_same_name_union(&p1->dev_name, &p2->dev_name) &&
247 tomoyo_same_name_union(&p1->dir_name, &p2->dir_name) &&
248 tomoyo_same_name_union(&p1->fs_type, &p2->fs_type) &&
249 tomoyo_same_number_union(&p1->flags, &p2->flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cmac/
H A Dcm_pmeth.c122 static int pkey_cmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
128 if (!p2 || p1 < 0)
130 if (!CMAC_Init(cmctx, p2, p1, NULL, NULL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cmac/
H A Dcm_pmeth.c122 static int pkey_cmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
128 if (!p2 || p1 < 0)
130 if (!CMAC_Init(cmctx, p2, p1, NULL, NULL))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcfctrl.c59 static bool param_eq(struct cfctrl_link_param *p1, struct cfctrl_link_param *p2) argument
62 p1->linktype == p2->linktype &&
63 p1->priority == p2->priority &&
64 p1->phyid == p2->phyid &&
65 p1->endpoint == p2->endpoint && p1->chtype == p2->chtype;
70 switch (p1->linktype) {
74 return p1->u.datagram.connid == p2->u.datagram.connid;
77 p1->u.rfm.connid == p2->u.rfm.connid &&
78 strcmp(p1
[all...]

Completed in 101 milliseconds

1234567891011>>