Searched refs:NR (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-13-stable/share/doc/usd/13.viref/
H A Dmerge.awk10 if (NR != 1)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp39 // NR is the subtree containing our left sibling.
40 NodeRef NR = path[l].subtree(path[l].offset - 1);
44 NR = NR.subtree(NR.size() - 1);
45 return NR;
63 // NR is the subtree containing our left sibling.
65 NodeRef NR = subtree(l); local
69 path[l] = Entry(NR, NR
[all...]
/freebsd-13-stable/contrib/tzdata/
H A Dziguard.awk121 linkline[$3] = NR
127 { line[NR] = $0 }
130 for (i = 1; i <= NR; i++)
/freebsd-13-stable/sys/dev/ppbus/
H A Dpcfclock.c96 #define NR(buf, off) (buf[off+1]*10+buf[off]) macro
100 NR(buf, 14) <= 99 && \
101 NR(buf, 12) <= 12 && \
102 NR(buf, 10) <= 31 && \
103 NR(buf, 6) <= 23 && \
104 NR(buf, 4) <= 59 && \
105 NR(buf, 2) <= 59)
212 year = NR(buf, 14);
218 NR(buf, 10), NR(bu
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dsend-ack.awk13 if (NR <= 1) {
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig309 NR == 1 { printf "\n\tidentity=\"%s\"", $1 }
310 NR == 2 { printf "\n\tpassword=\"%s\"", $1 }
/freebsd-13-stable/sys/tools/
H A Dacpi_quirks2h.awk38 NR == 1 {
H A Dmiidevs2h.awk95 NR == 1 {
H A Dpccarddevs2h.awk94 NR == 1 {
/freebsd-13-stable/sys/dev/videomode/
H A Dmodelines2c.awk39 NR == 1 {
H A Ddevlist2h.awk38 NR == 1 {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Diterator.h357 mutable NodeRef NR; member in class:llvm::WrappedPairNodeDataIterator
362 NR.first = DR;
366 NR.second = *this->I;
367 return NR;
H A Dilist_iterator.h85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {} argument
H A DIntervalMap.h1158 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x);
1160 NR = NR.get<Branch>().safeLookup(x);
1161 return NR.get<Leaf>().safeLookup(x, NotFound);
1458 IntervalMapImpl::NodeRef NR = path.subtree(path.height());
1460 unsigned p = NR.get<Branch>().safeFind(0, x);
1461 path.push(NR, p);
1462 NR = NR.subtree(p);
1464 path.push(NR, N
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp912 unsigned NR = 0; local
915 ++NR;
932 return NR;
963 unsigned NR = rauw(Candidates, Repl, NewMemAcc); local
968 return NR;
1008 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; local
1058 NR += removeAndReplace(InstructionsToHoist, Repl, DestBB, MoveAccess);
1074 NumRemoved += NR;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp48 #define LAST_OTHER_INST(NR) return NR;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp310 RegisterRef NR = T.makeRegRef();
311 assert(NR);
312 return NR;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp183 unsigned NR = HRI->getNumRegs(); local
184 BitVector Defs(NR), Uses(NR);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h129 void setRole(NodeRole NR);
/freebsd-13-stable/contrib/one-true-awk/
H A Dawk.h56 extern Awkfloat *NR;
98 extern Cell *nrloc; /* NR */
H A Dlib.c617 if (compile_time != 2 && NR && *NR > 0) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp67 void syntax::Node::setRole(NodeRole NR) { argument
68 this->Role = static_cast<unsigned>(NR);
/freebsd-13-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk2045 # Return the line (NR) at which a given property ID was set on the object
2056 # Fetch NR
2064 # Return the line (NR) at which a given property was set on the object
2115 _g_obj_nr[obj,OBJ_PROP,prop_id] = NR
2740 set(_obj, p_line, NR)
2810 set(_obj, p_line, NR)
2861 set(_obj, p_line, NR)
2965 set(_obj, p_line, NR)
3032 set(_obj, p_line, NR)
3163 set(_obj, p_line, NR)
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h397 [FId](const NodeIdPair &NR) { return NR.FId == FId; });
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp403 for (unsigned R = 0, NR = WildcardRestrictions.size(); R != NR; ++R) {

Completed in 297 milliseconds

12