| /netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
| H A D | BlockPrinter.cpp | 16 return RP.visit(R); in visit() 26 return RP.visit(R); in visit() 31 return RP.visit(R); in visit() 36 return RP.visit(R); in visit() 47 auto E = RP.visit(R); in visit() 56 auto E = RP.visit(R); in visit() 66 auto E = RP.visit(R); in visit() 75 auto E = RP.visit(R); in visit() 84 auto E = RP.visit(R); in visit() 94 auto E = RP.visit(R); in visit() [all …]
|
| /netbsd-src/regress/sys/kern/execve/ |
| H A D | Makefile | 17 RP= ./${PROG} macro 40 ${RP} empty | diff ${OD}/empty - 43 ${RP} ${TD}/nonexistent | diff ${OD}/nonexistent - 46 ${RP} nonexistshell | diff ${OD}/nonexistshell - 49 ${RP} devnullscript | diff ${OD}/devnullscript - 52 ${RP} badinterplen | diff ${OD}/badinterplen - 55 ${RP} goodscript | diff ${OD}/goodscript - 58 ${RP} scriptarg 2>&1 | diff ${OD}/scriptarg - 61 ${RP} scriptarg-nospace 2>&1 | diff ${OD}/scriptarg-nospace - 67 ${RP} goodaout | diff ${OD}/goodaout - [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | GCNIterativeScheduler.cpp | 107 const GCNRegPressure &RP) const { in printSchedResult() 110 printSchedRP(OS, R->MaxPressure, RP); in printSchedResult() 502 const auto RP = getRegionPressure(*R); in scheduleLegacyMaxOccupancy() local 503 LLVM_DEBUG(printSchedRP(dbgs(), R->MaxPressure, RP)); in scheduleLegacyMaxOccupancy() 505 if (RP.getOccupancy(ST) < TgtOcc) { in scheduleLegacyMaxOccupancy() 517 FinalOccupancy = std::min(FinalOccupancy, RP.getOccupancy(ST)); in scheduleLegacyMaxOccupancy() 540 const auto RP = getSchedulePressure(*R, MinSchedule); in scheduleMinReg() local 541 LLVM_DEBUG(if (R->MaxPressure.less(ST, RP, TgtOcc)) { in scheduleMinReg() 543 printSchedRP(dbgs(), R->MaxPressure, RP); in scheduleMinReg() 546 if (!force && MaxPressure.less(ST, RP, TgtOcc)) in scheduleMinReg() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| H A D | xray-fdr-dump.cpp | 63 RecordPrinter RP(outs(), "\n"); in __anon06fcd1400102() local 65 PipelineConsumer C({&RP}); in __anon06fcd1400102() 76 BlockPrinter BP(outs(), RP); in __anon06fcd1400102() 84 if (auto E = Ptr->apply(RP)) in __anon06fcd1400102()
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_macosx.c | 90 #define RP(mp, field) ((mp)->thread_summary . field) macro 433 cputime = RP(pp, user_time).seconds + RP(pp, system_time).seconds; in format_next_process() 444 pct = (double)(RP(pp, cpu_usage))/TH_USAGE_SCALE; in format_next_process() 818 if ((lresult = RP(p2, cpu_usage) - RP(p1, cpu_usage)) == 0) in proc_compare() 950 RP(mp, user_time).seconds = t_utime; in load_thread_info() 951 RP(mp, system_time).seconds = t_stime; in load_thread_info() 952 RP(mp, cpu_usage) = t_cpu; in load_thread_info()
|
| H A D | m_freebsd.c | 162 #define RP(pp, field) ((pp)->ki_rusage.ru_##field) macro 1308 savep->sp_vcsw = (RP(pp, nvcsw) - savep->sp_old_nvcsw); in get_process_info() 1309 savep->sp_ivcsw = (RP(pp, nivcsw) - savep->sp_old_nivcsw); in get_process_info() 1310 proc_io += (savep->sp_inblock = (RP(pp, inblock) - savep->sp_old_inblock)); in get_process_info() 1311 proc_io += (savep->sp_oublock = (RP(pp, oublock) - savep->sp_old_oublock)); in get_process_info() 1312 proc_io += (savep->sp_majflt = (RP(pp, majflt) - savep->sp_old_majflt)); in get_process_info() 1318 savep->sp_old_nvcsw = RP(pp, nvcsw); in get_process_info() 1319 savep->sp_old_nivcsw = RP(pp, nivcsw); in get_process_info() 1320 savep->sp_old_inblock = RP(pp, inblock); in get_process_info() 1321 savep->sp_old_oublock = RP(pp, oublock); in get_process_info() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| H A D | BlockPrinter.h | 35 RecordPrinter &RP; variable 40 : RecordVisitor(), OS(O), RP(P) {} in BlockPrinter()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | make-proto.pl | 172 $RP = "))"; 175 $RP = ")"; 183 s/\>/$RP/;
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | decbin.sa | 85 * tables rounded to RN, RM, and RP, according to the table 442 * + + RP RP 443 * - + RP RM 444 * + - RP RM 445 * - - RP RP 448 * - + RM RP 449 * + - RM RP 454 * + - RZ RP 455 * - - RZ RP 473 lea.l PTENRP,a1 ;it is RP
|
| H A D | bindec.sa | 371 * RZ 01 0 0 11/3 RP 372 * RZ 01 0 1 11/3 RP 375 * RM 10 0 0 11/3 RP 378 * RM 10 1 1 11/3 RP 379 * RP 11 0 0 10/2 RM 380 * RP 11 0 1 11/3 RP 381 * RP 11 1 0 11/3 RP 382 * RP 11 1 1 10/2 RM 448 lea.l PTENRP,a1 ;load a1 with RP table base
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | CXXInheritance.h | 204 void setRecordingPaths(bool RP) { RecordPaths = RP; } in setRecordingPaths() argument
|
| /netbsd-src/usr.bin/rdist/ |
| H A D | gram.y | 56 %term RP 3 109 | LP names RP = { 237 return(RP); in yylex()
|
| /netbsd-src/external/mpl/bind/dist/fuzz/dns_rdata_fromtext.in/ |
| H A D | rp | 1 IN RP mbox-dname txt-dname
|
| /netbsd-src/share/doc/usd/17.msmacros/ |
| H A D | fig1.xfig | 38 4 0 0 12 0 0 0 0.000 1 9 15 254 59 RP
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | RegionPass.cpp | 68 RegionPass *RP = (RegionPass *)getContainedPass(Index); in runOnFunction() local 69 Changed |= RP->doInitialization(R, *this); in runOnFunction()
|
| /netbsd-src/usr.sbin/lpr/common_source/ |
| H A D | rmjob.c | 314 len = 1 + strlen(RP) + 1 + strlen(all ? "-all" : person); in rmremote() 329 cp += snprintf(s, len, "\5%s %s", RP, all ? "-all" : person); in rmremote()
|
| H A D | lp.h | 66 extern const char *RP; /* remote printer name */
|
| /netbsd-src/usr.sbin/mtree/ |
| H A D | verify.c | 117 warnx("%s: %s", RP(p), strerror(p->fts_errno)); in vwalk() 151 RP(p)); in vwalk()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/xferquota/ns2/ |
| H A D | example.db | 104 rp01 RP mbox-dname txt-dname 105 rp02 RP . .
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/notify/ns2/ |
| H A D | example4.db | 102 rp01 RP mbox-dname txt-dname 103 rp02 RP . .
|
| H A D | example3.db | 102 rp01 RP mbox-dname txt-dname 103 rp02 RP . .
|
| H A D | example1.db | 102 rp01 RP mbox-dname txt-dname 103 rp02 RP . .
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/ |
| H A D | example1.db | 104 rp01 RP mbox-dname txt-dname 105 rp02 RP . .
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/tsig/ns1/ |
| H A D | example.db | 104 rp01 RP mbox-dname txt-dname 105 rp02 RP . .
|
| /netbsd-src/external/lgpl3/gmp/dist/doc/ |
| H A D | gmp.info-1 | 4120 -- Function: mp_limb_t mpn_add_n (mp_limb_t *RP, const mp_limb_t *S1P, 4123 of the result to RP. Return carry, either 0 or 1. 4130 -- Function: mp_limb_t mpn_add_1 (mp_limb_t *RP, const mp_limb_t *S1P, 4133 the result to RP. Return carry, either 0 or 1. 4135 -- Function: mp_limb_t mpn_add (mp_limb_t *RP, const mp_limb_t *S1P, 4138 limbs of the result to RP. Return carry, either 0 or 1. 4142 -- Function: mp_limb_t mpn_sub_n (mp_limb_t *RP, const mp_limb_t *S1P, 4145 limbs of the result to RP. Return borrow, either 0 or 1. 4151 -- Function: mp_limb_t mpn_sub_1 (mp_limb_t *RP, const mp_limb_t *S1P, 4154 limbs of the result to RP. Return borrow, either 0 or 1. [all …]
|