Home
last modified time | relevance | path

Searched refs:pstd (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/sendmail/src/
H A Dconf.c1745 struct pst_dynamic pstd; in getla() local
1747 if (pstat_getdynamic(&pstd, sizeof(struct pst_dynamic), in getla()
1752 sm_dprintf("getla: %d\n", (int) (pstd.psd_avg_1_min + 0.5)); in getla()
1754 return (int) (pstd.psd_avg_1_min + 0.5); in getla()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrPrefix.td992 "pstd $RS, $D_RA", IIC_LdStLFD>;