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

12

/freebsd-10.1-release/share/doc/psd/04.uprog/
H A DMakefile5 SRCS= p.mac p0 p1 p2 p3 p4 p5 p6 p8 p9
/freebsd-10.1-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-10.1-release/share/doc/psd/01.cacm/
H A DMakefile5 SRCS= stubs p.mac p1 p2 p3 p4 p5 p6
/freebsd-10.1-release/sys/amd64/vmm/
H A Dvmm_ktr.h51 #define VCPU_CTR4(vm, vcpuid, format, p1, p2, p3, p4) \
53 (p1), (p2), (p3), (p4))
67 #define VM_CTR4(vm, format, p1, p2, p3, p4) \
68 CTR5(KTR_VMM, "vm %s: " format, vm_name((vm)), (p1), (p2), (p3), (p4))
/freebsd-10.1-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-10.1-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 static const 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-10.1-release/lib/libpmc/
H A DMakefile41 MAN+= pmc.p4.3
H A Dlibpmc.c152 PMC_CLASSDEP_TABLE(p4, P4);
278 PMC_MDEP_TABLE(p4, P4, PMC_CLASS_SOFT, PMC_CLASS_TSC);
332 PMC_CLASS_TABLE_DESC(p4, P4, p4, p4);
1376 EV_ALIAS("branches", "p4-branch-retired,mask=mmtp+mmtm"),
1377 EV_ALIAS("branch-mispredicts", "p4-mispred-branch-retired"),
1380 "p4-instr-retired,mask=nbogusntag+nbogustag"),
1381 EV_ALIAS("unhalted-cycles", "p4-global-power-events"),
2860 count = PMC_EVENT_TABLE_SIZE(p4);
[all...]
/freebsd-10.1-release/sys/
H A DMakefile41 cd ${.CURDIR}; cscope -k -buq -p4 -v
/freebsd-10.1-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-10.1-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-10.1-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-10.1-release/sys/conf/
H A Dnewvers.sh120 if [ -x "${dir}/p4" ] && [ -z ${p4_cmd} ] ; then
121 p4_cmd=${dir}/p4
/freebsd-10.1-release/contrib/libreadline/examples/rlfe/
H A Dos.h114 # define VA_DOTS p1, p2, p3, p4, p5, p6
/freebsd-10.1-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-10.1-release/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1226 #define __DRIVER_MODULE(p1, p2, p3, p4, p5, p6) DRIVER_MODULE(p1, p2, p3, p4, p5, p6)
1228 #define __MODULE_DEPEND(p1, p2, p3, p4, p5) MODULE_DEPEND(p1, p2, p3, p4, p5)
/freebsd-10.1-release/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1244 #define __DRIVER_MODULE(p1, p2, p3, p4, p5, p6) DRIVER_MODULE(p1, p2, p3, p4, p5, p6)
1246 #define __MODULE_DEPEND(p1, p2, p3, p4, p5) MODULE_DEPEND(p1, p2, p3, p4, p5)
/freebsd-10.1-release/crypto/openssl/engines/
H A De_aep.c451 t_AEP_Finalize *p4; local
477 !(p4 = (t_AEP_Finalize *) DSO_bind_func(aep_dso, AEP_F4)) ||
493 p_AEP_Finalize = p4;
H A De_chil.c541 HWCryptoHook_RSA_t *p4; local
566 !(p4 = (HWCryptoHook_RSA_t *)
587 p_hwcrhk_RSA = p4;
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_cswift.c396 t_swReleaseAccContext *p4; local
414 !(p4 = (t_swReleaseAccContext *)
423 p_CSwift_ReleaseAccContext = p4;
/freebsd-10.1-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%;,
/freebsd-10.1-release/sys/netinet/
H A Dsctp_pcb.c2107 struct sctp_ipv4addr_param ip4_parm, *p4; local
2114 p4 = (struct sctp_ipv4addr_param *)phdr;
2115 memcpy(&sin4.sin_addr, &p4->addr, sizeof(p4->addr));
2389 struct sctp_ipv4addr_param *p4, p4_buf; local
2394 p4 = (struct sctp_ipv4addr_param *)sctp_get_next_param(m,
2396 &p4_buf.ph, sizeof(*p4));
2397 if (p4 == NULL) {
2406 memcpy(&sin->sin_addr, &p4->addr, sizeof(struct in_addr));
6200 struct sctp_ipv4addr_param *p4, p4_bu local
[all...]

Completed in 199 milliseconds

12