Searched refs:p0 (Results 126 - 138 of 138) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1588 const LLT p0 = LLT::pointer(0, 64); local
1617 if (Ty != p0 && Ty != s8 && Ty != s16) {
1620 << ", or " << p0 << '\n'); local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c735 spa->spa_proc = &p0;
H A Ddmu_send.c933 (void) thread_create(NULL, 0, send_traverse_thread, &to_arg, 0, &p0,
3094 (void) thread_create(NULL, 0, receive_writer_thread, &rwa, 0, &p0,
H A Darc.c6882 (void) thread_create(NULL, 0, arc_dnlc_evicts_thread, NULL, 0, &p0,
8139 (void) thread_create(NULL, 0, l2arc_feed_thread, NULL, 0, &p0,
H A Ddbuf.c694 NULL, 0, &p0, TS_RUN, minclsyspri);
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c3211 no_conflict_move_test (rtx dest, rtx set, void *p0)
3213 struct no_conflict_data *p= p0;
3198 no_conflict_move_test(rtx dest, rtx set, void *p0) argument
H A Ddwarf2out.c9994 unsigned char *p0 = p;
10000 p0 = p1;
10003 insert_int (lo, sizeof (HOST_WIDE_INT), p0);
9981 unsigned char *p0 = p; local
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1660 MLX5_SET(qpc, qpc, pd, to_mpd(pd ? pd : devr->p0)->pdn);
2700 context->flags_pd = cpu_to_be32(pd ? pd->pdn : to_mpd(dev->devr.p0)->pdn);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c7854 uint64_t *p0, *p1; local
7880 p0 = &s[0].octets;
7887 *p0++, *p1++);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3504 return ((uint64_t)(uintptr_t)p0.p_user.u_comm);
3529 return ((uint64_t)(uintptr_t)p0.p_zone->zone_name);
3571 return ((uint64_t)p0.p_cred->cr_uid);
3596 return ((uint64_t)p0.p_cred->cr_gid);
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dconfigure3843 p0=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
3846 #define PTYRANGE0 "$p0"
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh250 IauivRH829c7DY/7+p0/BVXx6KRJ5PuftOxPlxpe/dUHpbrAAvXP5RyRX5K4EgX5
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c137240 SrcItem *p0 = &p->pSrc->a[0]; local
[all...]

Completed in 1007 milliseconds

123456