Searched refs:p1 (Results 351 - 375 of 851) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A DXGI_accel.h269 #define XGI300SetupMONOPAT(p0,p1) \
272 MMIO_OUT32(xgi_video_info.mmio_vbase, BR(12), p1);\
430 #define XGI310SetupMONOPAT(p0,p1) \
433 MMIO_OUT32(xgi_video_info.mmio_vbase, MONO_MASK+4, p1);\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis_accel.h239 #define SiS300SetupMONOPAT(p0,p1) \
242 MMIO_OUT32(ivideo->mmio_vbase, BR(12), p1);\
365 #define SiS310SetupMONOPAT(p0,p1) \
368 MMIO_OUT32(ivideo->mmio_vbase, MONO_MASK+4, p1);\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c1120 unsigned int p1[] = {193,15,0}; local
1130 BN_GF2m_arr2poly(p1, b[1]);
1178 unsigned int p1[] = {193,15,0}; local
1191 BN_GF2m_arr2poly(p1, b[1]);
1249 unsigned int p1[] = {193,15,0}; local
1258 BN_GF2m_arr2poly(p1, b[1]);
1308 unsigned int p1[] = {193,15,0}; local
1317 BN_GF2m_arr2poly(p1, b[1]);
1363 unsigned int p1[] = {193,15,0}; local
1374 BN_GF2m_arr2poly(p1,
1426 unsigned int p1[] = {193,15,0}; local
1497 unsigned int p1[] = {193,15,0}; local
1556 unsigned int p1[] = {193,15,0}; local
[all...]
H A Dtestssl.com8 $ if p1 .eqs. ""
12 $ key=p1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c75 #define BCMP(p1, p2, n) bcmp((char *)(p1), (char *)(p2), (int)(n))
77 #define BCOPY(p1, p2, n) bcopy((char *)(p1), (char *)(p2), (int)(n))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dwinbind.c174 char *p1 = NULL, *p2 = NULL; local
182 if (!(p1 = strchr(hexchars, toupper(strhex[i]))))
191 hinybble = (p1 - hexchars);
197 p1 = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/auth/
H A Dpass_check.c413 char *p1; local
426 p1 = crypt(p2, salt);
427 strncat(result, p1 + 2,
428 AUTH_MAX_PASSWD_LENGTH - strlen(p1 + 2) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtestssl.com13 $ if p1 .eqs. ""
17 $ key=p1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbntest.c1120 unsigned int p1[] = {193,15,0}; local
1130 BN_GF2m_arr2poly(p1, b[1]);
1178 unsigned int p1[] = {193,15,0}; local
1191 BN_GF2m_arr2poly(p1, b[1]);
1249 unsigned int p1[] = {193,15,0}; local
1258 BN_GF2m_arr2poly(p1, b[1]);
1308 unsigned int p1[] = {193,15,0}; local
1317 BN_GF2m_arr2poly(p1, b[1]);
1363 unsigned int p1[] = {193,15,0}; local
1374 BN_GF2m_arr2poly(p1,
1426 unsigned int p1[] = {193,15,0}; local
1497 unsigned int p1[] = {193,15,0}; local
1556 unsigned int p1[] = {193,15,0}; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dncp_fs_sb.h110 __u16 p1 __packed;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dzebra_snmp.c174 in_addr_cmp(u_char *p1, u_char *p2)
180 if (*p1 < *p2)
182 if (*p1 > *p2)
184 p1++; p2++;
171 in_addr_cmp(u_char *p1, u_char *p2) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dptrace.h75 long p1; member in struct:pt_regs
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dpfkey_dump.c531 str_upperspec(ulp, p1, p2)
532 u_int ulp, p1, p2;
538 if (!(p1 == IPSEC_PORT_ANY && p2 == IPSEC_PORT_ANY))
539 printf(" %d,%d", p1, p2);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dvjcompress.c71 #define BCMP(p1, p2, n) bcmp((char *)(p1), (char *)(p2), (int)(n))
73 #define BCOPY(p1, p2, n) bcopy((char *)(p1), (char *)(p2), (int)(n))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8dsp.c149 int av_unused p1 = p[-2*stride];\
167 a += clip_int8(p1 - q1);
184 p[-2*stride] = cm[p1 + a];
192 return 2*FFABS(p0-q0) + (FFABS(p1-q1) >> 1) <= flim;
203 && FFABS(p3-p2) <= I && FFABS(p2-p1) <= I && FFABS(p1-p0) <= I
211 return FFABS(p1-p0) > thresh || FFABS(q1-q0) > thresh;
221 w = clip_int8(p1-q1);
229 p[-2*stride] = cm[p1 + a1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp8dsp.c250 int av_unused p1 = p[-2 * stride]; \
269 a += clip_int8(p1 - q1);
290 p[-2 * stride] = cm[p1 + a];
318 return 2 * FFABS(p0 - q0) + (FFABS(p1 - q1) >> 1) <= flim;
332 FFABS(p3 - p2) <= I && FFABS(p2 - p1) <= I && \
333 FFABS(p1 - p0) <= I && FFABS(q3 - q2) <= I && \
344 return FFABS(p1 - p0) > thresh || FFABS(q1 - q0) > thresh;
354 w = clip_int8(p1 - q1);
362 p[-2 * stride] = cm[p1 + a1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c872 u8 p1; local
965 p1 = 5;
971 p1 = 2;
974 PCTRL_CMD_SILON, 1, &p1);
980 p1 = ch->newmod;
985 ch->cmd, 1, &p1);
1012 p1 = ch->newmod;
1017 ch->cmd, 1, &p1);
1352 u8 ctrl = 0, nom = 0, p1 = 0; local
1359 p1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dh264_altivec.c694 register vec_u8 p1,
704 tempmask = diff_lt_altivec(p1, p0, beta);
712 // out: newp1 = clip((p2 + ((p0 + q0 + 1) >> 1)) >> 1, p1-tc0, p1+tc0)
714 register vec_u8 p1,
732 max = vec_adds(p1, tc0);
733 min = vec_subs(p1, tc0);
739 #define h264_deblock_p0_q0(p0, p1, q0, q1, tc0masked) { \
753 stage1 = vec_avg(p1, q1minus); /* (p1
693 h264_deblock_mask( register vec_u8 p0, register vec_u8 p1, register vec_u8 q0, register vec_u8 q1, register vec_u8 alpha, register vec_u8 beta) argument
713 h264_deblock_q1(register vec_u8 p0, register vec_u8 p1, register vec_u8 p2, register vec_u8 q0, register vec_u8 tc0) argument
821 register vec_u8 p1 = vec_ld(-2*stride, pix); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dmixer.c635 void *p1; local
638 while ((p1 = find_audio_control_unit(state, id)) != NULL) {
639 unsigned char *hdr = p1;
644 struct uac_input_terminal_descriptor *d = p1;
650 struct uac2_input_terminal_descriptor *d = p1;
664 struct uac_feature_unit_descriptor *d = p1;
669 struct uac_mixer_unit_descriptor *d = p1;
678 struct uac_selector_unit_descriptor *d = p1;
689 struct uac_processing_unit_descriptor *d = p1;
701 struct uac_clock_source_descriptor *d = p1;
1840 unsigned char *p1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A DMakefile576 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
578 || test -f $$p1 \
580 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dreplace.h481 #define PTR_DIFF(p1,p2) ((ptrdiff_t)(((const char *)(p1)) - (const char *)(p2)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dpassdb.c365 char *p1, *p2; local
374 p1 = strchr(hexchars, hinybble);
377 if (!p1 || !p2)
380 hinybble = PTR_DIFF(p1, hexchars);
414 char *p1, *p2; local
424 p1 = strchr(hexchars, hinybble);
427 if (!p1 || !p2) {
431 hinybble = PTR_DIFF(p1, hexchars);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A DMakefile.in426 while read p p1; do if test -f $$p || test -f $$p1; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_nuron.c218 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
225 /* let rr = a1 ^ p1 mod m */
226 if (!nuron_mod_exp(rr, a1, p1, m, ctx))
217 nuron_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtestenc.com8 $ if (p1 .eqs. 64) then __arch = __arch+ "_64"

Completed in 393 milliseconds

<<11121314151617181920>>