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

12

/freebsd-11-stable/share/doc/usd/13.viref/
H A Dmerge.awk10 if (NR != 1)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp38 // NR is the subtree containing our left sibling.
39 NodeRef NR = path[l].subtree(path[l].offset - 1);
43 NR = NR.subtree(NR.size() - 1);
44 return NR;
62 // NR is the subtree containing our left sibling.
64 NodeRef NR = subtree(l); local
68 path[l] = Entry(NR, NR
[all...]
/freebsd-11-stable/contrib/groff/font/devX100/
H A DMakefile.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-12/
H A DMakefile.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/
H A DMakefile.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/
H A DMakefile.sub2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
/freebsd-11-stable/contrib/tzdata/
H A Dziguard.awk121 linkline[$3] = NR
127 { line[NR] = $0 }
130 for (i = 1; i <= NR; i++)
/freebsd-11-stable/sys/dev/ppbus/
H A Dpcfclock.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);
216 NR(buf, 10), NR(bu
[all...]
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatmvar.h542 #define READ_TSR(SC,CID,NR) \
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) \
559 if((NR) <= 7) { \
560 WRITE_TCM(SC, HE_REGO_TSRA(0,CID,NR),BE
[all...]
H A Dif_hatmreg.h405 * TSRs - NR is relative to the starting number of the block
407 #define HE_REGO_TSRA(BASE,CID,NR) ((BASE) + ((CID) << 3) + (NR))
408 #define HE_REGO_TSRB(BASE,CID,NR) ((BASE) + ((CID) << 2) + (NR))
409 #define HE_REGO_TSRC(BASE,CID,NR) ((BASE) + ((CID) << 1) + (NR))
484 #define HE_REGO_RSRA(BASE,CID,NR) ((BASE) + ((CID) << 3) + (NR))
485 #define HE_REGO_RSRB(BASE,CID,NR) ((BAS
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcopying.awk24 NR == 1,/^[ ]*NO WARRANTY[ ]*$/ {
/freebsd-11-stable/contrib/tcpdump/
H A Dsend-ack.awk13 if (NR <= 1) {
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig309 NR == 1 { printf "\n\tidentity=\"%s\"", $1 }
310 NR == 2 { printf "\n\tpassword=\"%s\"", $1 }
/freebsd-11-stable/sys/tools/
H A Dacpi_quirks2h.awk36 NR == 1 {
H A Dmiidevs2h.awk93 NR == 1 {
H A Dpccarddevs2h.awk92 NR == 1 {
/freebsd-11-stable/contrib/groff/font/devps/
H A DMakefile.sub5 NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI \
/freebsd-11-stable/sys/dev/videomode/
H A Dmodelines2c.awk39 NR == 1 {
H A Ddevlist2h.awk38 NR == 1 {
/freebsd-11-stable/gnu/usr.bin/groff/font/devps/
H A DMakefile7 NB NBI NI NR PB PBI PI PR TB TBI TI TR ZCMI \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Diterator.h355 mutable NodeRef NR; member in class:llvm::WrappedPairNodeDataIterator
360 NR.first = DR;
364 NR.second = *this->I;
365 return NR;
H A Dilist_iterator.h85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp914 unsigned NR = 0; local
917 ++NR;
934 return NR;
965 unsigned NR = rauw(Candidates, Repl, NewMemAcc); local
970 return NR;
1010 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; local
1060 NR += removeAndReplace(InstructionsToHoist, Repl, DestBB, MoveAccess);
1076 NumRemoved += NR;
/freebsd-11-stable/sys/dev/bhnd/tools/
H A Dnvram_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/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp183 unsigned NR = HRI->getNumRegs(); local
184 BitVector Defs(NR), Uses(NR);

Completed in 167 milliseconds

12