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

12

/freebsd-10-stable/share/doc/psd/04.uprog/
H A DMakefile5 SRCS= p.mac p0 p1 p2 p3 p4 p5 p6 p8 p9
/freebsd-10-stable/share/doc/psd/01.cacm/
H A DMakefile5 SRCS= stubs p.mac p1 p2 p3 p4 p5 p6
/freebsd-10-stable/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-stable/sys/sys/
H A Dktr.h128 #define CTR6(m, format, p1, p2, p3, p4, p5, p6) do { \
132 (u_long)(p4), (u_long)(p5), (u_long)(p6)); \
138 #define CTR4(m, format, p1, p2, p3, p4) CTR6(m, format, p1, p2, p3, p4, 0, 0)
139 #define CTR5(m, format, p1, p2, p3, p4, p5) CTR6(m, format, p1, p2, p3, p4, p5, 0)
145 #define CTR4(m, d, p1, p2, p3, p4) (void)0
146 #define CTR5(m, d, p1, p2, p3, p4, p5) (void)0
147 #define CTR6(m, d, p1, p2, p3, p4, p5, p6) (void)0
154 #define TR4(d, p1, p2, p3, p4) CTR
[all...]
H A Dpmc.h1039 #define PMCDBG4(M, N, L, F, p1, p2, p3, p4) do { \
1041 CTR4(KTR_PMC, #M ":" #N ":" #L ": " F, p1, p2, p3, p4);\
1043 #define PMCDBG5(M, N, L, F, p1, p2, p3, p4, p5) do { \
1045 CTR5(KTR_PMC, #M ":" #N ":" #L ": " F, p1, p2, p3, p4, \
1048 #define PMCDBG6(M, N, L, F, p1, p2, p3, p4, p5, p6) do { \
1050 CTR6(KTR_PMC, #M ":" #N ":" #L ": " F, p1, p2, p3, p4, \
1123 #define PMCDBG4(M, N, L, F, p1, p2, p3, p4)
1124 #define PMCDBG5(M, N, L, F, p1, p2, p3, p4, p5)
1125 #define PMCDBG6(M, N, L, F, p1, p2, p3, p4, p5, p6)
/freebsd-10-stable/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-stable/sys/compat/linux/
H A Dlinux_util.h122 #define LINUX_CTR6(f, m, p1, p2, p3, p4, p5, p6) do { \
124 p1, p2, p3, p4, p5, p6); \
132 #define LINUX_CTR4(f, m, p1, p2, p3, p4) LINUX_CTR6(f, m, p1, p2, p3, p4, 0, 0)
133 #define LINUX_CTR5(f, m, p1, p2, p3, p4, p5) LINUX_CTR6(f, m, p1, p2, p3, p4, p5, 0)
140 #define LINUX_CTR4(f, m, p1, p2, p3, p4)
141 #define LINUX_CTR5(f, m, p1, p2, p3, p4, p5)
142 #define LINUX_CTR6(f, m, p1, p2, p3, p4, p5, p6)
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_memmem.c46 char p4[] = "abc"; variable
97 expect(memmem(b2, lb2, p4, lp4) == NULL);
/freebsd-10-stable/contrib/netbsd-tests/ipf/
H A Dt_pools.sh71 test_case p4 ptest text text
91 atf_add_test_case p4
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_exhaust.c133 p4(size_t len) function
166 { p4, REG_EXTENDED },
/freebsd-10-stable/lib/libpmc/
H A DMakefile41 MAN+= pmc.p4.3
/freebsd-10-stable/sys/
H A DMakefile41 cd ${.CURDIR}; cscope -k -buq -p4 -v
/freebsd-10-stable/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-stable/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-stable/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-stable/sys/conf/
H A Dnewvers.sh134 if [ -x "${dir}/p4" ] && [ -z ${p4_cmd} ] ; then
135 p4_cmd=${dir}/p4
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
H A Dos.h114 # define VA_DOTS p1, p2, p3, p4, p5, p6
/freebsd-10-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1213 #define __DRIVER_MODULE(p1, p2, p3, p4, p5, p6) DRIVER_MODULE(p1, p2, p3, p4, p5, p6)
1215 #define __MODULE_DEPEND(p1, p2, p3, p4, p5) MODULE_DEPEND(p1, p2, p3, p4, p5)
/freebsd-10-stable/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_cswift.c396 t_swReleaseAccContext *p4; local
414 !(p4 = (t_swReleaseAccContext *)
423 p_CSwift_ReleaseAccContext = 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_sureware.c461 SureWareHook_Rand_Seed_t *p4 = NULL; local
492 || !(p4 =
528 p_surewarehk_Rand_Seed = p4;
H A De_chil.c541 HWCryptoHook_RSA_t *p4; local
566 !(p4 = (HWCryptoHook_RSA_t *)
587 p_hwcrhk_RSA = p4;
/freebsd-10-stable/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 173 milliseconds

12