Searched refs:p4 (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-9.3-release/share/doc/psd/04.uprog/
H A DMakefile5 SRCS= p.mac p0 p1 p2 p3 p4 p5 p6 p8 p9
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_util.h117 #define LINUX_CTR6(f, m, p1, p2, p3, p4, p5, p6) do { \
120 p1, p2, p3, p4, p5, p6); \
128 #define LINUX_CTR4(f, m, p1, p2, p3, p4) LINUX_CTR6(f, m, p1, p2, p3, p4, 0, 0)
129 #define LINUX_CTR5(f, m, p1, p2, p3, p4, p5) LINUX_CTR6(f, m, p1, p2, p3, p4, p5, 0)
136 #define LINUX_CTR4(f, m, p1, p2, p3, p4)
137 #define LINUX_CTR5(f, m, p1, p2, p3, p4, p5)
138 #define LINUX_CTR6(f, m, p1, p2, p3, p4, p5, p6)
/freebsd-9.3-release/sys/sys/
H A Dktr.h127 #define CTR6(m, format, p1, p2, p3, p4, p5, p6) do { \
131 (u_long)(p4), (u_long)(p5), (u_long)(p6)); \
137 #define CTR4(m, format, p1, p2, p3, p4) CTR6(m, format, p1, p2, p3, p4, 0, 0)
138 #define CTR5(m, format, p1, p2, p3, p4, p5) CTR6(m, format, p1, p2, p3, p4, p5, 0)
144 #define CTR4(m, d, p1, p2, p3, p4) (void)0
145 #define CTR5(m, d, p1, p2, p3, p4, p5) (void)0
146 #define CTR6(m, d, p1, p2, p3, p4, p5, p6) (void)0
153 #define TR4(d, p1, p2, p3, p4) CTR
[all...]
/freebsd-9.3-release/share/doc/psd/01.cacm/
H A DMakefile5 SRCS= stubs p.mac p1 p2 p3 p4 p5 p6
/freebsd-9.3-release/lib/msun/bsdsrc/
H A Db_exp.c60 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))).
80 const static double p4 = -0x1.bbd41c5d26bf1p-20; variable
112 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
156 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfips.c183 const unsigned char *p4 = FIPS_rodata_end; local
191 p3 = p1, p4 = p2 > p4 ? p2 : p4, p1 = NULL, p2 = NULL;
192 else if (p3 <= p1 && p4 >= p1)
193 p3 = p3, p4 = p2 > p4 ? p2 : p4, p1 = NULL, p2 = NULL;
198 if (FIPS_signature >= p3 && FIPS_signature < p4) {
202 if (p3 < p4)
[all...]
/freebsd-9.3-release/lib/libpmc/
H A DMakefile38 MAN+= pmc.p4.3
H A Dlibpmc.c151 PMC_CLASSDEP_TABLE(p4, P4);
257 PMC_MDEP_TABLE(p4, P4, PMC_CLASS_SOFT, PMC_CLASS_TSC);
306 PMC_CLASS_TABLE_DESC(p4, P4, p4, p4);
1339 EV_ALIAS("branches", "p4-branch-retired,mask=mmtp+mmtm"),
1340 EV_ALIAS("branch-mispredicts", "p4-mispred-branch-retired"),
1343 "p4-instr-retired,mask=nbogusntag+nbogustag"),
1344 EV_ALIAS("unhalted-cycles", "p4-global-power-events"),
2796 count = PMC_EVENT_TABLE_SIZE(p4);
[all...]
/freebsd-9.3-release/sys/
H A DMakefile41 cd ${.CURDIR}; cscope -k -buq -p4
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3-hvcall.h116 int lv1_net_control(uint64_t bus, uint64_t dev, uint64_t p1, uint64_t p2, uint64_t p3, uint64_t p4, uint64_t *v1, uint64_t *v2);
130 int lv1_gpu_context_attribute(uint64_t chandle, uint64_t op, uint64_t p1, uint64_t p2, uint64_t p3, uint64_t p4);
132 int lv1_gpu_attribute(uint64_t p1, uint64_t p2, uint64_t p3, uint64_t p4, uint64_t p5);
/freebsd-9.3-release/crypto/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c301 cl_rsa_mod_exp *p4; local
327 || !(p4 = (cl_rsa_mod_exp *) DSO_bind_func(cluster_labs_dso, CLUSTER_LABS_F4))
347 p_cl_rsa_mod_exp = p4;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h58 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const { argument
59 return Fn(Checker, p1, p2, p3, p4, p5);
70 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const {
71 return Fn(Checker, p1, p2, p3, p4);
/freebsd-9.3-release/contrib/opie/
H A Dopieftpd.c268 VOIDRET reply FUNCTION((n, fmt, p0, p1, p2, p3, p4, p5), int n AND char *fmt AND int p0 AND int p1 AND int p2 AND int p3 AND int p4 AND int p5)
271 printf(fmt, p0, p1, p2, p3, p4, p5);
276 syslog(LOG_DEBUG, fmt, p0, p1, p2, p3, p4, p5);
297 VOIDRET lreply FUNCTION((n, fmt, p0, p1, p2, p3, p4, p5), int n AND char *fmt AND int p0 AND int p1 AND int p2 AND int p3 AND int p4 AND int p5)
300 printf(fmt, p0, p1, p2, p3, p4, p5);
305 syslog(LOG_DEBUG, fmt, p0, p1, p2, p3, p4, p5);
/freebsd-9.3-release/crypto/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c362 void (*p4) ();
394 !(p4 = DSO_bind_func(ibmca_dso, IBMCA_F4)) ||
405 p_icaRandomNumberGenerate = (unsigned int (ICA_CALL *) ())p4;
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Dos.h114 # define VA_DOTS p1, p2, p3, p4, p5, p6
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1235 #define __DRIVER_MODULE(p1, p2, p3, p4, p5, p6) DRIVER_MODULE(p1, p2, p3, p4, p5, p6)
1237 #define __MODULE_DEPEND(p1, p2, p3, p4, p5) MODULE_DEPEND(p1, p2, p3, p4, p5)
/freebsd-9.3-release/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1269 #define __DRIVER_MODULE(p1, p2, p3, p4, p5, p6) DRIVER_MODULE(p1, p2, p3, p4, p5, p6)
1271 #define __MODULE_DEPEND(p1, p2, p3, p4, p5) MODULE_DEPEND(p1, p2, p3, p4, p5)
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1242 #define __DRIVER_MODULE(p1, p2, p3, p4, p5, p6) DRIVER_MODULE(p1, p2, p3, p4, p5, p6)
1244 #define __MODULE_DEPEND(p1, p2, p3, p4, p5) MODULE_DEPEND(p1, p2, p3, p4, p5)
/freebsd-9.3-release/crypto/openssl/engines/
H A De_sureware.c461 SureWareHook_Rand_Seed_t *p4 = NULL; local
492 || !(p4 =
528 p_surewarehk_Rand_Seed = p4;
H A De_ubsec.c387 t_UBSEC_ubsec_close *p4; local
424 || !(p4 = (t_UBSEC_ubsec_close *)
458 p_UBSEC_ubsec_close = p4;
H A De_chil.c542 HWCryptoHook_RSA_t *p4; local
567 !(p4 = (HWCryptoHook_RSA_t *)
588 p_hwcrhk_RSA = p4;
H A De_cswift.c396 t_swReleaseAccContext *p4; local
414 !(p4 = (t_swReleaseAccContext *)
423 p_CSwift_ReleaseAccContext = p4;
H A De_aep.c450 t_AEP_Finalize *p4; local
476 !(p4 = (t_AEP_Finalize *) DSO_bind_func(aep_dso, AEP_F4)) ||
492 p_AEP_Finalize = p4;
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src365 sgr=\E[0%?%p3%t;7%;%?%p4%t;5%;%?%p7%t;8%;m,
373 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m,
377 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;%?%p7%t8;%;m,
401 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p9%t;11%;m,
408 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
418 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m,
733 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
749 initc=\E]P%p1%x%p2%{256}%*%{1000}%/%02x%p3%{256}%*%{1000}%/%02x%p4%{256}%*%{1000}%/%02x,
754 initc=\E]P%?%p1%{9}%>%t%p1%{10}%-%'a'%+%c%e%p1%d%;%p2%{256}%*%{1000}%/%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%p3%{256}%*%{1000}%/%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%p4%{256}%*%{1000}%/%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'a'%+%c%e%gx%d%;,
894 sgr=\E[0%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4
[all...]
H A Demx.src109 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
129 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m,
717 sgr=\E&d%?%p7%t%'s'%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+%p5%{8}%*%+%'@'%+%c%?%p9%t%'\016'%c%e%'\017'%c%;,

Completed in 196 milliseconds

12