Searched refs:p1 (Results 1 - 25 of 851) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dxor.h19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
24 p1[0] ^= p2[0];
25 p1[1] ^= p2[1];
26 p1[2] ^= p2[2];
27 p1[3] ^= p2[3];
28 p1[4] ^= p2[4];
29 p1[5] ^= p2[5];
30 p1[6] ^= p2[6];
31 p1[7] ^= p2[7];
32 p1
38 xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
59 xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
81 xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
104 xor_32regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
140 xor_32regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
186 xor_32regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
241 xor_32regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
305 xor_8regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
331 xor_8regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
361 xor_8regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
395 xor_8regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
432 xor_32regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
477 xor_32regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
534 xor_32regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
602 xor_32regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dmemcmp.c54 unsigned char *p1 = (unsigned char *)s1, local
57 if (*p1++ != *p2++)
58 return (*--p1 - *--p2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dultrasound.h75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \
79 *(unsigned short*)&_seqbuf[_seqbufptr+4] = p1;\
83 #define GUS_NUMVOICES(chn, p1) _GUS_CMD(chn, 0, _GUS_NUMVOICES, (p1), 0)
84 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0) /* OBSOLETE */
85 #define GUS_VOICEON(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0)
88 #define GUS_VOICEMODE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEMODE, (p1),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dc-strcasecmp.c30 register const unsigned char *p1 = (const unsigned char *) s1; local
34 if (p1 == p2)
39 c1 = c_tolower (*p1);
45 ++p1;
H A Dc-strncasecmp.c30 register const unsigned char *p1 = (const unsigned char *) s1; local
34 if (p1 == p2 || n == 0)
39 c1 = c_tolower (*p1);
45 ++p1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dc-strcasecmp.c30 register const unsigned char *p1 = (const unsigned char *) s1; local
34 if (p1 == p2)
39 c1 = c_tolower (*p1);
45 ++p1;
H A Dc-strncasecmp.c30 register const unsigned char *p1 = (const unsigned char *) s1; local
34 if (p1 == p2 || n == 0)
39 c1 = c_tolower (*p1);
45 ++p1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dc-strcasecmp.c30 register const unsigned char *p1 = (const unsigned char *) s1; local
34 if (p1 == p2)
39 c1 = c_tolower (*p1);
45 ++p1;
H A Dc-strncasecmp.c30 register const unsigned char *p1 = (const unsigned char *) s1; local
34 if (p1 == p2 || n == 0)
39 c1 = c_tolower (*p1);
45 ++p1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dc-strcasecmp.c30 register const unsigned char *p1 = (const unsigned char *) s1; local
34 if (p1 == p2)
39 c1 = c_tolower (*p1);
45 ++p1;
H A Dc-strncasecmp.c30 register const unsigned char *p1 = (const unsigned char *) s1; local
34 if (p1 == p2 || n == 0)
39 c1 = c_tolower (*p1);
45 ++p1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dxor_32.h24 sparc_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
51 : "r" (p1), "r" (p2)
55 p1 += 8;
61 sparc_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
101 : "r" (p1), "r" (p2), "r" (p3)
105 p1 += 8;
112 sparc_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
164 : "r" (p1), "r" (p2), "r" (p3), "r" (p4)
168 p1 += 8;
176 sparc_5(unsigned long bytes, unsigned long *p1, unsigne argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf561/
H A Datomic.S100 [--sp] = p1;
107 GET_CPUID(p1, r7);
114 p1.l = _barrier_mask;
115 p1.h = _barrier_mask;
116 r7 = [p1];
123 [p1] = r7;
128 p1 = [sp++]; define
139 [--sp] = p1;
146 GET_CPUID(p1, r7);
153 p1
177 p1 = [sp++]; define
195 p1 = r1; define
252 p1 = r1; define
271 p1 = r0; define
290 p1 = r0; define
326 p1 = r0; define
358 p1 = r0; define
380 p1 = r0; define
419 p1 = r0; define
454 p1 = r0; define
472 p1 = r0; define
521 p1 = r0; define
560 p1 = r0; define
586 p1 = r0; define
609 p1 = r0; define
633 p1 = r0; define
657 p1 = r0; define
683 p1 = r0; define
703 p1 = r0; \\ define
741 p1 = r0; \\ define
906 p1 = r0; define
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A Dbt_compare2.cs24 u_char *p1, *p2;
32 for (p1 = a-__GT__data, p2 = b-__GT__data, len = 5; len--; ++p1, ++p2)
33 if (*p1 != *p2)
34 return ((long)*p1 - (long)*p2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/alisp/
H A Dalisp_snd.c147 struct alisp_object * p1, * p2; local
154 p1 = lexpr->value.c.cdr = new_object(instance, ALISP_OBJ_CONS);
156 p1 = lexpr->value.c.car = new_object(instance, ALISP_OBJ_CONS);
158 lexpr = p1;
159 if (p1 == NULL) {
163 p1->value.c.car = new_object(instance, ALISP_OBJ_CONS);
164 if ((p2 = p1->value.c.car) == NULL)
173 delete_tree(instance, p1);
185 struct alisp_object * p1; local
192 p1
208 struct alisp_object * lexpr, * p1; local
231 struct alisp_object * lexpr, * p1; local
250 struct alisp_object * lexpr, * p1; local
288 struct alisp_object *p1, *p2; local
314 struct alisp_object *p1; local
336 struct alisp_object * p1; local
362 struct alisp_object * p1; local
376 struct alisp_object * p1; local
390 struct alisp_object * p1; local
408 struct alisp_object * p1; local
428 struct alisp_object * p1; local
446 struct alisp_object * lexpr, * p1; local
489 struct alisp_object *p1; local
527 struct alisp_object *p1; local
548 struct alisp_object * lexpr, * p1, * p2; local
628 struct alisp_object * lexpr, * p1 = NULL, * obj; local
692 struct alisp_object * p1 = NULL, * obj; local
759 struct alisp_object * lexpr, * p1; local
818 acall_compar(const void *p1, const void *p2) argument
826 struct alisp_object * p1, *p2; local
852 struct alisp_object *p1; local
867 struct alisp_object *p1; local
885 struct alisp_object * p = args, * p1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtesttsa.com61 $ INDEX=p1
80 $ openssl ts -query -in 'p1' -text
106 $ openssl ts -reply -in 'p1' -text
113 $ openssl ts -reply -section 'p3' -queryfile 'p1' -out 'p2'
132 $ openssl ts -reply -queryfile 'p1' -text -token_out
139 $ openssl ts -verify -queryfile 'p1' -in 'p2' -
153 $ openssl ts -verify -queryfile "''p1'" -in "''p2'-token" -
164 $ openssl ts -verify -queryfile 'p1' -in 'p2' -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtesttsa.com61 $ INDEX=p1
80 $ openssl ts -query -in 'p1' -text
106 $ openssl ts -reply -in 'p1' -text
113 $ openssl ts -reply -section 'p3' -queryfile 'p1' -out 'p2'
132 $ openssl ts -reply -queryfile 'p1' -text -token_out
139 $ openssl ts -verify -queryfile 'p1' -in 'p2' -
153 $ openssl ts -verify -queryfile "''p1'" -in "''p2'-token" -
164 $ openssl ts -verify -queryfile 'p1' -in 'p2' -
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dkvm_para.h43 static inline long kvm_hypercall1(unsigned long nr, unsigned long p1) argument
46 register unsigned long __p1 asm("2") = p1;
54 static inline long kvm_hypercall2(unsigned long nr, unsigned long p1, argument
58 register unsigned long __p1 asm("2") = p1;
68 static inline long kvm_hypercall3(unsigned long nr, unsigned long p1, argument
72 register unsigned long __p1 asm("2") = p1;
84 static inline long kvm_hypercall4(unsigned long nr, unsigned long p1, argument
89 register unsigned long __p1 asm("2") = p1;
101 static inline long kvm_hypercall5(unsigned long nr, unsigned long p1, argument
106 register unsigned long __p1 asm("2") = p1;
119 kvm_hypercall6(unsigned long nr, unsigned long p1, unsigned long p2, unsigned long p3, unsigned long p4, unsigned long p5, unsigned long p6) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstrcasecmp.c37 const unsigned char *p1 = (const unsigned char *) s1; local
41 if (p1 == p2)
46 c1 = TOLOWER (*p1);
52 ++p1;
H A Dstrncasecmp.c37 register const unsigned char *p1 = (const unsigned char *) s1; local
41 if (p1 == p2 || n == 0)
46 c1 = TOLOWER (*p1);
52 ++p1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/talloc/
H A Dtestsuite.c108 void *root, *p1, *p2, *ref, *r1; local
113 p1 = talloc_named_const(root, 1, "p1");
114 p2 = talloc_named_const(p1, 1, "p2");
115 talloc_named_const(p1, 1, "x1");
116 talloc_named_const(p1, 2, "x2");
117 talloc_named_const(p1, 3, "x3");
123 CHECK_BLOCKS("ref1", p1, 5);
131 CHECK_BLOCKS("ref1", p1, 5);
135 fprintf(stderr, "Freeing p1\
164 void *root, *p1, *p2, *ref, *r1; local
219 void *root, *p1, *p2, *ref, *r1; local
258 void *root, *p1, *p2, *ref, *r1; local
308 void *root, *p1, *p2, *ref, *r1; local
357 void *root, *p1; local
511 void *root, *p1, *p2; local
648 void *root, *p1, *p2; local
734 void *root, *p1; local
759 void *root, *p1, *p2, *c1; local
803 void *p1, *p2, *p3; local
820 void *p1, *p2, *p3; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dobscure.c44 static int string_checker_helper(const char *p1, const char *p2) __attribute__ ((__pure__));
46 static int string_checker_helper(const char *p1, const char *p2) argument
49 if (strcasecmp(p1, p2) == 0
51 || strcasestr(p2, p1) != NULL
53 || strcasestr(p1, p2) != NULL)
58 static int string_checker(const char *p1, const char *p2) argument
62 int ret = string_checker_helper(p1, p2);
64 char *p = xstrdup(p1);
69 *p = p1[size];
73 p -= strlen(p1);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh263dsp.c39 int p1 = src[y * stride - 1]; local
42 int d = (p0 - p3 + 4 * (p2 - p1)) / 8;
55 p1 += d1;
57 if (p1 & 256)
58 p1 = ~(p1 >> 31);
62 src[y * stride - 1] = p1;
82 int p1 = src[x - 1 * stride]; local
85 int d = (p0 - p3 + 4 * (p2 - p1)) / 8;
98 p1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dscopeguard.h166 static wxScopeGuardImpl1<F, P1> MakeGuard(F fun, P1 p1) argument
168 return wxScopeGuardImpl1<F, P1>(fun, p1);
176 wxScopeGuardImpl1(F fun, P1 p1) : m_fun(fun), m_p1(p1) { } argument
185 inline wxScopeGuardImpl1<F, P1> wxMakeGuard(F fun, P1 p1) argument
187 return wxScopeGuardImpl1<F, P1>::MakeGuard(fun, p1);
198 static wxScopeGuardImpl2<F, P1, P2> MakeGuard(F fun, P1 p1, P2 p2) argument
200 return wxScopeGuardImpl2<F, P1, P2>(fun, p1, p2);
208 wxScopeGuardImpl2(F fun, P1 p1, P2 p2) : m_fun(fun), m_p1(p1), m_p argument
218 wxMakeGuard(F fun, P1 p1, P2 p2) argument
264 MakeObjGuard(Obj& obj, MemFun memFun, P1 p1) argument
274 wxObjScopeGuardImpl1(Obj& obj, MemFun memFun, P1 p1) argument
284 wxMakeObjGuard(Obj& obj, MemFun memFun, P1 p1) argument
294 MakeObjGuard(Obj& obj, MemFun memFun, P1 p1, P2 p2) argument
304 wxObjScopeGuardImpl2(Obj& obj, MemFun memFun, P1 p1, P2 p2) argument
315 wxMakeObjGuard(Obj& obj, MemFun memFun, P1 p1, P2 p2) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Ddeltree.com3 $ call deltree 'p1'
10 $ if f$parse(p1) .eqs. "" then exit
11 $ set default 'f$parse(p1,,,"DEVICE")''f$parse(p1,,,"DIRECTORY")'
12 $ p1 = f$parse(p1,,,"NAME") + f$parse(p1,,,"TYPE")
13 $ _fp = f$parse(".DIR",p1)
20 $ _fp = f$parse(p1,".;*")

Completed in 208 milliseconds

1234567891011>>