Searched refs:WR (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/usr.bin/tail/
H A Dread.c91 WR(t + 1, len);
99 WR(t + 1, len);
103 WR(sp, tlen);
108 WR(t + 1, len);
110 WR(sp, tlen);
114 WR(p, len);
117 WR(sp, len);
192 WR(llines[cnt].l, llines[cnt].len);
195 WR(llines[cnt].l, llines[cnt].len);
199 WR(lline
[all...]
H A Dmisc.c85 WR(mip->start + (startoff - mip->mapoff), n);
125 WR("\n", 1);
126 WR("==> ", 4);
127 WR(fn, strlen(fn));
128 WR(" <==\n", 5);
H A Dextern.h34 #define WR(p, size) do { \ macro
H A Dreverse.c259 WR(p, llen + 1);
261 WR(p + 1, llen);
263 WR(p, 1);
271 WR(&tr->l, tr->len);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp271 WriteRef &WR = RegisterMappings[RegID].first; local
272 if (WR.getWriteState() == &WS)
273 WR.invalidate();
368 const WriteRef &WR = RegisterMappings[RegID].first;
369 if (WR.isValid())
370 Writes.push_back(WR);
374 const WriteRef &WR = RegisterMappings[*I].first;
375 if (WR.isValid())
376 Writes.push_back(WR);
389 for (const WriteRef &WR
[all...]
/freebsd-11-stable/contrib/ntp/libparse/
H A Dparsesolaris.c306 return putctl1(WR(q)->q_next, M_CTL, (mode == M_PARSE) ? MC_SERVICEIMM :
350 WR(q)->q_ptr = q->q_ptr;
351 pprintf(DD_OPEN, "parse: OPEN - WQ parse area q=%x, q->q_ptr=%x\n", WR(q), WR(q)->q_ptr);
433 WR(q)->q_ptr = (caddr_t)NULL;
784 dq = WR(q);
H A Dparsestreams.c458 return putctl1(WR(q)->q_next, M_CTL, (mode == M_PARSE) ? MC_SERVICEIMM :
508 WR(q)->q_ptr = q->q_ptr;
588 WR(q)->q_ptr = (caddr_t)NULL;
934 dq = WR(q);
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c211 * HW allows up to 4 descriptors to be combined into a WR.
355 panic("trying to coalesce %d packets in to one WR", ci.count);
1163 * packet. Ethernet packets require addition of WR and CPL headers.
1260 * write_wr_hdr_sgl - write a WR header and, optionally, SGL
1268 * @wr_hi: top 32 bits of WR header based on WR type (big endian)
1269 * @wr_lo: low 32 bits of WR header based on WR type (big endian)
1273 * and we just need to write the WR header. Otherwise we distribute the
1413 panic("trying to coalesce %d packets in to one WR", nseg
3159 uint32_t *WR, wr_hi, wr_lo, gen; local
3226 uint32_t *WR, wr_hi, wr_lo, gen; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp858 for (Record *WR : ProcModel.WriteResDefs) {
859 if (!WR->isSubClassOf("WriteRes"))
861 if (AliasDef == WR->getValueAsDef("WriteType")
862 || SchedWrite.TheDef == WR->getValueAsDef("WriteType")) {
864 PrintFatalError(WR->getLoc(), "Resources are defined for both "
868 ResDef = WR;
H A DCodeGenSchedule.cpp1855 for (Record *WR : WRDefs) {
1856 Record *ModelDef = WR->getValueAsDef("SchedModel");
1857 addWriteRes(WR, getProcModel(ModelDef).Index);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp329 Error WindowsResourceParser::parse(WindowsResource *WR, argument
331 auto EntryOrErr = WR->getHeadEntry();
349 InputFilenames.push_back(WR->getFileName());
358 Entry, InputFilenames[Node->Origin], WR->getFileName()));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h157 Error parse(WindowsResource *WR, std::vector<std::string> &Duplicates);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp791 uint16_t WR = W0;
793 assert(WR == 64 && WP == 8);
795 RegisterCell RC(WR);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp863 UpwardsWalkResult WR = walkToPhiOrClobber(Paths[Paused]); local
864 if (WR.IsKnownClobber)
865 Clobbers.push_back({WR.Result, Paused});
868 DefChainEnd = WR.Result;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c14542 REGDEF(WR, 7,RN), REGDEF(SB, 9,RN), REGDEF(SL,10,RN), REGDEF(FP,11,RN),
14593 REGSET(wr,MMXWR), REGSET(wR,MMXWR), REGSET(WR, MMXWR),

Completed in 389 milliseconds