HomeSort by: relevance | last modified time | path
    Searched defs:LN (Results 1 - 15 of 15) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
x509_internal_test.c 185 #undef LN
186 #define LN "LN_test"
190 #define ARGS(id, sn) id, X509_TRUST_MAX, 0, ck_purp, LN, sn, NULL
213 && TEST_str_eq(X509_PURPOSE_get0_name(xp), LN)
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclarationName.cpp 73 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs();
74 for (unsigned I = 0, N = std::min(LN, RN); I != N; ++I) {
86 return compareInt(LN, RN);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopNestAnalysis.cpp 357 raw_ostream &llvm::operator<<(raw_ostream &OS, const LoopNest &LN) {
359 if (LN.getMaxPerfectDepth() == LN.getNestDepth())
363 OS << ", Depth=" << LN.getNestDepth();
364 OS << ", OutermostLoop: " << LN.getOutermostLoop().getName();
366 for (const Loop *L : LN.getLoops())
380 if (auto LN = LoopNest::getLoopNest(L, AR.SE))
381 OS << *LN << "\n";
  /src/lib/libm/ld128/
e_powl.c 96 static const long double LN[] =
135 /* ln 2 */
331 u = LN[0] + s2 * (LN[1] + s2 * (LN[2] + s2 * (LN[3] + s2 * LN[4])));
  /src/external/gpl3/gcc/dist/libquadmath/math/
powq.c 97 static const __float128 LN[] =
136 /* ln 2 */
342 u = LN[0] + s2 * (LN[1] + s2 * (LN[2] + s2 * (LN[3] + s2 * LN[4])));
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
powq.c 97 static const __float128 LN[] =
136 /* ln 2 */
342 u = LN[0] + s2 * (LN[1] + s2 * (LN[2] + s2 * (LN[3] + s2 * LN[4])));
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 110 LN?= /bin/ln
276 ${LN} -s ../${PKGREPOSITORYSUBDIR}/${PKGNAME}${PKG_SUFX} ${PACKAGES}/$$cat; \
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
ItaniumDemangle.cpp 458 auto *LN = static_cast<const LocalName *>(Name);
459 LN->Encoding->print(S);
461 Name = LN->Entity;
  /src/libexec/getty/
gettytab.h 88 #define LN gettystrs[23].value
  /src/external/bsd/openldap/dist/build/
top.mk 138 LN = $(SHTOOL) mkln
139 LN_H = $(LN)
140 LN_S = $(LN) -s
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 146 struct LN {
197 struct LN LocAndNRVO;
224 new (&LocAndNRVO) LN;
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 1304 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode());
1305 const SDValue &Base = LN->getBasePtr();
1306 const SDValue &Offset = LN->getOffset();
1313 SDVTList Tys = DAG.getVTList(LN->getValueType(0), MVT::Other);
1314 SDValue Ops[] = {LN->getChain(), Base};
1316 LN->getMemoryVT(), LN->getMemOperand());
  /src/sys/dev/
ipmi.c 396 #define NETFN_LUN(nf,ln) (((nf) << 2) | ((ln) & 0x3))
1453 /* Linearization function: y = f(x) 0 : y = x 1 : y = ln(x) 2 : y =
1551 #define LN 0x04
1614 if ((data[0] & (LN|LW)) == (LN|LW) && data[3] > data[1])
1615 valid ^= LN;
1632 if (valid & LN && data[3] != 0x00) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 2531 unsigned LN = LSL.size(), HN = LSH.size();
2532 SmallVector<APInt,4> LoVs(LN), HiVs(HN);
2533 for (unsigned i = 0; i < LN; ++i) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 10542 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode());
10543 SDValue LoadChain = LN->getChain();
10544 SDValue BasePtr = LN->getBasePtr();
10557 Align Alignment = LN->getAlign();
10564 LN->getPointerInfo().getWithOffset(Idx * 16),
10566 LN->getMemOperand()->getFlags(), LN->getAAInfo());
17175 if (const LoadSDNode *LN = dyn_cast<LoadSDNode>(Parent)) {
17176 switch (LN->getExtensionType()) {

Completed in 40 milliseconds