Home
last modified time | relevance | path

Searched full:irc (Results 1 – 25 of 235) sorted by relevance

12345678910

/external/u-boot/arch/arm/include/asm/arch-mx7ulp/
Dscg.h71 /* 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/
Dp18.cpp18 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/
Dmenu.html.incl41 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
/external/autotest/client/profilers/powertop/src/
DREADME33 the PowerTOP tool, join the mailing list or the IRC channel and
37 IRC: irc.oftc.net #powertop channel
/external/python/cpython2/
D.travis.yml102 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.yml27 irc:
29 - "irc.freenode.org#github3.py"
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
Dindex.rst474 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).
DReportingGuide.rst51 a mailing list archive or a public IRC logger) please include a link.
88 list or IRC).
91 IRC, etc.)
DContributing.rst9 or the #llvm channel on `irc.oftc.net`_.
120 .. _irc.oftc.net: irc://irc.oftc.net/llvm
/external/mesa3d/docs/
Dlists.html71 <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.yml150 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/
Dindex.rst428 lists and IRC.
471 IRC section in Community
475 can be found in #llvm on `irc.oftc.net <irc://irc.oftc.net/llvm>`_.
DReportingGuide.rst51 a mailing list archive or a public IRC logger) please include a link.
88 list or IRC).
91 IRC, etc.)
/external/kmod/
D.travis.yml27 irc:
29 - "irc.freenode.org#kmod"
DREADME27 Irc:
28 #kmod on irc.freenode.org
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp377 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.yml84 irc: "irc.freenode.org##fonts"
/external/swiftshader/third_party/LLVM/docs/
Dindex.html126 <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/
DCONTRIBUTING-SCRIPTS.md12 …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.yml65 irc: "irc.freenode.org#harfbuzz"
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopPredication/
Dreverse.ll125 %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/
DInductiveRangeCheckElimination.cpp420 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/
Dindex.xml102 …<p>You can also visit the #apache-commons IRC channel on irc.freenode.net or peruse <a href="issue…
/external/googletest/
DREADME.md24 There is also an IRC channel on [OFTC](https://webchat.oftc.net/) (irc.oftc.net) #gtest available.
/external/syzkaller/dashboard/config/
Dupstream.cmdline6 nf-conntrack-irc.ports=20000

12345678910