Home
last modified time | relevance | path

Searched refs:NR (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDIntervalMap.cpp39 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling() local
43 NR = NR.subtree(NR.size() - 1); in getLeftSibling()
44 return NR; in getLeftSibling()
64 NodeRef NR = subtree(l); in moveLeft() local
68 path[l] = Entry(NR, NR.size() - 1); in moveLeft()
69 NR = NR.subtree(NR.size() - 1); in moveLeft()
71 path[l] = Entry(NR, NR.size() - 1); in moveLeft()
89 NodeRef NR = path[l].subtree(path[l].offset + 1); in getRightSibling() local
93 NR = NR.subtree(0); in getRightSibling()
94 return NR; in getRightSibling()
[all …]
/freebsd-11-stable/sys/dev/ppbus/
HDpcfclock.c94 #define NR(buf, off) (buf[off+1]*10+buf[off]) macro
98 NR(buf, 14) <= 99 && \
99 NR(buf, 12) <= 12 && \
100 NR(buf, 10) <= 31 && \
101 NR(buf, 6) <= 23 && \
102 NR(buf, 4) <= 59 && \
103 NR(buf, 2) <= 59)
210 year = NR(buf, 14); in pcfclock_display_data()
216 NR(buf, 10), NR(buf, 12), 1900 + year, in pcfclock_display_data()
217 NR(buf, 6), NR(buf, 4), NR(buf, 2), in pcfclock_display_data()
/freebsd-11-stable/sys/dev/hatm/
HDif_hatmvar.h542 #define READ_TSR(SC,CID,NR) \ argument
545 if((NR) <= 7) { \
546 _v = READ_TCM4(SC, HE_REGO_TSRA(0,CID,NR)); \
547 } else if((NR) <= 11) { \
548 _v = READ_TCM4(SC, HE_REGO_TSRB((SC)->tsrb,CID,(NR-8)));\
549 } else if((NR) <= 13) { \
550 _v = READ_TCM4(SC, HE_REGO_TSRC((SC)->tsrc,CID,(NR-12)));\
557 #define WRITE_TSR(SC,CID,NR,BEN,VAL) \ argument
559 if((NR) <= 7) { \
560 WRITE_TCM(SC, HE_REGO_TSRA(0,CID,NR),BEN,VAL); \
[all …]
HDif_hatmreg.h407 #define HE_REGO_TSRA(BASE,CID,NR) ((BASE) + ((CID) << 3) + (NR)) argument
408 #define HE_REGO_TSRB(BASE,CID,NR) ((BASE) + ((CID) << 2) + (NR)) argument
409 #define HE_REGO_TSRC(BASE,CID,NR) ((BASE) + ((CID) << 1) + (NR)) argument
484 #define HE_REGO_RSRA(BASE,CID,NR) ((BASE) + ((CID) << 3) + (NR)) argument
485 #define HE_REGO_RSRB(BASE,CID,NR) ((BASE) + ((CID) << 1) + (NR)) argument
/freebsd-11-stable/contrib/tzdata/
HDziguard.awk121 linkline[$3] = NR
127 { line[NR] = $0 }
130 for (i = 1; i <= NR; i++)
/freebsd-11-stable/sys/dev/bhnd/tools/
HDnvram_map_gen.awk556 print "warning:", msg, "at", FILENAME, "line", NR > "/dev/stderr"
564 errorx(msg " at " FILENAME " line " NR ":\n\t" $0)
693 push(STATE_LINENO, NR)
856 structs[name,DEF_LINE] = NR
922 vars[revk,DEF_LINE] = NR
1046 vars[offk,DEF_LINE] = NR
1097 vars[name,DEF_LINE] = NR
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
HDwlanconfig309 NR == 1 { printf "\n\tidentity=\"%s\"", $1 }
310 NR == 2 { printf "\n\tpassword=\"%s\"", $1 }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDiterator.h355 mutable NodeRef NR; variable
360 NR.first = DR; in WrappedPairNodeDataIterator()
364 NR.second = *this->I;
365 return NR;
HDIntervalMap.h1158 IntervalMapImpl::NodeRef NR = rootBranch().safeLookup(x); in treeSafeLookup() local
1160 NR = NR.get<Branch>().safeLookup(x); in treeSafeLookup()
1161 return NR.get<Leaf>().safeLookup(x, NotFound); in treeSafeLookup()
1458 IntervalMapImpl::NodeRef NR = path.subtree(path.height()); in pathFillFind() local
1460 unsigned p = NR.get<Branch>().safeFind(0, x); in pathFillFind()
1461 path.push(NR, p); in pathFillFind()
1462 NR = NR.subtree(p); in pathFillFind()
1464 path.push(NR, NR.get<Leaf>().safeFind(0, x)); in pathFillFind()
1626 } else if (NodeRef NR = P.getLeftSibling(P.height())) { in canCoalesceLeft() local
1627 unsigned i = NR.size() - 1; in canCoalesceLeft()
[all …]
HDilist_iterator.h85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGVNHoist.cpp914 unsigned NR = 0; in rauw() local
917 ++NR; in rauw()
934 return NR; in rauw()
965 unsigned NR = rauw(Candidates, Repl, NewMemAcc); in removeAndReplace() local
970 return NR; in removeAndReplace()
1010 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; in hoist() local
1060 NR += removeAndReplace(InstructionsToHoist, Repl, DestBB, MoveAccess); in hoist()
1076 NumRemoved += NR; in hoist()
/freebsd-11-stable/share/doc/usd/13.viref/
HDmerge.awk10 if (NR != 1)
/freebsd-11-stable/contrib/groff/font/devX100-12/
HDMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/freebsd-11-stable/contrib/groff/font/devX100/
HDMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/freebsd-11-stable/contrib/groff/font/devX75/
HDMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/freebsd-11-stable/contrib/groff/font/devX75-12/
HDMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/freebsd-11-stable/contrib/gdb/gdb/
HDcopying.awk24 NR == 1,/^[ ]*NO WARRANTY[ ]*$/ {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonGenMux.cpp183 unsigned NR = HRI->getNumRegs(); in buildMaps() local
184 BitVector Defs(NR), Uses(NR); in buildMaps()
/freebsd-11-stable/contrib/tcpdump/
HDsend-ack.awk13 if (NR <= 1) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFRegisters.cpp310 RegisterRef NR = T.makeRegRef(); in intersectWith() local
311 assert(NR); in intersectWith()
312 return NR; in intersectWith()
/freebsd-11-stable/contrib/file/magic/Magdir/
HDanimation483 #>3 byte&0x03 1 \b, NR: 50/15 ms
484 #>3 byte&0x03 3 \b, NR: CCIT J.17
518 #>3 byte&0x03 1 \b, NR: 50/15 ms
519 #>3 byte&0x03 3 \b, NR: CCIT J.17
558 ##>3 byte&0x03 1 \b, NR: 50/15 ms
559 ##>3 byte&0x03 3 \b, NR: CCIT J.17
593 #>3 byte&0x03 1 \b, NR: 50/15 ms
594 #>3 byte&0x03 3 \b, NR: CCIT J.17
628 #>3 byte&0x03 1 \b, NR: 50/15 ms
629 #>3 byte&0x03 3 \b, NR: CCIT J.17
[all …]
/freebsd-11-stable/sys/tools/
HDmiidevs2h.awk93 NR == 1 {
HDacpi_quirks2h.awk36 NR == 1 {
/freebsd-11-stable/sys/dev/videomode/
HDmodelines2c.awk39 NR == 1 {
/freebsd-11-stable/gnu/usr.bin/groff/font/devps/
HDMakefile7 NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI \

1234