Searched refs:p3 (Results 26 - 50 of 77) sorted by relevance

1234

/freebsd-11-stable/sys/sys/
H A Dpmc.h1052 #define PMCDBG3(M, N, L, F, p1, p2, p3) do { \
1054 CTR3(KTR_PMC, #M ":" #N ":" #L ": " F, p1, p2, p3); \
1056 #define PMCDBG4(M, N, L, F, p1, p2, p3, p4) do { \
1058 CTR4(KTR_PMC, #M ":" #N ":" #L ": " F, p1, p2, p3, p4);\
1060 #define PMCDBG5(M, N, L, F, p1, p2, p3, p4, p5) do { \
1062 CTR5(KTR_PMC, #M ":" #N ":" #L ": " F, p1, p2, p3, p4, \
1065 #define PMCDBG6(M, N, L, F, p1, p2, p3, p4, p5, p6) do { \
1067 CTR6(KTR_PMC, #M ":" #N ":" #L ": " F, p1, p2, p3, p4, \
1139 #define PMCDBG3(M, N, L, F, p1, p2, p3)
1140 #define PMCDBG4(M, N, L, F, p1, p2, p3, p
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c435 ppath_t *p, *p2, *p3; local
454 (p3 = ppath_create()) == NULL)
469 if (ppath_push_key(p3, "John Doe") == NULL)
485 rc = ppath_get_object(nd, p3, &r);
495 rc = ppath_get_object(nd, p3, &or);
545 ppath_release(p3);
574 ppath_t *p, *p2, *p3; local
593 (p3 = ppath_create()) == NULL)
608 if (ppath_push_key(p3, "John Doe") == NULL)
626 rc = ppath_get_object(nd, p3,
[all...]
/freebsd-11-stable/lib/msun/src/
H A De_lgamma_r.c204 double nadj,p,p1,p2,p3,q,r,t,w,y,z; local
262 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
263 p = z*p1-(tt-w*(p2+y*p3));
/freebsd-11-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-11-stable/crypto/openssl/engines/
H A De_atalla.c360 tfnASI_GetPerformanceStatistics *p3; local
390 || !(p3 =
399 p_Atalla_GetPerformanceStatistics = p3;
H A De_cswift.c395 t_swSimpleRequest *p3; local
412 !(p3 = (t_swSimpleRequest *)
422 p_CSwift_SimpleRequest = p3;
H A De_sureware.c460 SureWareHook_Rand_Bytes_t *p3 = NULL; local
489 || !(p3 =
527 p_surewarehk_Rand_Bytes = p3;
H A De_ubsec.c386 t_UBSEC_ubsec_open *p3; local
422 || !(p3 = (t_UBSEC_ubsec_open *)
457 p_UBSEC_ubsec_open = p3;
H A De_chil.c539 HWCryptoHook_ModExp_t *p3; local
563 !(p3 = (HWCryptoHook_ModExp_t *)
585 p_hwcrhk_ModExp = p3;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_cc.c52 char *p1, *p2, *p3; local
78 p3 = estrdup(p);
81 /* If we are using path tokens, we don't expect the p3 and
82 test_cc_name to match since p3 is going to have expanded
84 if (strcmp(p3, test_cc_name) != 0)
90 free(p3);
/freebsd-11-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-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S393 p3 = cmp.ge(expo, #-126) define
400 if(!p3) jump .Lmin
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot877 bootpart=p3 swappart=p4 targetpart=p4
881 bootpart=p3 swappart=p3 targetpart=p3
886 bootpart=p2 swappart=p3 targetpart=p3
891 [ ${swapsize:-0} -gt 0 ] && targetpart=p3
/freebsd-11-stable/tools/tools/locale/tools/
H A Dcldr2def.pl772 my $p3 = $3;
784 $v = $p1 . $rv . $p3;
797 my $p3 = $3;
/freebsd-11-stable/contrib/lua/src/
H A Dliolib.c661 lua_Integer p3 = luaL_optinteger(L, 3, 0); local
662 l_seeknum offset = (l_seeknum)p3;
663 luaL_argcheck(L, (lua_Integer)offset == p3, 3, local
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-live.c111 int p1, p2, p3; local
152 p3 = p1;
154 p3 = partition_union (map->var_partition, p1, p2);
157 p3 = map->partition_to_compact[p3];
160 change_partition_var (map, root_var, p3);
162 change_partition_var (map, other_var, p3);
164 return p3;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_bancomm.c225 uint8_t *p3
231 rc = bcReadBinTime(hnd, &t1, &t2, p3);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c94 const TValue *p2, TValue *p3, int hasres) {
95 ptrdiff_t result = savestack(L, p3);
99 if (!hasres) /* no result? 'p3' is third argument */
100 setobj2s(L, L->top++, p3); /* 3rd argument */
104 p3 = restorestack(L, result);
105 setobjs2s(L, p3, --L->top);
93 callTM(lua_State *L, const TValue *f, const TValue *p1, const TValue *p2, TValue *p3, int hasres) argument
/freebsd-11-stable/sys/dev/hptmv/
H A Dhptintf.h991 #define hpt_rebuild_mirror(p1, p2, p3) hpt_rebuild_data_block(p1, p2, p3)
/freebsd-11-stable/tools/boot/
H A Drootgen.sh71 makefs -t ffs -B little -s 200m ${img}.p3 ${src}
72 # p1 is boot for uefi, p2 is boot for gpt, p3 is /
76 -p freebsd-ufs:=${img}.p3 \
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h114 # define VA_DOTS p1, p2, p3, p4, p5, p6
/freebsd-11-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-11-stable/contrib/tcpdump/
H A Dsmbutil.c32 uint32_t p0, p1, p2, p3; local
37 p3 = ((date & 0xFF000000) >> 24) & 0xFF;
43 tp->tm_mon = ((p2 >> 5) & 0xFF) + ((p3 & 0x1) << 3) - 1;
44 tp->tm_year = ((p3 >> 1) & 0xFF) + 80;
/freebsd-11-stable/usr.bin/netstat/
H A Dinet.c688 #define p3(f, m) if (tcpstat.f || sflag <= 1) \ macro
818 p3(tcps_sc_added, "\t{:entries-added/%ju} "
843 p3(tcps_hc_added, "\t{:entries-added/%ju} "
895 #undef p3 macro
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dop-4.h352 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \
358 umul_ppmm(p3,_t,m,n2); \
359 __FP_FRAC_ADDI_2(p3,p2,_t); \

Completed in 502 milliseconds

1234