Searched refs:p1 (Results 376 - 400 of 851) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtestss.com8 $ if (p1 .eqs. "64") then __arch = __arch+ "_64"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_qt.cpp240 (const char* p1, const char* p2, long s), (p1,p2,s) )
273 wxDL_VOIDMETHOD_DEFINE(PrePrerollMovie, (Movie m, long t, Fixed r, WXFARPROC p1, void* p2), (m,t,r,p1,p2) )
283 wxDL_VOIDMETHOD_DEFINE(NativeEventToMacEvent, (MSG* p1, EventRecord* p2), (p1,p2))
285 wxDL_METHOD_DEFINE(int, MCSetMovie, (ComponentInstance ci, Movie m, void* p1, Point w),
286 (ci,m,p1,w),0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_apple.c225 _TIFFmemcmp(const tdata_t p1, const tdata_t p2, tsize_t c) argument
227 return (memcmp(p1, p2, (size_t) c));
H A Dtif_atari.c219 _TIFFmemcmp(const tdata_t p1, const tdata_t p2, tsize_t c) argument
221 return (memcmp(p1, p2, (size_t) c));
H A Dtif_win32.c265 _TIFFmemcmp(const tdata_t p1, const tdata_t p2, tsize_t c) argument
267 register const BYTE *pb1 = (const BYTE *) p1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp934 const wxChar *p1, *p2; local
935 for (p1 = thepage.c_str(), p2 = m_LastPage.c_str();
936 *p1 != 0 && *p1 != _T('#') && *p1 == *p2; p1++, p2++) {}
940 if (*p1 == 0 || *p1 == _T('#'))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Dsa.c149 * @p1: first parameter
157 u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6,
169 sa_writel(dev, Mailbox1, p1);
156 sa_sync_cmd(struct aac_dev *dev, u32 command, u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, u32 *ret, u32 *r1, u32 *r2, u32 *r3, u32 *r4) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Domap2.c316 struct page *p1; local
321 p1 = vmalloc_to_page(buf);
322 if (!p1)
324 buf = page_address(p1) + ((size_t)buf & ~PAGE_MASK);
393 struct page *p1; local
398 p1 = vmalloc_to_page(buf);
399 if (!p1)
401 buf = page_address(p1) + ((size_t)buf & ~PAGE_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-kde.c62 numbered_arg_compare (const void *p1, const void *p2) argument
65 unsigned int n1 = ((const struct numbered_arg *) p1)->number - 1;
H A Dformat-librep.c85 numbered_arg_compare (const void *p1, const void *p2) argument
87 unsigned int n1 = ((const struct numbered_arg *) p1)->number;
H A Dformat-perl-brace.c55 named_arg_compare (const void *p1, const void *p2) argument
57 return strcmp (((const struct named_arg *) p1)->name,
H A Dformat-sh.c72 named_arg_compare (const void *p1, const void *p2) argument
74 return strcmp (((const struct named_arg *) p1)->name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_nuron.c219 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
226 /* let rr = a1 ^ p1 mod m */
227 if (!nuron_mod_exp(rr,a1,p1,m,ctx))
218 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/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dans.c195 static int cc_len(int p0,int p1) argument
225 return cc_table[p0*10+p1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/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/test/
H A Dtestenc.com8 $ if (p1 .eqs. 64) then __arch = __arch+ "_64"
H A Dtestss.com8 $ if (p1 .eqs. "64") then __arch = __arch+ "_64"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdhuff.c808 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ local
835 (*block)[0] |= p1;
858 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ local
909 s = p1; /* newly nonzero coef is positive */
933 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
935 *thiscoef += p1;
967 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it */
969 *thiscoef += p1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dmakesfx.c30 # define getchid(p1) p1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A DMakefile224 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
227 p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
228 f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c410 u16 p1, p2, h_inc; local
443 p1 = hor_timing_NTSC[H_TABLE_POS1];
446 p1 = hor_timing_PAL[H_TABLE_POS1];
450 p1 = (u16)((int)p1 + h_offset);
453 h_changed = (p1 != tv_dac->tv.h_code_timing[H_TABLE_POS1] ||
456 tv_dac->tv.h_code_timing[H_TABLE_POS1] = p1;
478 DRM_DEBUG_KMS("compute_restarts: def = %u h = %d v = %d, p1 = %04x, p2 = %04x, restart = %d\n",
479 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_branch.c299 static int annotated_branch_stat_cmp(void *p1, void *p2) argument
301 struct ftrace_branch_data *a = p1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A DMakefile238 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
241 p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
242 f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A DMakefile223 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
226 p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
227 f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A DMakefile195 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
198 p1=`echo "$$p1" | sed -e 's,^.*/,,'`; \
199 f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \

Completed in 140 milliseconds

<<11121314151617181920>>