/external/u-boot/arch/arm/include/asm/arch-mx7ulp/ |
D | scg.h | 71 /* SCG Slow IRC Control Status Register */ 78 /* SCG Slow IRC Configuration Register */ 84 /* SCG Slow IRC Divide Register */ 99 /* SCG Fast IRC Control Status Register */ 106 /* SCG Fast IRC Divide Register */ 126 /* SCG Fast IRC Divide Register */ 278 u32 sirccsr; /* Slow IRC Control Status Register, offset 0x200 */ 279 u32 sircdiv; /* Slow IRC Divide Register */ 280 u32 sirccfg; /* Slow IRC Configuration Register */ 281 u32 sirctrim; /* Slow IRC Trim Register */ [all …]
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p18.cpp | 18 const int &irc = i; in f3() local 20 [=,&irc,&ir] { in f3() 29 static_assert(is_same<decltype(irc), const int&>::value, in f3() 31 static_assert(is_same<decltype((irc)), const int&>::value, in f3()
|
/external/clang/www/ |
D | menu.html.incl | 41 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
|
/external/autotest/client/profilers/powertop/src/ |
D | README | 33 the PowerTOP tool, join the mailing list or the IRC channel and 37 IRC: irc.oftc.net #powertop channel
|
/external/python/cpython2/ |
D | .travis.yml | 102 irc: 105 # IRC channel whenever they fail a build. This can be removed when travis 107 # The actual value here is: irc.freenode.net#python-dev
|
/external/python/uritemplates/ |
D | .travis.yml | 27 irc: 29 - "irc.freenode.org#github3.py"
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | index.rst | 474 lists and IRC. 517 IRC section in Community 521 can be found in #llvm on `irc.oftc.net <irc://irc.oftc.net/llvm>`_. 552 IRC, etc).
|
D | ReportingGuide.rst | 51 a mailing list archive or a public IRC logger) please include a link. 88 list or IRC). 91 IRC, etc.)
|
D | Contributing.rst | 9 or the #llvm channel on `irc.oftc.net`_. 120 .. _irc.oftc.net: irc://irc.oftc.net/llvm
|
/external/mesa3d/docs/ |
D | lists.html | 71 <h1>IRC</h1> 73 <p>join <a href="irc://chat.freenode.net#dri-devel">#dri-devel channel</a> 74 on <a href="https://webchat.freenode.net/">irc.freenode.net</a>
|
/external/python/cpython3/ |
D | .travis.yml | 150 irc: 153 # IRC channel whenever they fail a build. This can be removed when travis 155 # The actual value here is: irc.freenode.net#python-dev
|
/external/llvm/docs/ |
D | index.rst | 428 lists and IRC. 471 IRC section in Community 475 can be found in #llvm on `irc.oftc.net <irc://irc.oftc.net/llvm>`_.
|
D | ReportingGuide.rst | 51 a mailing list archive or a public IRC logger) please include a link. 88 list or IRC). 91 IRC, etc.)
|
/external/kmod/ |
D | .travis.yml | 27 irc: 29 - "irc.freenode.org#kmod"
|
D | README | 27 Irc: 28 #kmod on irc.freenode.org
|
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 377 InductiveRangeCheck IRC; in extractRangeChecksFromCond() local 378 IRC.Length = Length; in extractRangeChecksFromCond() 379 IRC.Offset = IndexAddRec->getStart(); in extractRangeChecksFromCond() 380 IRC.Scale = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond() 381 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond() 382 IRC.Kind = RCKind; in extractRangeChecksFromCond() 383 Checks.push_back(IRC); in extractRangeChecksFromCond() 1397 for (InductiveRangeCheck &IRC : RangeChecks) in runOnLoop() 1398 IRC.print(OS); in runOnLoop() 1427 for (InductiveRangeCheck &IRC : RangeChecks) { in runOnLoop() [all …]
|
/external/fonttools/ |
D | .travis.yml | 84 irc: "irc.freenode.org##fonts"
|
/external/swiftshader/third_party/LLVM/docs/ |
D | index.html | 126 <li><a name="irc">You can probably find help on the unofficial LLVM IRC 127 channel</a>. We often are on irc.oftc.net in the #llvm channel. If you are 129 href="irc://irc.oftc.net/llvm">join #llvm on irc.oftc.net</a> directly.</li>
|
/external/bcc/ |
D | CONTRIBUTING-SCRIPTS.md | 12 …g hours testing isn't for you, please submit your idea as an issue instead, or chat with us on irc. 26 …her developers about your idea. Many of us can be found in IRC, in the #iovisor channel on irc.oft…
|
/external/harfbuzz_ng/ |
D | .travis.yml | 65 irc: "irc.freenode.org#harfbuzz"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopPredication/ |
D | reverse.ll | 125 %irc = phi i32 [ %i.inc, %loop ], [ 1, %loop.preheader ] 126 %i.inc = add nuw nsw i32 %irc, 1 127 %within.bounds = icmp ult i32 %irc, %length 129 %i.i64 = zext i32 %irc to i64
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 420 InductiveRangeCheck IRC; in extractRangeChecksFromCond() local 421 IRC.End = End; in extractRangeChecksFromCond() 422 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond() 423 IRC.Step = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond() 424 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond() 425 IRC.Kind = RCKind; in extractRangeChecksFromCond() 426 IRC.IsSigned = IsSigned; in extractRangeChecksFromCond() 427 Checks.push_back(IRC); in extractRangeChecksFromCond() 1895 for (InductiveRangeCheck &IRC : RangeChecks) in run() 1896 IRC.print(OS); in run() [all …]
|
/external/apache-commons-bcel/src/site/xdoc/ |
D | index.xml | 102 …<p>You can also visit the #apache-commons IRC channel on irc.freenode.net or peruse <a href="issue…
|
/external/googletest/ |
D | README.md | 24 There is also an IRC channel on [OFTC](https://webchat.oftc.net/) (irc.oftc.net) #gtest available.
|
/external/syzkaller/dashboard/config/ |
D | upstream.cmdline | 6 nf-conntrack-irc.ports=20000
|